javax.faces.context
Class Flash
java.lang.Object
javax.faces.context.Flash
- All Implemented Interfaces:
- Map<String,Object>
public abstract class Flash
- extends Object
- implements Map<String,Object>
- Since:
- 2.0
- Version:
- $Revision: 1187700 $ $Date: 2011-10-22 07:19:37 -0500 (Sat, 22 Oct 2011) $
- Author:
- Simon Lessard (latest modification by $Author: bommel $)
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 |
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 © 2012 The Apache Software Foundation. All Rights Reserved.