站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended by 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

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.interceptors.OptimizedInterceptor
aroundInvoke
 

Constructor Detail

AbstractInterceptor

public AbstractInterceptor()
Method Detail

setComponent

public void setComponent(Component component)

getComponent

protected Component getComponent()