public interface FacesConfigLifecycleType<T> extends Child<T>, JavaeeFacesConfigLifecycleCommonType<T,FacesConfigLifecycleType<T>>
faces-config-lifecycleType
xsd typeModifier 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
objectsFacesConfigLifecycleType
List<String> getAllPhaseListener()
phase-listener
elementsphase-listener
FacesConfigLifecycleType<T> removeAllPhaseListener()
phase-listener
elementFacesConfigLifecycleType
FacesConfigLifecycleType<T> lifecycleExtension()
lifecycle-extension
elementFacesConfigLifecycleType
Boolean isLifecycleExtension()
lifecycle-extension
elementFacesConfigLifecycleType
FacesConfigLifecycleType<T> removeLifecycleExtension()
lifecycle-extension
elementFacesConfigLifecycleType
FacesConfigLifecycleType<T> id(String id)
id
attributeid
- the value for the attribute id
FacesConfigLifecycleType
String getId()
id
attributeid
FacesConfigLifecycleType<T> removeId()
id
attributeFacesConfigLifecycleType
Copyright © 2022 JBoss by Red Hat. All rights reserved.