org.jboss.seam.core
@Scope(value=STATELESS) @Name(value="org.jboss.seam.core.conversationListFactory") @Install(precedence=0) @BypassInterceptors public class ConversationList extends Object
Constructor and Description |
---|
ConversationList() |
Modifier and Type | Method and Description |
---|---|
protected List<ConversationEntry> |
createConversationEntryList() |
List<ConversationEntry> |
getConversationEntryList() |
protected List<ConversationEntry> createConversationEntryList()
@Factory(value="org.jboss.seam.core.conversationList", autoCreate=true, scope=PAGE) public List<ConversationEntry> getConversationEntryList()
Copyright © 2015 Seam Framework. All Rights Reserved.