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

java.lang.Object
  extended by 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

Constructor Summary
NamedConversationAliasProducer()
           
 
Method Summary
 javax.enterprise.context.Conversation getConversation(javax.enterprise.context.Conversation conversation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedConversationAliasProducer

public NamedConversationAliasProducer()
Method Detail

getConversation

@Produces
@Named
@Typed
public javax.enterprise.context.Conversation getConversation(javax.enterprise.context.Conversation conversation)


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