| Package | Description |
|---|---|
| org.jboss.seam.pageflow |
Support for jPDL-based pageflows.
|
| Modifier and Type | Method and Description |
|---|---|
Page |
Pageflow.getPage()
Get the current Page of the pageflow.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2015 Seam Framework. All Rights Reserved.