Uses of Class
jakarta.faces.context.Flash
-
Packages that use Flash Package Description com.sun.faces.config.initfacescontext com.sun.faces.context com.sun.faces.context.flash jakarta.faces.context -
-
Uses of Flash in com.sun.faces.config.initfacescontext
Subclasses of Flash in com.sun.faces.config.initfacescontext Modifier and Type Class Description classNoOpFlashMethods in com.sun.faces.config.initfacescontext that return Flash Modifier and Type Method Description FlashServletContextAdapter. getFlash() -
Uses of Flash in com.sun.faces.context
Methods in com.sun.faces.context that return Flash Modifier and Type Method Description FlashExternalContextImpl. getFlash() -
Uses of Flash in com.sun.faces.context.flash
Subclasses of Flash in com.sun.faces.context.flash Modifier and Type Class Description classELFlashHow this implementation worksMethods in com.sun.faces.context.flash that return Flash Modifier and Type Method Description FlashFlashFactoryImpl. getFlash(boolean create) -
Uses of Flash in jakarta.faces.context
Subclasses of Flash in jakarta.faces.context Modifier and Type Class Description classFlashWrapperMethods in jakarta.faces.context that return Flash Modifier and Type Method Description FlashExternalContext. getFlash()Return the threadsafeFlashfor this application.FlashExternalContextWrapper. getFlash()The default behavior of this method is to callExternalContext.getFlash()on the wrappedExternalContextobject.abstract FlashFlashFactory. getFlash(boolean create)Create (if needed) and return aFlashinstance for this web application.FlashFlashWrapper. 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.
-