|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectplay.PlayPlugin
play.data.parsing.TempFilePlugin
public class TempFilePlugin
Creates temporary folders for file parsing, and deletes it after request completion.
字段摘要 | |
---|---|
static java.lang.ThreadLocal<java.io.File> |
tempFolder
|
从类 play.PlayPlugin 继承的字段 |
---|
index |
构造方法摘要 | |
---|---|
TempFilePlugin()
|
方法摘要 | |
---|---|
static java.io.File |
createTempFolder()
|
void |
onInvocationSuccess()
|
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
字段详细信息 |
---|
public static java.lang.ThreadLocal<java.io.File> tempFolder
构造方法详细信息 |
---|
public TempFilePlugin()
方法详细信息 |
---|
public static java.io.File createTempFolder()
public void onInvocationSuccess()
PlayPlugin
中的 onInvocationSuccess
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |