Package com.sun.faces.context.flash
Class FlashFactoryImpl
java.lang.Object
jakarta.faces.context.FlashFactory
com.sun.faces.context.flash.FlashFactoryImpl
- All Implemented Interfaces:
FacesWrapper<FlashFactory>
Default implementation of
FlashFactory
.-
Constructor Summary
-
Method Summary
Methods inherited from class jakarta.faces.context.FlashFactory
getWrapped
-
Constructor Details
-
FlashFactoryImpl
public FlashFactoryImpl()
-
-
Method Details
-
getFlash
Description copied from class:FlashFactory
Create (if needed) and return a
Flash
instance for this web application.- Specified by:
getFlash
in classFlashFactory
- Parameters:
create
-true
to create a new instance for this request if necessary;false
to returnnull
if there's no instance in the currentsession
.- Returns:
- the instance of
Flash
.
-