org.jboss.seam.core
Class ConversationStack

java.lang.Object
  extended by org.jboss.seam.core.ConversationStack

@Scope(value=STATELESS)
@Name(value="org.jboss.seam.core.conversationStackFactory")
@Install(precedence=0)
@BypassInterceptors
public class ConversationStack
extends Object

Factory for the "breadcrumbs", a stack with all parent conversations of the current conversation.

Author:
Gavin King

Constructor Summary
ConversationStack()
           
 
Method Summary
protected  List<ConversationEntry> createConversationEntryStack()
           
 List<ConversationEntry> getConversationEntryStack()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversationStack

public ConversationStack()
Method Detail

createConversationEntryStack

protected List<ConversationEntry> createConversationEntryStack()

getConversationEntryStack

@Factory(value="org.jboss.seam.core.conversationStack",
         autoCreate=true,
         scope=PAGE)
public List<ConversationEntry> getConversationEntryStack()


Copyright © 2011 Seam Framework. All Rights Reserved.