org.apache.myfaces.extensions.cdi.core.api.scope.conversation
Annotation Type CloseConversationGroup
@InterceptorBinding
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
@Inherited
@Documented
public @interface CloseConversationGroup
Interceptor which allows to close a conversation-group after the invocation of the intercepted method.
If a custom RuntimeException
is specified, the conversation is just closed if the exception occurred.
- Author:
- Gerhard Petracek
on
public abstract Class<? extends RuntimeException> on
- Default:
- java.lang.RuntimeException.class
group
public abstract Class<?> group
- Default:
- org.apache.myfaces.extensions.cdi.core.api.scope.conversation.CloseConversationGroup.class
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.