|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
AnnotationParameterFilterIntereptor | Annotation based version of ParameterFilterInterceptor . |
AnnotationWorkflowInterceptor |
Annotation Types Summary | |
---|---|
After | Marks a action method that needs to be called after the main action method and the result was executed. |
Allowed | Declares that it is permitted for the field be mutated through a HttpRequest parameter. |
Before | Marks a action method that needs to be executed before the main action method. |
BeforeResult | Marks a action method that needs to be executed before the result. |
BlockByDefault | Declares that by default fields on the Action class
are NOT permitted to be set from HttpRequest parameters. |
Blocked | Declares that the given field should NOT be able to be mutated through a HttpRequest parameter. |
InputConfig | Marks a action method that if it's not validated by ValidationInterceptor then execute input method or input result. |
Interceptor annotations.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |