org.granite.tide.seam
Class TideConversationList

java.lang.Object
  extended by org.jboss.seam.core.ConversationList
      extended by 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

Constructor Summary
TideConversationList()
           
 
Method Summary
 List<ConversationEntry> getConversationEntryList()
          TODO Check if we should use another method ?
 
Methods inherited from class org.jboss.seam.core.ConversationList
createConversationEntryList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TideConversationList

public TideConversationList()
Method Detail

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