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

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

public abstract class BridgeFlash
extends javax.faces.context.Flash

Author:
Neil Griffin

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
BridgeFlash()
           
 
Method Summary
abstract  boolean isServletResponseRequired()
           
 
Methods inherited from class javax.faces.context.Flash
doPostPhaseActions, doPrePhaseActions, isKeepMessages, isRedirect, keep, putNow, setKeepMessages, setRedirect
 
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
 

Constructor Detail

BridgeFlash

public BridgeFlash()
Method Detail

isServletResponseRequired

public abstract boolean isServletResponseRequired()


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