java.lang.Object
jakarta.faces.context.FlashFactory
com.sun.faces.context.flash.FlashFactoryImpl
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class jakarta.faces.context.FlashFactory
getWrapped 
- 
Constructor Details
- 
FlashFactoryImpl
public FlashFactoryImpl() 
 - 
 - 
Method Details
- 
getFlash
Description copied from class:FlashFactoryCreate (if needed) and return a
Flashinstance for this web application.- Specified by:
 getFlashin classFlashFactory- Parameters:
 create-trueto create a new instance for this request if necessary;falseto returnnullif there's no instance in the currentsession.- Returns:
 - the instance of 
Flash. 
 
 -