Uses of Class
jakarta.faces.context.FlashFactory
-
Packages that use FlashFactory Package Description com.sun.faces.context.flash jakarta.faces.context Classes and interfaces defining per-request state information. -
-
Uses of FlashFactory in com.sun.faces.context.flash
Subclasses of FlashFactory in com.sun.faces.context.flash Modifier and Type Class Description classFlashFactoryImplDefault implementation ofFlashFactory. -
Uses of FlashFactory in jakarta.faces.context
Methods in jakarta.faces.context that return FlashFactory Modifier and Type Method Description FlashFactoryFlashFactory. getWrapped()If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.Constructors in jakarta.faces.context with parameters of type FlashFactory Constructor Description FlashFactory(FlashFactory wrapped)If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
-