org.apache.openejb.jee
Class FacesRedirect

java.lang.Object
  extended by org.apache.openejb.jee.FacesRedirect

public class FacesRedirect
extends Object

web-facesconfig_2_0.xsd

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>
 


Field Summary
protected  String id
           
protected  Boolean includeViewParams
           
protected  List<FacesRedirectViewParam> viewParam
           
 
Constructor Summary
FacesRedirect()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

viewParam

protected List<FacesRedirectViewParam> viewParam

id

protected String id

includeViewParams

protected Boolean includeViewParams
Constructor Detail

FacesRedirect

public FacesRedirect()
Method Detail

getViewParam

public List<FacesRedirectViewParam> getViewParam()
Gets the value of the viewParam property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a 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 FacesRedirectViewParam


getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

isIncludeViewParams

public Boolean isIncludeViewParams()
Gets the value of the includeViewParams property.

Returns:
possible object is Boolean

setIncludeViewParams

public void setIncludeViewParams(Boolean value)
Sets the value of the includeViewParams property.

Parameters:
value - allowed object is Boolean


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.