org.jboss.seam.interceptors
Class AbstractInterceptor

java.lang.Object
  extended by org.jboss.seam.interceptors.AbstractInterceptor
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AsynchronousInterceptor, BijectionInterceptor, BusinessProcessInterceptor, ConversationalInterceptor, ConversationInterceptor, EventInterceptor, ExceptionInterceptor, ManagedEntityIdentityInterceptor, OutcomeInterceptor, RemoveInterceptor, RollbackInterceptor, SecurityInterceptor, SynchronizationInterceptor, TransactionInterceptor, ValidationInterceptor

public class AbstractInterceptor
extends Object
implements Serializable

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
 

Constructor Detail

AbstractInterceptor

public AbstractInterceptor()
Method Detail

setComponent

public void setComponent(Component component)

getComponent

protected Component getComponent()