Package jakarta.faces.context
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 SummaryConstructors Constructor Description FlashFactory()Deprecated.FlashFactory(FlashFactory delegate)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract FlashgetFlash(boolean create)FlashFactorygetWrapped()A class that implements this interface uses this method to return an instance of the class being wrapped.
 
- 
- 
- 
Constructor Detail- 
FlashFactory@Deprecated public FlashFactory() Deprecated.
 - 
FlashFactorypublic FlashFactory(FlashFactory delegate) 
 
- 
 - 
Method Detail- 
getFlashpublic abstract Flash getFlash(boolean create) 
 - 
getWrappedpublic FlashFactory getWrapped() Description copied from interface:FacesWrapperA class that implements this interface uses this method to return an instance of the class being wrapped.- Specified by:
- getWrappedin interface- FacesWrapper<FlashFactory>
- Returns:
- the instance of the class being wrapped
 
 
- 
 
-