play.data.validation
Class ValidationPlugin
java.lang.Object
play.PlayPlugin
play.data.validation.ValidationPlugin
- All Implemented Interfaces:
- java.lang.Comparable<PlayPlugin>
public class ValidationPlugin
- extends PlayPlugin
Field Summary |
static java.lang.ThreadLocal<java.util.Map<java.lang.Object,java.lang.String>> |
keys
|
Methods inherited from class play.PlayPlugin |
addMimeTypes, addTemplateExtensions, afterActionInvocation, afterApplicationStart, afterFixtureLoad, afterInvocation, beforeDetectingChanges, bind, bind, bind, bindBean, compareTo, compileAll, compileSources, detectChange, detectClassesChange, enhance, getJsonStatus, getMessage, getStatus, loadTemplate, modelFactory, onApplicationReady, onApplicationStart, onApplicationStop, onClassesChange, onConfigurationRead, onEvent, onInvocationSuccess, onLoad, onRequestRouting, onRoutesLoaded, onTemplateCompilation, overrideTemplateSource, postEvent, rawInvocation, routeRequest, runTest, serveStatic, unBind, willBeValidated |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
keys
public static java.lang.ThreadLocal<java.util.Map<java.lang.Object,java.lang.String>> keys
ValidationPlugin
public ValidationPlugin()
beforeInvocation
public void beforeInvocation()
- Description copied from class:
PlayPlugin
- Called before a Play! invocation.
Time to prepare request specific things.
- Overrides:
beforeInvocation
in class PlayPlugin
beforeActionInvocation
public void beforeActionInvocation(java.lang.reflect.Method actionMethod)
- Description copied from class:
PlayPlugin
- Called before an 'action' invocation,
ie an HTTP request processing.
- Overrides:
beforeActionInvocation
in class PlayPlugin
onActionInvocationResult
public void onActionInvocationResult(Result result)
- Description copied from class:
PlayPlugin
- Called when the action method has thrown a result.
- Overrides:
onActionInvocationResult
in class PlayPlugin
- Parameters:
result
- The result object for the request.
onInvocationException
public void onInvocationException(java.lang.Throwable e)
- Description copied from class:
PlayPlugin
- Called if an exception occured during the invocation.
- Overrides:
onInvocationException
in class PlayPlugin
- Parameters:
e
- The catched exception.
invocationFinally
public void invocationFinally()
- Description copied from class:
PlayPlugin
- Called at the end of the invocation.
(even if an exception occured).
Time to close request specific things.
- Overrides:
invocationFinally
in class PlayPlugin
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly