com.liferay.faces.bridge.context.flash.internal
Class BridgeFlashWrapper
java.lang.Object
javax.faces.context.Flash
com.liferay.faces.bridge.context.flash.internal.BridgeFlash
com.liferay.faces.bridge.context.flash.internal.BridgeFlashWrapper
- All Implemented Interfaces:
- Map<String,Object>, javax.faces.FacesWrapper<BridgeFlash>
public abstract class BridgeFlashWrapper
- extends BridgeFlash
- implements javax.faces.FacesWrapper<BridgeFlash>
- Author:
- Neil Griffin
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BridgeFlashWrapper
public BridgeFlashWrapper()
clear
public void clear()
- Specified by:
clear in interface Map<String,Object>
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKey in interface Map<String,Object>
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValue in interface Map<String,Object>
doPostPhaseActions
public void doPostPhaseActions(javax.faces.context.FacesContext facesContext)
- Specified by:
doPostPhaseActions in class javax.faces.context.Flash
doPrePhaseActions
public void doPrePhaseActions(javax.faces.context.FacesContext facesContext)
- Specified by:
doPrePhaseActions in class javax.faces.context.Flash
entrySet
public Set<Map.Entry<String,Object>> entrySet()
- Specified by:
entrySet in interface Map<String,Object>
get
public Object get(Object key)
- Specified by:
get in interface Map<String,Object>
keep
public void keep(String key)
- Specified by:
keep in class javax.faces.context.Flash
keySet
public Set<String> keySet()
- Specified by:
keySet in interface Map<String,Object>
put
public Object put(String key,
Object value)
- Specified by:
put in interface Map<String,Object>
putAll
public void putAll(Map<? extends String,? extends Object> values)
- Specified by:
putAll in interface Map<String,Object>
putNow
public void putNow(String key,
Object value)
- Specified by:
putNow in class javax.faces.context.Flash
remove
public Object remove(Object key)
- Specified by:
remove in interface Map<String,Object>
size
public int size()
- Specified by:
size in interface Map<String,Object>
values
public Collection<Object> values()
- Specified by:
values in interface Map<String,Object>
isServletResponseRequired
public abstract boolean isServletResponseRequired()
- Specified by:
isServletResponseRequired in class BridgeFlash
setKeepMessages
public void setKeepMessages(boolean newValue)
- Specified by:
setKeepMessages in class javax.faces.context.Flash
setRedirect
public void setRedirect(boolean newValue)
- Specified by:
setRedirect in class javax.faces.context.Flash
isKeepMessages
public boolean isKeepMessages()
- Specified by:
isKeepMessages in class javax.faces.context.Flash
isRedirect
public boolean isRedirect()
- Specified by:
isRedirect in class javax.faces.context.Flash
getWrapped
public abstract BridgeFlash getWrapped()
- Specified by:
getWrapped in interface javax.faces.FacesWrapper<BridgeFlash>
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface Map<String,Object>
Copyright © 2015 Liferay, Inc.. All rights reserved.