当前页面: 
在线文档首页 > 
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
   org.jboss.seam.core.Page
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.
 
 
 
toString
public String toString()
- 
- Overrides:
- toStringin 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)
-