Uses of Class
jakarta.faces.context.Flash
-
Packages that use Flash Package Description jakarta.faces.context -
-
Uses of Flash in jakarta.faces.context
Subclasses of Flash in jakarta.faces.context Modifier and Type Class Description class
FlashWrapper
Methods in jakarta.faces.context that return Flash Modifier and Type Method Description Flash
ExternalContext. getFlash()
Return the threadsafeFlash
for this application.Flash
ExternalContextWrapper. getFlash()
The default behavior of this method is to callExternalContext.getFlash()
on the wrappedExternalContext
object.abstract Flash
FlashFactory. getFlash(boolean create)
Create (if needed) and return aFlash
instance for this web application.Flash
FlashWrapper. getWrapped()
Constructors in jakarta.faces.context with parameters of type Flash Constructor Description FlashWrapper(Flash wrapped)
If this flash has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
-