public abstract class NavigationCaseBuilder.RedirectBuilder extends Object
Allows populating the redirect with parameters and setting the includeViewParams option.
Constructor and Description |
---|
RedirectBuilder() |
Modifier and Type | Method and Description |
---|---|
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. |
public abstract NavigationCaseBuilder.RedirectBuilder parameter(String name, String value)
Add a parameter to the redirect.
name
- the name of the redirect parametervalue
- the value of the redirect parameter. May not be a ValueExpression
.NullPointerException
- if any of the parameters are null
public abstract NavigationCaseBuilder.RedirectBuilder includeViewParams()
Indicates the current redirect should include view parameters.
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.