org.jboss.seam.faces.context.conversation
Class ConversationBoundaryInterceptor
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConversationBoundaryInterceptor
public ConversationBoundaryInterceptor()
around
public Object around(InvocationContext ctx)
throws Exception
- Throws:
Exception
Copyright © 2011 Seam Framework. All Rights Reserved.