Uses of Class
jakarta.faces.context.Flash
-
Uses of Flash in jakarta.faces.context
Modifier and TypeClassDescriptionclass
Modifier and TypeMethodDescriptionExternalContext.getFlash()
Return the threadsafeFlash
for this application.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.FlashWrapper.getWrapped()
ModifierConstructorDescriptionFlashWrapper
(Flash wrapped) If this flash has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.