com.liferay.faces.bridge.context.flash.internal
Class BridgeFlashMojarraImpl
java.lang.Object
javax.faces.context.Flash
com.liferay.faces.bridge.context.flash.internal.BridgeFlash
com.liferay.faces.bridge.context.flash.internal.BridgeFlashBase
com.liferay.faces.bridge.context.flash.internal.BridgeFlashMojarraImpl
- All Implemented Interfaces:
- Map<String,Object>
public class BridgeFlashMojarraImpl
- extends BridgeFlashBase
The purpose of this class is to workaround http://java.net/jira/browse/JAVASERVERFACES-1987
- Author:
- Neil Griffin
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
| Methods inherited from class com.liferay.faces.bridge.context.flash.internal.BridgeFlashBase |
clear, containsKey, containsValue, doPrePhaseActions, entrySet, get, isEmpty, isKeepMessages, isRedirect, keep, keySet, putAll, putNow, remove, setKeepMessages, setRedirect, size, values |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BridgeFlashMojarraImpl
public BridgeFlashMojarraImpl(javax.faces.context.Flash flash)
doPostPhaseActions
public void doPostPhaseActions(javax.faces.context.FacesContext facesContext)
- Overrides:
doPostPhaseActions in class BridgeFlashBase
put
public Object put(String key,
Object value)
- Specified by:
put in interface Map<String,Object>- Overrides:
put in class BridgeFlashBase
isServletResponseRequired
public boolean isServletResponseRequired()
- Specified by:
isServletResponseRequired in class BridgeFlash
getWrapped
public javax.faces.context.Flash getWrapped()
- Specified by:
getWrapped in class BridgeFlashBase
Copyright © 2015 Liferay, Inc.. All rights reserved.