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

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

@Interceptor
public class ConversationBoundaryInterceptor
extends Object
implements Serializable

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

Author:
Lincoln Baxter, III
See Also:
Serialized Form

Constructor Summary
ConversationBoundaryInterceptor()
           
 
Method Summary
 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 Object around(InvocationContext ctx)
              throws Exception
Throws:
Exception


Copyright © 2011 Seam Framework. All Rights Reserved.