Package jakarta.faces.context
Class Flash
java.lang.Object
jakarta.faces.context.Flash
- Direct Known Subclasses:
FlashWrapper
- Since:
- 2.0
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
doPostPhaseActions
(FacesContext context) abstract void
doPrePhaseActions
(FacesContext context) abstract boolean
abstract boolean
abstract void
abstract void
abstract void
setKeepMessages
(boolean newValue) abstract void
setRedirect
(boolean newValue) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Field Details
-
NULL_VALUE
- Since:
- 2.2
- See Also:
-
-
Constructor Details
-
Flash
public Flash()
-
-
Method Details
-
isKeepMessages
public abstract boolean isKeepMessages() -
isRedirect
public abstract boolean isRedirect() -
keep
-
putNow
-
setKeepMessages
public abstract void setKeepMessages(boolean newValue) -
setRedirect
public abstract void setRedirect(boolean newValue) -
doPrePhaseActions
-
doPostPhaseActions
-