play.data.validation
Class ValidationPlugin

java.lang.Object
  extended by play.PlayPlugin
      extended by play.data.validation.ValidationPlugin
All Implemented Interfaces:
java.lang.Comparable<PlayPlugin>

public class ValidationPlugin
extends PlayPlugin


Field Summary
 
Fields inherited from class play.PlayPlugin
index
 
Constructor Summary
ValidationPlugin()
           
 
Method Summary
 void beforeActionInvocation(java.lang.reflect.Method actionMethod)
          Called before an 'action' invocation, ie an HTTP request processing.
 void beforeInvocation()
          Called before a Play! invocation.
 void invocationFinally()
          Called at the end of the invocation.
 void onActionInvocationResult(Result result)
          Called when the action method has thrown a result.
 void onInvocationException(java.lang.Throwable e)
          Called if an exception occured during the invocation.
 
Methods inherited from class play.PlayPlugin
addTemplateExtensions, afterActionInvocation, afterApplicationStart, afterFixtureLoad, afterInvocation, beforeDetectingChanges, bind, bind, compareTo, compileAll, detectChange, enhance, getJsonStatus, getStatus, loadTemplate, modelFactory, onApplicationReady, onApplicationStart, onApplicationStop, onClassesChange, onConfigurationRead, onEvent, onInvocationSuccess, onLoad, onRequestRouting, onRoutesLoaded, onTemplateCompilation, postEvent, rawInvocation, routeRequest, runTest, serveStatic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationPlugin

public ValidationPlugin()
Method Detail

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