|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectplay.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 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 PlayPluginpublic void beforeActionInvocation(java.lang.reflect.Method actionMethod)
PlayPlugin
beforeActionInvocation in class PlayPluginpublic void onActionInvocationResult(Result result)
PlayPlugin
onActionInvocationResult in class PlayPluginresult - The result object for the request.public void onInvocationException(java.lang.Throwable e)
PlayPlugin
onInvocationException in class PlayPlugine - 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 | |||||||||