Class FlashFactory

java.lang.Object
jakarta.faces.context.FlashFactory
All Implemented Interfaces:
FacesWrapper<FlashFactory>

public abstract class FlashFactory extends Object implements FacesWrapper<FlashFactory>
Since:
2.2
  • Constructor Details

    • FlashFactory

      @Deprecated public FlashFactory()
      Deprecated.
    • FlashFactory

      public FlashFactory(FlashFactory delegate)
  • Method Details

    • getFlash

      public abstract Flash getFlash(boolean create)
    • getWrapped

      public FlashFactory getWrapped()
      Description copied from interface: FacesWrapper
      A class that implements this interface uses this method to return an instance of the class being wrapped.
      Specified by:
      getWrapped in interface FacesWrapper<FlashFactory>
      Returns:
      the instance of the class being wrapped