org.jboss.seam.core
@Interceptor(stateless=true, around=BijectionInterceptor.class) public class ConversationInterceptor extends AbstractInterceptor
| Constructor and Description |
|---|
ConversationInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
aroundInvoke(InvocationContext invocation) |
boolean |
isInterceptorEnabled()
Returns true if this interceptor should be enabled.
|
boolean |
redirectToExistingConversation(Method method) |
getComponent, setComponent@AroundInvoke public Object aroundInvoke(InvocationContext invocation) throws Exception
Exceptionpublic boolean redirectToExistingConversation(Method method)
public boolean isInterceptorEnabled()
OptimizedInterceptorCopyright © 2015 Seam Framework. All Rights Reserved.