Package org.apache.openejb.jee
Class FacesConfigRedirectRedirectParam
- java.lang.Object
-
- org.apache.openejb.jee.FacesConfigRedirectRedirectParam
-
public class FacesConfigRedirectRedirectParam extends Object
The "redirect-param" element, only valid within a "redirect" element, contains child "name" and "value" elements that must be included in the redirect url when the redirect is performed.
Java class for faces-config-redirect-redirectParamType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-redirect-redirectParamType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://xmlns.jcp.org/xml/ns/javaee}string"/> <element name="value" type="{http://xmlns.jcp.org/xml/ns/javaee}string"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description FacesConfigRedirectRedirectParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.XmlStringgetName()Gets the value of the name property.XmlStringgetValue()Gets the value of the value property.voidsetId(String value)Sets the value of the id property.voidsetName(XmlString value)Sets the value of the name property.voidsetValue(XmlString value)Sets the value of the value property.
-
-
-
Method Detail
-
getName
public XmlString getName()
Gets the value of the name property.- Returns:
- possible object is
XmlString
-
setName
public void setName(XmlString value)
Sets the value of the name property.- Parameters:
value- allowed object isXmlString
-
getValue
public XmlString getValue()
Gets the value of the value property.- Returns:
- possible object is
XmlString
-
setValue
public void setValue(XmlString value)
Sets the value of the value property.- Parameters:
value- allowed object isXmlString
-
-