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

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

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

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

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

Classes in com.liferay.faces.bridge.context.url that implement BridgeActionURL
 class BridgeActionURLImpl
           
 class BridgeActionURLWrapper
           
 

Methods in com.liferay.faces.bridge.context.url that return BridgeActionURL
 BridgeActionURL BridgeURLFactoryImpl.getBridgeActionURL(String url, String currentFacesViewId, BridgeContext bridgeContext)
           
abstract  BridgeActionURL BridgeURLFactory.getBridgeActionURL(String url, String currentFacesViewId, BridgeContext bridgeContext)
           
abstract  BridgeActionURL BridgeActionURLWrapper.getWrapped()
           
 



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