Uses of Class
org.jboss.seam.core.ConversationEntry

Packages that use ConversationEntry
org.jboss.seam.core A set of Seam components that implement Seam. 
 

Uses of ConversationEntry in org.jboss.seam.core
 

Methods in org.jboss.seam.core that return ConversationEntry
 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)
           
 

Methods in org.jboss.seam.core that return types with arguments of type ConversationEntry
protected  List<ConversationEntry> ConversationList.createConversationEntryList()
           
protected  List<ConversationEntry> ConversationStack.createConversationEntryStack()
           
 Collection<ConversationEntry> ConversationEntries.getConversationEntries()
           
 List<ConversationEntry> ConversationList.getConversationEntryList()
           
 List<ConversationEntry> ConversationStack.getConversationEntryStack()
           
 

Methods in org.jboss.seam.core with parameters of type ConversationEntry
 int ConversationEntry.compareTo(ConversationEntry entry)