org.jboss.seam.annotations.intercept |
Annotations for defining Seam interceptors. |
Java Source File Name | Type | Comment |
AroundInvoke.java | Annotation | Synonym for javax.interceptors.AroundInvoke, for
use in a pre Java EE 5 environment. |
BypassInterceptors.java | Annotation | Disables interception of calls to a Seam component
or Seam component method. |
Interceptor.java | Annotation | Annotates an interceptor class and specifies what
kind of interceptor it is (client side or server
side), and its ordering with respect to other
interceptors in the stack. |
Interceptors.java | Annotation | Synonym for javax.interceptors.Interceptors, for
use in a pre Java EE 5 environment. |
InterceptorType.java | enum | The type of an Interceptor, "client-side" (around the EJB proxy object)
or "server-side" (inside the EJB interceptor stack). |
package-info.java | | |