|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.core.ConversationStack
@Scope(value=STATELESS) @Name(value="org.jboss.seam.core.conversationStackFactory") @Install(precedence=0) @BypassInterceptors public class ConversationStack
Factory for the "breadcrumbs", a stack with all parent conversations of the current conversation.
| Constructor Summary | |
|---|---|
ConversationStack()
|
|
| Method Summary | |
|---|---|
protected java.util.List<ConversationEntry> |
createConversationEntryStack()
|
java.util.List<ConversationEntry> |
getConversationEntryStack()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConversationStack()
| Method Detail |
|---|
protected java.util.List<ConversationEntry> createConversationEntryStack()
@Factory(value="org.jboss.seam.core.conversationStack",
autoCreate=true,
scope=PAGE)
public java.util.List<ConversationEntry> getConversationEntryStack()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||