当前页面: 
在线文档首页 > 
JBoss Seam  1.1.0 API 英文版文档
AbstractInterceptor (JBoss Seam API Documentation) - JBoss Seam  1.1.0 API 英文版文档
org.jboss.seam.interceptors
Class AbstractInterceptor
java.lang.Object
   org.jboss.seam.interceptors.AbstractInterceptor
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
 
 
| 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()
- 
 
-