|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object play.PlayPlugin play.data.validation.ValidationPlugin
public class ValidationPlugin
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 |
---|
afterActionInvocation, afterApplicationStart, afterInvocation, bind, compareTo, compileAll, detectChange, enhance, getStatus, onApplicationStart, onApplicationStop, onConfigurationRead, onEvent, onLoad, onRoutesLoaded, postEvent, rawInvocation, routeRequest, serveStatic |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValidationPlugin()
Method Detail |
---|
public void beforeInvocation()
PlayPlugin
beforeInvocation
in class PlayPlugin
public void beforeActionInvocation(java.lang.reflect.Method actionMethod)
PlayPlugin
beforeActionInvocation
in class PlayPlugin
public void onActionInvocationResult(Result result)
PlayPlugin
onActionInvocationResult
in class PlayPlugin
result
- The result object for the request.public void onInvocationException(java.lang.Throwable e)
PlayPlugin
onInvocationException
in class PlayPlugin
e
- The catched exception.public void invocationFinally()
PlayPlugin
invocationFinally
in class PlayPlugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |