public class FacesRedirect
extends java.lang.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 java.lang.String | id | 
| protected java.lang.Boolean | includeViewParams | 
| protected java.util.List<FacesRedirectViewParam> | viewParam | 
| Constructor and Description | 
|---|
| FacesRedirect() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getId()Gets the value of the id property. | 
| java.util.List<FacesRedirectViewParam> | getViewParam()Gets the value of the viewParam property. | 
| java.lang.Boolean | isIncludeViewParams()Gets the value of the includeViewParams property. | 
| void | setId(java.lang.String value)Sets the value of the id property. | 
| void | setIncludeViewParams(java.lang.Boolean value)Sets the value of the includeViewParams property. | 
protected java.util.List<FacesRedirectViewParam> viewParam
protected java.lang.String id
protected java.lang.Boolean includeViewParams
public java.util.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 java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
              Stringpublic java.lang.Boolean isIncludeViewParams()
Booleanpublic void setIncludeViewParams(java.lang.Boolean value)
value - allowed object is
              Boolean