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   
com.liferay.faces.bridge.context.url.liferay   
 

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

Methods in com.liferay.faces.bridge.context that return BridgeResourceURL
 BridgeResourceURL BridgeContextWrapper.encodeResourceURL(String url)
           
 BridgeResourceURL BridgeContextImpl.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 BridgeResourceURLCompatImpl
          This class provides a compatibility layer that isolates differences between JSF1 and JSF2.
 class BridgeResourceURLImpl
           
 class BridgeResourceURLWrapper
           
 

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

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

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



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