org.granite.tide.seam
Class TideConversationList
java.lang.Object
org.jboss.seam.core.ConversationList
org.granite.tide.seam.TideConversationList
@Scope(value=STATELESS)
@Name(value="org.jboss.seam.core.conversationListFactory")
@Install(precedence=10)
@BypassInterceptors
public class TideConversationList
- extends ConversationList
Override for the conversation list factory that puts the list in event scope
- Author:
- William DRAI
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TideConversationList
public TideConversationList()
getConversationEntryList
@Factory(value="org.granite.tide.conversationList",
autoCreate=true,
scope=EVENT)
public List<ConversationEntry> getConversationEntryList()
- TODO Check if we should use another method ?
Not sure if it will break standard behaviour with JSF (put the list in PAGE scope)
- Overrides:
getConversationEntryList in class ConversationList