Package org.jboss.seam.intercept

Implementation of the Seam interceptor stack.

See:
          Description

Interface Summary
InvocationContext A copy of the EE5 standard InvocationContext API.
OptimizedInterceptor Interface that may be optionally implemented by an interceptor, to make the stacktrace smaller.
Proxy  
 

Class Summary
AbstractInterceptor Superclass of built-in interceptors
ClientSideInterceptor Controller interceptor for client-side interceptors of EJB3 session bean components
Interceptor Wraps and delegates to a Seam interceptor.
JavaBeanInterceptor Controller interceptor for JavaBean components
RootInterceptor Abstract superclass of all controller interceptors
SessionBeanInterceptor Controller interceptor for server-side interceptors of EJB3 session bean components.
 

Package org.jboss.seam.intercept Description

Implementation of the Seam interceptor stack.

See Also:
org.jboss.seam.annotations.intercept