org.jboss.seam.annotations.intercept
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface Interceptor
Modifier and Type | Optional Element and Description |
---|---|
Class[] |
around
Specifies that an interceptor is called "around"
another interceptor or interceptors.
|
boolean |
stateless
Performance optimization for stateless interceptors.
|
InterceptorType |
type
Specifies that the interceptor is a SERVER or CLIENT
side interceptor.
|
Class[] |
within
Specifies that an interceptor is called "within"
another interceptor or interceptors.
|
public abstract InterceptorType type
public abstract Class[] around
public abstract Class[] within
public abstract boolean stateless
Copyright © 2015 Seam Framework. All Rights Reserved.