| Package | Description |
|---|---|
| org.jboss.seam.core |
A set of Seam components that implement Seam.
|
| org.jboss.seam.jsf.concurrency |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConcurrentRequestResolver.handleConcurrentRequest(ConversationEntry ce,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method should be implemented to resolve the concurrency issue.
|
protected boolean |
AbstractResolver.handleRedirect(ConversationEntry ce,
javax.servlet.http.HttpServletResponse response,
String url) |
Copyright © 2015 Seam Framework. All Rights Reserved.