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

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

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

Methods in com.liferay.faces.bridge.context that return BridgeURL
 BridgeURL BridgeContextWrapper.encodeActionURL(String url)
           
abstract  BridgeURL 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.
 BridgeURL BridgeContextWrapper.encodeBookmarkableURL(String baseURL, Map<String,List<String>> parameters)
           
abstract  BridgeURL BridgeContext.encodeBookmarkableURL(String baseURL, Map<String,List<String>> parameters)
          Encodes a bridge "bookmarkable" URL, meaning a URL that can be bookmarked.
 BridgeURL BridgeContextWrapper.encodePartialActionURL(String url)
           
abstract  BridgeURL BridgeContext.encodePartialActionURL(String url)
          Encodes a bridge "partial action" URL, meaning a URL that is intended to be used for Ajax (partial request) processing.
 BridgeURL BridgeContextWrapper.encodeRedirectURL(String baseUrl, Map<String,List<String>> parameters)
           
abstract  BridgeURL BridgeContext.encodeRedirectURL(String baseURL, Map<String,List<String>> parameters)
          Encodes a bridge "redirect" URL, meaning a URL that conforms to the deviation requirements of ExternalContext.redirect(String) listed in Section 6.1.3.1 of the Bridge Spec.
 BridgeURL BridgeContextWrapper.getRenderRedirectURL()
           
abstract  BridgeURL BridgeContext.getRenderRedirectURL()
          Gets the render-redirect URL that was set during a render-redirect.
 

Methods in com.liferay.faces.bridge.context with parameters of type BridgeURL
 void BridgeContextWrapper.setRenderRedirectURL(BridgeURL renderRedirectURL)
           
abstract  void BridgeContext.setRenderRedirectURL(BridgeURL renderRedirectURL)
          Sets the render-redirect URL that is associated with a render-redirect.
 

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

Subinterfaces of BridgeURL in com.liferay.faces.bridge.context.url
 interface BridgeResourceURL
          This interface represents a bridge "resource" URL, meaning a URL that has convenience methods for representing URLs according to the deviation requirements of ExternalContext.encodeResourceURL(String) listed in Section 6.1.3.1 of the Bridge Spec.
 

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

Methods in com.liferay.faces.bridge.context.url that return BridgeURL
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  BridgeURL BridgeURLWrapper.getWrapped()
           
 



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