当前页面:
在线文档首页 >
JBoss Seam 1.2.1 API 英文版文档
RootInterceptor (JBoss Seam API Documentation) - JBoss Seam 1.2.1 API 英文版文档
org.jboss.seam.intercept
Class RootInterceptor
java.lang.Object
org.jboss.seam.intercept.RootInterceptor
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ClientSideInterceptor, JavaBeanInterceptor, SessionBeanInterceptor
public class RootInterceptor
- extends Object
- implements Serializable
Abstract superclass of all controller 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 |
RootInterceptor
protected RootInterceptor(InterceptorType type)
init
protected void init(Component component)
initNonSeamComponent
protected void initNonSeamComponent()
postConstruct
protected void postConstruct(Object bean)
invokeAndHandle
protected void invokeAndHandle(InvocationContext invocation,
EventType invocationType)
invoke
protected Object invoke(InvocationContext invocation,
EventType invocationType)
throws Exception
- Throws:
Exception
getComponent
protected Component getComponent()
isSeamComponent
protected boolean isSeamComponent()
getComponentName
protected String getComponentName()