站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.1.0 API 英文版文档

Page (JBoss Seam API Documentation) - JBoss Seam 1.1.0 API 英文版文档


org.jboss.seam.core
Class Page

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

public final class Page
extends Object

Metadata about page actions, page parameters, resource bundle etc, for a particular JSF view id.


Nested Class Summary
static class Page.PageParameter
           
 
Method Summary
 void beginOrEndConversation()
           
 Expressions.MethodBinding getAction()
           
 String getDescription()
           
protected  FlushModeType getFlushMode()
           
 String getNoConversationViewId()
           
 String getOutcome()
           
protected  String getPageflow()
           
 List<Page.PageParameter> getPageParameters()
           
 String getResourceBundleName()
           
 Integer getTimeout()
           
 String getViewId()
           
 boolean hasDescription()
           
 boolean isBeginConversation()
           
 boolean isEndConversation()
           
protected  boolean isJoin()
           
protected  boolean isNested()
           
 boolean isSwitchEnabled()
           
 String renderDescription()
           
 void setAction(Expressions.MethodBinding action)
           
 void setBeginConversation(boolean isBeginConversation)
           
 void setDescription(String description)
           
 void setEndConversation(boolean isEndConversation)
           
protected  void setFlushMode(FlushModeType flushMode)
           
protected  void setJoin(boolean join)
           
protected  void setNested(boolean nested)
           
 void setNoConversationViewId(String noConversationViewId)
           
 void setOutcome(String outcome)
           
protected  void setPageflow(String pageflow)
           
 void setResourceBundleName(String resourceBundleName)
           
 void setSwitchEnabled(boolean switchEnabled)
           
 void setTimeout(Integer timeout)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Overrides:
toString in class Object

getViewId

public String getViewId()

renderDescription

public String renderDescription()

setDescription

public void setDescription(String description)

getDescription

public String getDescription()

setTimeout

public void setTimeout(Integer timeout)

getTimeout

public Integer getTimeout()

setAction

public void setAction(Expressions.MethodBinding action)

getAction

public Expressions.MethodBinding getAction()

setOutcome

public void setOutcome(String outcome)

getOutcome

public String getOutcome()

setNoConversationViewId

public void setNoConversationViewId(String noConversationViewId)

getNoConversationViewId

public String getNoConversationViewId()

setResourceBundleName

public void setResourceBundleName(String resourceBundleName)

getResourceBundleName

public String getResourceBundleName()

setSwitchEnabled

public void setSwitchEnabled(boolean switchEnabled)

isSwitchEnabled

public boolean isSwitchEnabled()

getPageParameters

public List<Page.PageParameter> getPageParameters()

hasDescription

public boolean hasDescription()

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

protected FlushModeType getFlushMode()

setFlushMode

protected void setFlushMode(FlushModeType flushMode)

isJoin

protected boolean isJoin()

setJoin

protected void setJoin(boolean join)

isNested

protected boolean isNested()

setNested

protected void setNested(boolean nested)

getPageflow

protected String getPageflow()

setPageflow

protected void setPageflow(String pageflow)