Uses of Class
jakarta.faces.lifecycle.LifecycleFactory
Packages that use LifecycleFactory
-
Uses of LifecycleFactory in jakarta.faces.lifecycle
Classes in jakarta.faces.lifecycle that implement interfaces with type arguments of type LifecycleFactoryModifier and TypeClassDescriptionclassLifecycleFactory is a factory object that creates (if needed) and returnsLifecycleinstances.Methods in jakarta.faces.lifecycle that return LifecycleFactoryModifier and TypeMethodDescriptionLifecycleFactory.getWrapped()If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.Constructors in jakarta.faces.lifecycle with parameters of type LifecycleFactoryModifierConstructorDescriptionLifecycleFactory(LifecycleFactory wrapped) If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.