|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.FacesOrdering
public class FacesOrdering
web-facesconfig_2_0.xsd
Java class for faces-config-orderingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-orderingType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="after" type="{http://java.sun.com/xml/ns/javaee}faces-config-ordering-orderingType" minOccurs="0"/>
<element name="before" type="{http://java.sun.com/xml/ns/javaee}faces-config-ordering-orderingType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected FacesOrderingOrdering |
after
|
protected FacesOrderingOrdering |
before
|
| Constructor Summary | |
|---|---|
FacesOrdering()
|
|
| Method Summary | |
|---|---|
FacesOrderingOrdering |
getAfter()
Gets the value of the after property. |
FacesOrderingOrdering |
getBefore()
Gets the value of the before property. |
void |
setAfter(FacesOrderingOrdering value)
Sets the value of the after property. |
void |
setBefore(FacesOrderingOrdering value)
Sets the value of the before property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected FacesOrderingOrdering after
protected FacesOrderingOrdering before
| Constructor Detail |
|---|
public FacesOrdering()
| Method Detail |
|---|
public FacesOrderingOrdering getAfter()
FacesOrderingOrderingpublic void setAfter(FacesOrderingOrdering value)
value - allowed object is
FacesOrderingOrderingpublic FacesOrderingOrdering getBefore()
FacesOrderingOrderingpublic void setBefore(FacesOrderingOrdering value)
value - allowed object is
FacesOrderingOrdering
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||