@Scope(value=STATELESS)
@Name(value="org.jboss.seam.core.conversationListFactory")
@Install(precedence=10)
@BypassInterceptors
public class TideConversationList
extends org.jboss.seam.core.ConversationList
| Constructor and Description |
|---|
TideConversationList() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.jboss.seam.core.ConversationEntry> |
getConversationEntryList()
TODO Check if we should use another method ?
|
@Factory(value="org.granite.tide.conversationList",
autoCreate=true,
scope=EVENT)
public java.util.List<org.jboss.seam.core.ConversationEntry> getConversationEntryList()
getConversationEntryList in class org.jboss.seam.core.ConversationList