Class LifecycleFactory

java.lang.Object
jakarta.faces.lifecycle.LifecycleFactory
All Implemented Interfaces:
FacesWrapper<LifecycleFactory>

public abstract class LifecycleFactory extends Object implements FacesWrapper<LifecycleFactory>
see Javadoc of Faces Specification
  • Field Details

  • Constructor Details

    • LifecycleFactory

      @Deprecated public LifecycleFactory()
      Deprecated.
    • LifecycleFactory

      public LifecycleFactory(LifecycleFactory delegate)
  • Method Details

    • addLifecycle

      public abstract void addLifecycle(String lifecycleId, Lifecycle lifecycle)
    • getLifecycle

      public abstract Lifecycle getLifecycle(String lifecycleId)
    • getLifecycleIds

      public abstract Iterator<String> getLifecycleIds()
    • getWrapped

      public 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. A default implementation is provided that returns null.
      Specified by:
      getWrapped in interface FacesWrapper<LifecycleFactory>
      Returns:
      the decorated LifecycleFactory if this factory decorates another, or null otherwise
      Since:
      2.0