public class FacesRedirect extends Object
Java class for faces-config-redirectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-redirectType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="view-param" type="{http://java.sun.com/xml/ns/javaee}faces-config-redirect-viewParamType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="include-view-params" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected Boolean |
includeViewParams |
protected List<FacesRedirectViewParam> |
viewParam |
| Constructor and Description |
|---|
FacesRedirect() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
List<FacesRedirectViewParam> |
getViewParam()
Gets the value of the viewParam property.
|
Boolean |
isIncludeViewParams()
Gets the value of the includeViewParams property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIncludeViewParams(Boolean value)
Sets the value of the includeViewParams property.
|
protected List<FacesRedirectViewParam> viewParam
protected String id
protected Boolean includeViewParams
public List<FacesRedirectViewParam> getViewParam()
set method for the viewParam property.
For example, to add a new item, do as follows:
getViewParam().add(newItem);
Objects of the following type(s) are allowed in the list
FacesRedirectViewParampublic void setId(String value)
value - allowed object is
Stringpublic Boolean isIncludeViewParams()
BooleanCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.