org.jboss.seam.core
Class ConversationStack

java.lang.Object
  extended by org.jboss.seam.core.ConversationStack
All Implemented Interfaces:
Serializable

@Scope(value=PAGE)
@Name(value="org.jboss.seam.core.conversationStack")
@Install(precedence=0)
@Intercept(value=NEVER)
public class ConversationStack
extends Object
implements Serializable

Support for "breadcrumbs".

Version:
$Revision: 1.8 $
Author:
Gavin King
See Also:
Serialized Form

Constructor Summary
ConversationStack()
           
 
Method Summary
 void 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

@Create
public void createConversationEntryStack()

getConversationEntryStack

@Unwrap
public List<ConversationEntry> getConversationEntryStack()