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

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

public class BridgeURLFactoryImpl
extends BridgeURLFactory

Author:
Neil Griffin

Constructor Summary
BridgeURLFactoryImpl()
           
 
Method Summary
 BridgeActionURL getBridgeActionURL(String url, String currentFacesViewId, BridgeContext bridgeContext)
           
 BridgeRedirectURL getBridgeRedirectURL(String url, Map<String,List<String>> parameters, String currentFacesViewId, BridgeContext bridgeContext)
           
 BridgeResourceURL getBridgeResourceURL(String url, String currentFacesViewId, BridgeContext bridgeContext)
           
 BridgeURLFactory getWrapped()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BridgeURLFactoryImpl

public BridgeURLFactoryImpl()
Method Detail

getBridgeActionURL

public BridgeActionURL getBridgeActionURL(String url,
                                          String currentFacesViewId,
                                          BridgeContext bridgeContext)
Specified by:
getBridgeActionURL in class BridgeURLFactory

getBridgeRedirectURL

public BridgeRedirectURL getBridgeRedirectURL(String url,
                                              Map<String,List<String>> parameters,
                                              String currentFacesViewId,
                                              BridgeContext bridgeContext)
Specified by:
getBridgeRedirectURL in class BridgeURLFactory

getBridgeResourceURL

public BridgeResourceURL getBridgeResourceURL(String url,
                                              String currentFacesViewId,
                                              BridgeContext bridgeContext)
Specified by:
getBridgeResourceURL in class BridgeURLFactory

getWrapped

public BridgeURLFactory getWrapped()


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