com.liferay.faces.bridge.context.url
Class BridgeURLFactory
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BridgeURLFactory
public BridgeURLFactory()
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.