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

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

Uses of BridgeRedirectURL in com.liferay.faces.bridge
 

Methods in com.liferay.faces.bridge with parameters of type BridgeRedirectURL
protected  void BridgePhaseRenderImpl.execute(BridgeRedirectURL renderRedirectURL)
           
 

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

Methods in com.liferay.faces.bridge.context that return BridgeRedirectURL
 BridgeRedirectURL BridgeContextWrapper.encodeRedirectURL(String baseUrl, Map<String,List<String>> parameters)
           
 BridgeRedirectURL BridgeContextImpl.encodeRedirectURL(String baseUrl, Map<String,List<String>> parameters)
           
abstract  BridgeRedirectURL 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.
 BridgeRedirectURL BridgeContextWrapper.getRenderRedirectURL()
           
 BridgeRedirectURL BridgeContextImpl.getRenderRedirectURL()
           
abstract  BridgeRedirectURL 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 BridgeRedirectURL
 void BridgeContextWrapper.setRenderRedirectURL(BridgeRedirectURL renderRedirectURL)
           
 void BridgeContextImpl.setRenderRedirectURL(BridgeRedirectURL renderRedirectURL)
           
abstract  void BridgeContext.setRenderRedirectURL(BridgeRedirectURL renderRedirectURL)
          Sets the render-redirect URL that is associated with a render-redirect.
 

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

Classes in com.liferay.faces.bridge.context.url that implement BridgeRedirectURL
 class BridgeRedirectURLImpl
           
 class BridgeRedirectURLWrapper
           
 

Methods in com.liferay.faces.bridge.context.url that return BridgeRedirectURL
 BridgeRedirectURL BridgeURLFactoryImpl.getBridgeRedirectURL(String url, Map<String,List<String>> parameters, String currentFacesViewId, BridgeContext bridgeContext)
           
abstract  BridgeRedirectURL BridgeURLFactory.getBridgeRedirectURL(String url, Map<String,List<String>> parameters, String currentFacesViewId, BridgeContext bridgeContext)
           
abstract  BridgeRedirectURL BridgeRedirectURLWrapper.getWrapped()
           
 



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