org.jboss.seam.core
Class ConversationList

java.lang.Object
  extended by org.jboss.seam.core.ConversationList

@Scope(value=STATELESS)
@Name(value="org.jboss.seam.core.conversationListFactory")
@Install(precedence=0)
@BypassInterceptors
public class ConversationList
extends Object

Factory for the conversation list

Author:
Gavin King

Constructor Summary
ConversationList()
           
 
Method Summary
protected  List<ConversationEntry> createConversationEntryList()
           
 List<ConversationEntry> getConversationEntryList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversationList

public ConversationList()
Method Detail

createConversationEntryList

protected List<ConversationEntry> createConversationEntryList()

getConversationEntryList

@Factory(value="org.jboss.seam.core.conversationList",
         autoCreate=true,
         scope=PAGE)
public List<ConversationEntry> getConversationEntryList()


Copyright © 2011 Seam Framework. All Rights Reserved.