Package jakarta.faces.lifecycle
Class LifecycleFactory
java.lang.Object
jakarta.faces.lifecycle.LifecycleFactory
- All Implemented Interfaces:
FacesWrapper<LifecycleFactory>
see Javadoc of Faces Specification
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
addLifecycle
(String lifecycleId, Lifecycle lifecycle) abstract Lifecycle
getLifecycle
(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
-
LifecycleFactory
Deprecated. -
LifecycleFactory
-
-
Method Details
-
addLifecycle
-
getLifecycle
-
getLifecycleIds
-
getWrapped
If 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:
getWrapped
in interfaceFacesWrapper<LifecycleFactory>
- Returns:
- the decorated
LifecycleFactory
if this factory decorates another, ornull
otherwise - Since:
- 2.0
-