站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.2.0 patch1 API 英文版文档

Uses of Class org.jboss.seam.core.ConversationEntry (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


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

Packages that use ConversationEntry
org.jboss.seam.core   
org.jboss.seam.debug   
 

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)
           
 

Methods in org.jboss.seam.core that return types with arguments of type ConversationEntry
 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)
           
 

Uses of ConversationEntry in org.jboss.seam.debug
 

Methods in org.jboss.seam.debug that return types with arguments of type ConversationEntry
 List<ConversationEntry> Contexts.getConversationEntries()