org.jboss.seam.pages
Class ConversationControl

java.lang.Object
  extended by org.jboss.seam.pages.ConversationControl

public class ConversationControl
extends Object


Constructor Summary
ConversationControl()
           
 
Method Summary
 void beginOrEndConversation()
           
 FlushModeType getFlushMode()
           
 String getPageflow()
           
 boolean isBeginConversation()
           
 boolean isEndConversation()
           
 boolean isEndConversationBeforeRedirect()
           
 boolean isJoin()
           
 boolean isNested()
           
 void setBeginConversation(boolean isBeginConversation)
           
 void setEndConversation(boolean isEndConversation)
           
 void setEndConversationBeforeRedirect(boolean isEndConversationBeforeRedirect)
           
 void setFlushMode(FlushModeType flushMode)
           
 void setJoin(boolean join)
           
 void setNested(boolean nested)
           
 void setPageflow(String pageflow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversationControl

public ConversationControl()
Method Detail

isBeginConversation

public boolean isBeginConversation()

setBeginConversation

public void setBeginConversation(boolean isBeginConversation)

isEndConversation

public boolean isEndConversation()

setEndConversation

public void setEndConversation(boolean isEndConversation)

beginOrEndConversation

public void beginOrEndConversation()

getFlushMode

public FlushModeType getFlushMode()

setFlushMode

public void setFlushMode(FlushModeType flushMode)

isJoin

public boolean isJoin()

setJoin

public void setJoin(boolean join)

isNested

public boolean isNested()

setNested

public void setNested(boolean nested)

getPageflow

public String getPageflow()

setPageflow

public void setPageflow(String pageflow)

isEndConversationBeforeRedirect

public boolean isEndConversationBeforeRedirect()

setEndConversationBeforeRedirect

public void setEndConversationBeforeRedirect(boolean isEndConversationBeforeRedirect)