org.jboss.seam.faces.context.conversation
Class NamedConversationAliasProducer
java.lang.Object
org.jboss.seam.faces.context.conversation.NamedConversationAliasProducer
public class NamedConversationAliasProducer
- extends Object
Exposes the Conversation under the simplified name "conversation" in addition to the default
"javax.enterprise.context.conversation". This alias is provided for the page author's convenience.
- Author:
- Dan Allen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NamedConversationAliasProducer
public NamedConversationAliasProducer()
getConversation
@Produces
@Named
@Typed
public Conversation getConversation(Conversation conversation)
Copyright © 2009-2011 Seam Framework. All Rights Reserved.