org.jboss.seam.faces.context.conversation
Class ConversationBoundaryInterceptor

java.lang.Object
  extended by org.jboss.seam.faces.context.conversation.ConversationBoundaryInterceptor
All Implemented Interfaces:
java.io.Serializable

@Interceptor
public class ConversationBoundaryInterceptor
extends java.lang.Object
implements java.io.Serializable

Intercepts methods annotated as Conversational entry points: @Begin and @End

Author:
Lincoln Baxter, III, Brian Leathem
See Also:
Serialized Form

Constructor Summary
ConversationBoundaryInterceptor()
           
 
Method Summary
 java.lang.Object around(InvocationContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversationBoundaryInterceptor

public ConversationBoundaryInterceptor()
Method Detail

around

public java.lang.Object around(InvocationContext ctx)
                        throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2009-2011 Seam Framework. All Rights Reserved.