org.jboss.seam.intercept
public class RootInterceptor extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
RootInterceptor(InterceptorType type) |
Modifier and Type | Method and Description |
---|---|
protected Component |
getComponent() |
protected String |
getComponentName() |
protected void |
init(Component component) |
protected void |
initNonSeamComponent() |
protected Object |
invoke(InvocationContext invocation,
org.jboss.seam.intercept.EventType invocationType) |
protected void |
invokeAndHandle(InvocationContext invocation,
org.jboss.seam.intercept.EventType invocationType) |
protected boolean |
isSeamComponent() |
protected void |
postConstruct(Object bean) |
protected RootInterceptor(InterceptorType type)
protected void init(Component component)
protected void initNonSeamComponent()
protected void postConstruct(Object bean)
protected void invokeAndHandle(InvocationContext invocation, org.jboss.seam.intercept.EventType invocationType)
protected Object invoke(InvocationContext invocation, org.jboss.seam.intercept.EventType invocationType) throws Exception
Exception
protected Component getComponent()
protected boolean isSeamComponent()
protected String getComponentName()
Copyright © 2015 Seam Framework. All Rights Reserved.