
public interface FacesConfigLifecycleType<T> extends Child<T>, JavaeeFacesConfigLifecycleCommonType<T,FacesConfigLifecycleType<T>>
faces-config-lifecycleType xsd type| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllPhaseListener()
Returns all
phase-listener elements |
String |
getId()
Returns the
id attribute |
FacesConfigLifecycleType<T> |
id(String id)
Sets the
id attribute |
Boolean |
isLifecycleExtension()
Removes the
lifecycle-extension element |
FacesConfigLifecycleType<T> |
lifecycleExtension()
Sets the
lifecycle-extension element |
FacesConfigLifecycleType<T> |
phaseListener(String... values)
Creates for all String objects representing
phase-listener elements,
a new phase-listener element |
FacesConfigLifecycleType<T> |
removeAllPhaseListener()
Removes the
phase-listener element |
FacesConfigLifecycleType<T> |
removeId()
Removes the
id attribute |
FacesConfigLifecycleType<T> |
removeLifecycleExtension()
Removes the
lifecycle-extension element |
FacesConfigLifecycleType<T> phaseListener(String... values)
phase-listener elements,
a new phase-listener elementvalues - list of phase-listener objectsFacesConfigLifecycleTypeList<String> getAllPhaseListener()
phase-listener elementsphase-listenerFacesConfigLifecycleType<T> removeAllPhaseListener()
phase-listener elementFacesConfigLifecycleTypeFacesConfigLifecycleType<T> lifecycleExtension()
lifecycle-extension elementFacesConfigLifecycleTypeBoolean isLifecycleExtension()
lifecycle-extension elementFacesConfigLifecycleTypeFacesConfigLifecycleType<T> removeLifecycleExtension()
lifecycle-extension elementFacesConfigLifecycleTypeFacesConfigLifecycleType<T> id(String id)
id attributeid - the value for the attribute idFacesConfigLifecycleTypeString getId()
id attributeidFacesConfigLifecycleType<T> removeId()
id attributeFacesConfigLifecycleTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.