public class FacesLifecycle extends Object
Java class for faces-config-lifecycleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-lifecycleType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="phase-listener" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="lifecycle-extension" type="{http://java.sun.com/xml/ns/javaee}faces-config-lifecycle-extensionType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected List<FacesLifecycleExtension> |
lifecycleExtension |
protected List<String> |
phaseListener |
| Constructor and Description |
|---|
FacesLifecycle() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
List<FacesLifecycleExtension> |
getLifecycleExtension()
Gets the value of the lifecycleExtension property.
|
List<String> |
getPhaseListener()
Gets the value of the phaseListener property.
|
void |
setId(String value)
Sets the value of the id property.
|
protected List<FacesLifecycleExtension> lifecycleExtension
protected String id
public List<String> getPhaseListener()
set method for the phaseListener property.
For example, to add a new item, do as follows:
getPhaseListener().add(newItem);
Objects of the following type(s) are allowed in the list
Stringpublic List<FacesLifecycleExtension> getLifecycleExtension()
set method for the lifecycleExtension property.
For example, to add a new item, do as follows:
getLifecycleExtension().add(newItem);
Objects of the following type(s) are allowed in the list
FacesLifecycleExtensionCopyright © 1999–2020 The Apache Software Foundation. All rights reserved.