org.jboss.seam.core
Class ConversationList

java.lang.Object
  extended by org.jboss.seam.core.ConversationList
All Implemented Interfaces:
Serializable

@Scope(value=PAGE)
@Name(value="org.jboss.seam.core.conversationList")
@Install(precedence=0)
@Intercept(value=NEVER)
public class ConversationList
extends Object
implements Serializable

Version:
$Revision: 1.10 $
Author:
Gavin King
See Also:
Serialized Form

Constructor Summary
ConversationList()
           
 
Method Summary
 void 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

@Create
public void createConversationEntryList()

getConversationEntryList

@Unwrap
public List<ConversationEntry> getConversationEntryList()