当前页面: 
在线文档首页 > 
JBoss Seam  1.1.5 API 英文版文档
ConversationList (JBoss Seam API Documentation) - JBoss Seam  1.1.5 API 英文版文档
org.jboss.seam.core
Class ConversationList
java.lang.Object
   org.jboss.seam.core.ConversationList
org.jboss.seam.core.ConversationList
- All Implemented Interfaces: 
- Serializable
- @Scope(value=PAGE)
@Name(value="org.jboss.seam.core.conversationList")
@Install(precedence=0)
@Intercept(value=NEVER)
public class ConversationList 
- extends Object- implements Serializable
- Version:
- $Revision: 1.11 $
- Author:
- Gavin King
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ConversationList
public ConversationList()
createConversationEntryList
@Create
public void createConversationEntryList()
- 
 
- 
 
getConversationEntryList
@Unwrap
public List<ConversationEntry> getConversationEntryList()
- 
 
-