当前页面:
在线文档首页 >
JBoss Seam 1.2.0 patch1 API 英文版文档
AbstractInterceptor (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档
org.jboss.seam.interceptors
Class AbstractInterceptor
java.lang.Object
org.jboss.seam.interceptors.AbstractInterceptor
- All Implemented Interfaces:
- Serializable, OptimizedInterceptor
- Direct Known Subclasses:
- AsynchronousInterceptor, BijectionInterceptor, BusinessProcessInterceptor, ConversationalInterceptor, ConversationInterceptor, EventInterceptor, ManagedEntityIdentityInterceptor, MethodContextInterceptor, RemoveInterceptor, RollbackInterceptor, SecurityInterceptor, SynchronizationInterceptor, TransactionInterceptor, ValidationInterceptor
public abstract class AbstractInterceptor
- extends Object
- implements Serializable, OptimizedInterceptor
Superclass of built-in interceptors
- Author:
- Gavin King
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractInterceptor
public AbstractInterceptor()
setComponent
public void setComponent(Component component)
getComponent
protected Component getComponent()