Package | Description |
---|---|
org.apache.empire.jsf2.app | |
org.apache.empire.jsf2.pages |
Modifier and Type | Method and Description |
---|---|
static void |
FacesUtils.redirectDirectly(javax.faces.context.FacesContext fc,
PageOutcome outcome) |
Modifier and Type | Method and Description |
---|---|
PageOutcome |
PageOutcome.addParam(String param,
String value) |
PageOutcome |
PageOutcome.addParamWithValue(String paramWithValue) |
PageOutcome |
PageDefinition.getOutcome() |
PageOutcome |
PageDefinition.getOutcome(String action) |
protected PageOutcome |
Page.getParentOutcome(boolean redirect) |
protected PageOutcome |
Page.getParentOutcome(String action,
boolean redirect)
Helper methods for parent outcome
|
PageOutcome |
PageDefinition.getRedirect() |
PageOutcome |
PageDefinition.getRedirect(String action) |
PageOutcome |
PageDefinition.getRedirectWithViewParams() |
PageOutcome |
PageDefinition.getRedirectWithViewParams(String action) |
Modifier and Type | Method and Description |
---|---|
protected void |
Page.navigateTo(PageOutcome outcome)
navigates to the desired page.
|
Copyright © 2008–2017 Apache Software Foundation. All rights reserved.