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

Uses of Class org.jboss.seam.pageflow.Page (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


Uses of Class
org.jboss.seam.pageflow.Page

Packages that use Page
org.jboss.seam.core   
 

Uses of Page in org.jboss.seam.core
 

Methods in org.jboss.seam.core that return Page
 Page Pageflow.getPage()
          Get the current Page of the pageflow.
 

Methods in org.jboss.seam.core with parameters of type Page
protected  String Pageflow.getViewId(Page page)
          Allows the user to extend this class and use some logical naming of pages other than the JSF view id in their pageflow.
protected  void Pageflow.redirect(Page page)
          Redirect to the Page.
protected  void Pageflow.render(javax.faces.context.FacesContext context, Page page)
          Proceed to render the Page.