|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectplay.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 | |
|---|---|
static java.io.File |
createTempFolder()
|
void |
onInvocationSuccess()
|
| 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 onInvocationSuccess()
onInvocationSuccess in class PlayPlugin
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||