Uses of Interface
com.liferay.faces.bridge.context.url.BridgeURI

Packages that use BridgeURI
com.liferay.faces.bridge.context.url   
 

Uses of BridgeURI in com.liferay.faces.bridge.context.url
 

Methods in com.liferay.faces.bridge.context.url that return BridgeURI
abstract  BridgeURI BridgeURIFactory.getBridgeURI(String uri)
           
 

Methods in com.liferay.faces.bridge.context.url with parameters of type BridgeURI
abstract  BridgeURL BridgeURLFactory.getBridgeActionURL(BridgeContext bridgeContext, BridgeURI bridgeURI, String viewId)
           
abstract  BridgeURL BridgeURLFactory.getBridgeBookmarkableURL(BridgeContext bridgeContext, BridgeURI bridgeURI, Map<String,List<String>> parameters, String viewId)
           
abstract  BridgeURL BridgeURLFactory.getBridgePartialActionURL(BridgeContext bridgeContext, BridgeURI bridgeURI, String viewId)
           
abstract  BridgeURL BridgeURLFactory.getBridgeRedirectURL(BridgeContext bridgeContext, BridgeURI bridgeURI, Map<String,List<String>> parameters, String redirectViewId)
           
abstract  BridgeResourceURL BridgeURLFactory.getBridgeResourceURL(BridgeContext bridgeContext, BridgeURI bridgeURI, String viewId)
           
 



Copyright © 2015 Liferay, Inc.. All rights reserved.