Package jakarta.faces.context
Class Flash
java.lang.Object
jakarta.faces.context.Flash
- Direct Known Subclasses:
- FlashWrapper
- Since:
- 2.0
- 
Nested Class Summary
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract voiddoPostPhaseActions(FacesContext context) abstract voiddoPrePhaseActions(FacesContext context) abstract booleanabstract booleanabstract voidabstract voidabstract voidsetKeepMessages(boolean newValue) abstract voidsetRedirect(boolean newValue) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Mapclear, 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- 
Flashpublic Flash()
 
- 
- 
Method Details- 
isKeepMessagespublic abstract boolean isKeepMessages()
- 
isRedirectpublic abstract boolean isRedirect()
- 
keep
- 
putNow
- 
setKeepMessagespublic abstract void setKeepMessages(boolean newValue) 
- 
setRedirectpublic abstract void setRedirect(boolean newValue) 
- 
doPrePhaseActions
- 
doPostPhaseActions
 
-