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

java.lang.Object
  extended by com.liferay.faces.bridge.context.flash.BridgeFlashFactory
All Implemented Interfaces:
FactoryWrapper<BridgeFlashFactory>, javax.faces.FacesWrapper<BridgeFlashFactory>
Direct Known Subclasses:
BridgeFlashFactoryImpl

public abstract class BridgeFlashFactory
extends Object
implements FactoryWrapper<BridgeFlashFactory>

NOTE: PROPOSED-FOR-JSR344-API (FACTORY FOR THE JSF 2.2 API) See: http://java.net/jira/browse/JAVASERVERFACES_SPEC_PUBLIC-1071

Author:
Neil Griffin

Constructor Summary
BridgeFlashFactory()
           
 
Method Summary
abstract  BridgeFlash getBridgeFlash()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.faces.bridge.FactoryWrapper
getWrapped
 

Constructor Detail

BridgeFlashFactory

public BridgeFlashFactory()
Method Detail

getBridgeFlash

public abstract BridgeFlash getBridgeFlash()


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