org.jboss.seam.intercept
Class RootInterceptor
java.lang.Object
org.jboss.seam.intercept.RootInterceptor
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ClientSideInterceptor, JavaBeanInterceptor, SessionBeanInterceptor
public class RootInterceptor
- extends java.lang.Object
- implements java.io.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(java.lang.Object bean)
invokeAndHandle
protected void invokeAndHandle(InvocationContext invocation,
org.jboss.seam.intercept.EventType invocationType)
invoke
protected java.lang.Object invoke(InvocationContext invocation,
org.jboss.seam.intercept.EventType invocationType)
throws java.lang.Exception
- Throws:
java.lang.Exception
getComponent
protected Component getComponent()
isSeamComponent
protected boolean isSeamComponent()
getComponentName
protected java.lang.String getComponentName()
Copyright © 2011 Seam Framework. All Rights Reserved.