org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
Class CloseConversationGroupInterceptor

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.CloseConversationGroupInterceptor
All Implemented Interfaces:
Serializable

@CloseConversationGroup
@Interceptor
public class CloseConversationGroupInterceptor
extends Object
implements Serializable

This interceptor should be used just in case of simple use-cases. It's an alternative for injecting and using the WindowContext or Conversation directly.

Author:
Gerhard Petracek
See Also:
Serialized Form

Constructor Summary
CloseConversationGroupInterceptor()
           
 
Method Summary
 Object handleCloseConversation(javax.interceptor.InvocationContext invocationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloseConversationGroupInterceptor

public CloseConversationGroupInterceptor()
Method Detail

handleCloseConversation

public Object handleCloseConversation(javax.interceptor.InvocationContext invocationContext)
                               throws Exception
Throws:
Exception


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.