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

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

Uses of BridgeResourceURL in com.liferay.faces.bridge.context
 

Methods in com.liferay.faces.bridge.context that return BridgeResourceURL
 BridgeResourceURL BridgeContextWrapper.encodeResourceURL(String url)
           
abstract  BridgeResourceURL BridgeContext.encodeResourceURL(String url)
          Encodes a bridge "resource" URL, meaning a URL that conforms to the deviation requirements of ExternalContext.encodeResourceURL(String) listed in Section 6.1.3.1 of the Bridge Spec.
 

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

Classes in com.liferay.faces.bridge.context.url that implement BridgeResourceURL
 class BridgeResourceURLWrapper
           
 

Methods in com.liferay.faces.bridge.context.url that return BridgeResourceURL
abstract  BridgeResourceURL BridgeURLFactory.getBridgeResourceURL(BridgeContext bridgeContext, BridgeURI bridgeURI, String viewId)
           
abstract  BridgeResourceURL BridgeResourceURLWrapper.getWrapped()
           
 



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