play.data.parsing
类 TempFilePlugin

java.lang.Object
  继承者 play.PlayPlugin
      继承者 play.data.parsing.TempFilePlugin
所有已实现的接口:
java.lang.Comparable<PlayPlugin>

public class TempFilePlugin
extends PlayPlugin

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()
           
 
从类 play.PlayPlugin 继承的方法
addMimeTypes, addTemplateExtensions, afterActionInvocation, afterApplicationStart, afterFixtureLoad, afterInvocation, beforeActionInvocation, beforeDetectingChanges, beforeInvocation, bind, bind, bind, bindBean, compareTo, compileAll, compileSources, detectChange, detectClassesChange, enhance, getJsonStatus, getMessage, getStatus, invocationFinally, loadTemplate, modelFactory, onActionInvocationResult, onApplicationReady, onApplicationStart, onApplicationStop, onClassesChange, onConfigurationRead, onEvent, onInvocationException, onLoad, onRequestRouting, onRoutesLoaded, onTemplateCompilation, overrideTemplateSource, postEvent, rawInvocation, routeRequest, runTest, serveStatic, unBind, willBeValidated
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

tempFolder

public static java.lang.ThreadLocal<java.io.File> tempFolder
构造方法详细信息

TempFilePlugin

public TempFilePlugin()
方法详细信息

createTempFolder

public static java.io.File createTempFolder()

onInvocationSuccess

public void onInvocationSuccess()
覆盖:
PlayPlugin 中的 onInvocationSuccess


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly