Package | Description |
---|---|
org.jboss.seam.core |
A set of Seam components that implement Seam.
|
Modifier and Type | Method and Description |
---|---|
ConversationEntry |
ConversationEntries.createConversationEntry(String id,
List<String> stack) |
ConversationEntry |
ConversationEntries.getConversationEntry(String id) |
ConversationEntry |
Manager.getCurrentConversationEntry() |
ConversationEntry |
ConversationEntries.removeConversationEntry(String id) |
ConversationEntry |
ConversationEntries.updateConversationId(String oldId,
String newId) |
Modifier and Type | Method and Description |
---|---|
protected List<ConversationEntry> |
ConversationList.createConversationEntryList() |
protected List<ConversationEntry> |
ConversationStack.createConversationEntryStack() |
Collection<ConversationEntry> |
ConversationEntries.getConversationEntries() |
List<ConversationEntry> |
ConversationList.getConversationEntryList() |
List<ConversationEntry> |
ConversationStack.getConversationEntryStack() |
Modifier and Type | Method and Description |
---|---|
int |
ConversationEntry.compareTo(ConversationEntry entry) |
Copyright © 2015 Seam Framework. All Rights Reserved.