|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object play.PlayPlugin play.data.parsing.TempFilePlugin
public class TempFilePlugin
Creates temporary folders for file parsing, and deletes it after request completion.
Field Summary | |
---|---|
static java.lang.ThreadLocal<java.io.File> |
tempFolder
|
Fields inherited from class play.PlayPlugin |
---|
index |
Constructor Summary | |
---|---|
TempFilePlugin()
|
Method Summary | |
---|---|
void |
afterInvocation()
Called after an invocation. |
static java.io.File |
createTempFolder()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.ThreadLocal<java.io.File> tempFolder
Constructor Detail |
---|
public TempFilePlugin()
Method Detail |
---|
public static java.io.File createTempFolder()
public void afterInvocation()
PlayPlugin
afterInvocation
in class PlayPlugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |