站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.1.0 bate1 API 英文版文档

AbstractInterceptor (JBoss Seam API Documentation) - JBoss Seam 1.1.0 bate1 API 英文版文档


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()