javax.faces.context
Class Flash
java.lang.Object
javax.faces.context.Flash
- All Implemented Interfaces:
- Map<String,Object>
- Direct Known Subclasses:
- FlashWrapper
public abstract class Flash
- extends Object
- implements Map<String,Object>
- Since:
- 2.0
- Version:
- $Revision: 1434999 $ $Date: 2013-01-17 20:10:28 -0500 (Thu, 17 Jan 2013) $
- Author:
- Simon Lessard (latest modification by $Author: lu4242 $)
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Constructor Summary |
Flash()
|
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, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
NULL_VALUE
public static final String NULL_VALUE
- Since:
- 2.2
- See Also:
- Constant Field Values
Flash
public Flash()
isKeepMessages
public abstract boolean isKeepMessages()
isRedirect
public abstract boolean isRedirect()
keep
public abstract void keep(String key)
putNow
public abstract void putNow(String key,
Object value)
setKeepMessages
public abstract void setKeepMessages(boolean newValue)
setRedirect
public abstract void setRedirect(boolean newValue)
doPrePhaseActions
public abstract void doPrePhaseActions(FacesContext context)
doPostPhaseActions
public abstract void doPostPhaseActions(FacesContext context)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.