Package jakarta.faces.context
Class Flash
- java.lang.Object
- 
- jakarta.faces.context.Flash
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringNULL_VALUE
 - 
Constructor SummaryConstructors Constructor Description Flash()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voiddoPostPhaseActions(FacesContext context)abstract voiddoPrePhaseActions(FacesContext context)abstract booleanisKeepMessages()abstract booleanisRedirect()abstract voidkeep(String key)abstract voidputNow(String key, Object value)abstract voidsetKeepMessages(boolean newValue)abstract voidsetRedirect(boolean newValue)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods 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 Detail- 
NULL_VALUEpublic static final String NULL_VALUE - Since:
- 2.2
- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
isKeepMessagespublic abstract boolean isKeepMessages() 
 - 
isRedirectpublic abstract boolean isRedirect() 
 - 
keeppublic abstract void keep(String key) 
 - 
setKeepMessagespublic abstract void setKeepMessages(boolean newValue) 
 - 
setRedirectpublic abstract void setRedirect(boolean newValue) 
 - 
doPrePhaseActionspublic abstract void doPrePhaseActions(FacesContext context) 
 - 
doPostPhaseActionspublic abstract void doPostPhaseActions(FacesContext context) 
 
- 
 
-