org.jboss.seam.intercept
Class AbstractInterceptor

java.lang.Object
  extended by org.jboss.seam.intercept.AbstractInterceptor
All Implemented Interfaces:
Serializable, OptimizedInterceptor
Direct Known Subclasses:
AsynchronousInterceptor, BijectionInterceptor, BusinessProcessInterceptor, ConversationalInterceptor, ConversationInterceptor, EntityManagerProxyInterceptor, EventInterceptor, HibernateSessionProxyInterceptor, ManagedEntityInterceptor, MethodContextInterceptor, RemoveInterceptor, RollbackInterceptor, SecurityInterceptor, SynchronizationInterceptor, TransactionInterceptor

public abstract class AbstractInterceptor
extends Object
implements Serializable, OptimizedInterceptor

Superclass of built-in interceptors

Author:
Gavin King
See Also:
Serialized Form

Constructor Summary
AbstractInterceptor()
           
 
Method Summary
protected  Component getComponent()
           
 void setComponent(Component component)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.seam.intercept.OptimizedInterceptor
aroundInvoke, isInterceptorEnabled
 

Constructor Detail

AbstractInterceptor

public AbstractInterceptor()
Method Detail

setComponent

public void setComponent(Component component)

getComponent

protected Component getComponent()