Uses of Class
jakarta.faces.lifecycle.LifecycleFactory
-
Packages that use LifecycleFactory Package Description jakarta.faces.lifecycle -
-
Uses of LifecycleFactory in jakarta.faces.lifecycle
Methods in jakarta.faces.lifecycle that return LifecycleFactory Modifier and Type Method Description LifecycleFactory
LifecycleFactory. 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 LifecycleFactory Constructor Description LifecycleFactory(LifecycleFactory wrapped)
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
-