当前页面:
在线文档首页 >
JBoss Seam 1.0.0 API 英文版文档
ConversationList (JBoss Seam API Documentation) - JBoss Seam 1.0.0 API 英文版文档
org.jboss.seam.core
Class ConversationList
java.lang.Object
org.jboss.seam.core.ConversationList
- All Implemented Interfaces:
- Serializable
@Scope(value=PAGE)
@Name(value="conversationList")
@Intercept(value=NEVER)
public class ConversationList
- extends Object
- implements Serializable
- Version:
- $Revision: 1.7 $
- 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()