|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.FacesConfigRedirectRedirectParam
public class FacesConfigRedirectRedirectParam
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>
| Field Summary | |
|---|---|
protected String |
id
|
protected XmlString |
name
|
protected XmlString |
value
|
| Constructor Summary | |
|---|---|
FacesConfigRedirectRedirectParam()
|
|
| Method Summary | |
|---|---|
String |
getId()
Gets the value of the id property. |
XmlString |
getName()
Gets the value of the name property. |
XmlString |
getValue()
Gets the value of the value property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setName(XmlString value)
Sets the value of the name property. |
void |
setValue(XmlString value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected XmlString name
protected XmlString value
protected String id
| Constructor Detail |
|---|
public FacesConfigRedirectRedirectParam()
| Method Detail |
|---|
public XmlString getName()
XmlStringpublic void setName(XmlString value)
value - allowed object is
XmlStringpublic XmlString getValue()
XmlStringpublic void setValue(XmlString value)
value - allowed object is
XmlStringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||