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(java.lang.String id, java.util.List<java.lang.String> stack)
           
 ConversationEntry ConversationEntries.getConversationEntry(java.lang.String id)
           
 ConversationEntry Manager.getCurrentConversationEntry()
           
 ConversationEntry ConversationEntries.removeConversationEntry(java.lang.String id)
           
 ConversationEntry ConversationEntries.updateConversationId(java.lang.String oldId, java.lang.String newId)
           
 

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

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



Copyright © 2011 Seam Framework. All Rights Reserved.