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

Page (JBoss Seam API Documentation) - JBoss Seam 1.1.0 bate2 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
 Expressions.MethodBinding getAction()
           
 String getDescription()
           
 String getNoConversationViewId()
           
 String getOutcome()
           
 List<Page.PageParameter> getPageParameters()
           
 String getResourceBundleName()
           
 Integer getTimeout()
           
 String getViewId()
           
 boolean hasDescription()
           
 boolean isSwitchEnabled()
           
 String renderDescription()
           
 void setAction(Expressions.MethodBinding action)
           
 void setDescription(String description)
           
 void setNoConversationViewId(String noConversationViewId)
           
 void setOutcome(String outcome)
           
 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()