com.liferay.faces.bridge.context.flash
Class BridgeFlashMojarraImpl

java.lang.Object
  extended by javax.faces.context.Flash
      extended by com.liferay.faces.bridge.context.flash.BridgeFlash
          extended by com.liferay.faces.bridge.context.flash.BridgeFlashWrapper
              extended by com.liferay.faces.bridge.context.flash.BridgeFlashMojarraImpl
All Implemented Interfaces:
Map<String,Object>

public class BridgeFlashMojarraImpl
extends BridgeFlashWrapper

The purpose of this class is to workaround http://java.net/jira/browse/JAVASERVERFACES-1987

Author:
Neil Griffin

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
BridgeFlashMojarraImpl(javax.faces.context.Flash flash)
           
 
Method Summary
 void doPostPhaseActions(javax.faces.context.FacesContext facesContext)
           
 javax.faces.context.Flash getWrapped()
           
 boolean isServletResponseRequired()
           
 Object put(String key, Object value)
           
 
Methods inherited from class com.liferay.faces.bridge.context.flash.BridgeFlashWrapper
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
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

BridgeFlashMojarraImpl

public BridgeFlashMojarraImpl(javax.faces.context.Flash flash)
Method Detail

doPostPhaseActions

public void doPostPhaseActions(javax.faces.context.FacesContext facesContext)
Overrides:
doPostPhaseActions in class BridgeFlashWrapper

put

public Object put(String key,
                  Object value)
Specified by:
put in interface Map<String,Object>
Overrides:
put in class BridgeFlashWrapper

isServletResponseRequired

public boolean isServletResponseRequired()
Specified by:
isServletResponseRequired in class BridgeFlashWrapper

getWrapped

public javax.faces.context.Flash getWrapped()
Specified by:
getWrapped in class BridgeFlashWrapper


Copyright © 2014 Liferay, Inc.. All Rights Reserved.