com.liferay.faces.bridge.context.url
Class BridgeURLFactory

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

public abstract class BridgeURLFactory
extends Object
implements FactoryWrapper<BridgeURLFactory>

Author:
Neil Griffin

Constructor Summary
BridgeURLFactory()
           
 
Method Summary
abstract  BridgeActionURL getBridgeActionURL(String url, String currentFacesViewId, BridgeContext bridgeContext)
           
abstract  BridgeRedirectURL getBridgeRedirectURL(String url, Map<String,List<String>> parameters, String currentFacesViewId, BridgeContext bridgeContext)
           
abstract  BridgeResourceURL getBridgeResourceURL(String url, String currentFacesViewId, BridgeContext bridgeContext)
           
 
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

BridgeURLFactory

public BridgeURLFactory()
Method Detail

getBridgeActionURL

public abstract BridgeActionURL getBridgeActionURL(String url,
                                                   String currentFacesViewId,
                                                   BridgeContext bridgeContext)

getBridgeRedirectURL

public abstract BridgeRedirectURL getBridgeRedirectURL(String url,
                                                       Map<String,List<String>> parameters,
                                                       String currentFacesViewId,
                                                       BridgeContext bridgeContext)

getBridgeResourceURL

public abstract BridgeResourceURL getBridgeResourceURL(String url,
                                                       String currentFacesViewId,
                                                       BridgeContext bridgeContext)


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