|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.faces.flow.builder.NavigationCaseBuilder.RedirectBuilder
public abstract class NavigationCaseBuilder.RedirectBuilder
Allows populating the redirect with parameters and setting the includeViewParams option.
| Constructor Summary | |
|---|---|
NavigationCaseBuilder.RedirectBuilder()
|
|
| Method Summary | |
|---|---|
abstract NavigationCaseBuilder.RedirectBuilder |
includeViewParams()
Indicates the current redirect should include view parameters. |
abstract NavigationCaseBuilder.RedirectBuilder |
parameter(String name,
String value)
Add a parameter to the redirect. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NavigationCaseBuilder.RedirectBuilder()
| Method Detail |
|---|
public abstract NavigationCaseBuilder.RedirectBuilder parameter(String name,
String value)
Add a parameter to the redirect.
name - the name of the redirect parameter
NullPointerException - if any of the parameters are nullpublic abstract NavigationCaseBuilder.RedirectBuilder includeViewParams()
Indicates the current redirect should include view parameters.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||