|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) @Documented public @interface InterceptorAnnotation
Marks the annotation as an interceptor annotation, which executes before/after the method invocation of domain objects happen as a part of the request processing.
This mechanism is useful for performing declarative processing/check on domain objects, such as checking HTTP headers, performing the access control, etc.
Interceptor
,
RequirePOST
Required Element Summary | |
---|---|
java.lang.Class<? extends Interceptor> |
value
Actual interceptor logic. |
Element Detail |
---|
public abstract java.lang.Class<? extends Interceptor> value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |