Package jakarta.faces.lifecycle
Class LifecycleFactory
java.lang.Object
jakarta.faces.lifecycle.LifecycleFactory
- All Implemented Interfaces:
- FacesWrapper<LifecycleFactory>
see Javadoc of Faces Specification
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract voidaddLifecycle(String lifecycleId, Lifecycle lifecycle) abstract LifecyclegetLifecycle(String lifecycleId) If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.
- 
Field Details- 
DEFAULT_LIFECYCLE- See Also:
 
 
- 
- 
Constructor Details- 
LifecycleFactoryDeprecated.
- 
LifecycleFactory
 
- 
- 
Method Details- 
addLifecycle
- 
getLifecycle
- 
getLifecycleIds
- 
getWrappedIf this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped. A default implementation is provided that returnsnull.- Specified by:
- getWrappedin interface- FacesWrapper<LifecycleFactory>
- Returns:
- the decorated LifecycleFactoryif this factory decorates another, ornullotherwise
- Since:
- 2.0
 
 
-