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

Packages that use BridgeURL
com.liferay.faces.bridge   
 

Uses of BridgeURL in com.liferay.faces.bridge
 

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

Methods in com.liferay.faces.bridge that return BridgeURL
abstract  BridgeURL BridgeURLFactory.getBridgeActionURL(javax.faces.context.FacesContext facesContext, String uri)
          Returns a new action URL instance of BridgeURL.
static BridgeURL BridgeURLFactory.getBridgeActionURLInstance(javax.faces.context.FacesContext facesContext, String uri)
          Returns a new action URL instance of BridgeURL from the BridgeURLFactory found by the BridgeFactoryFinder.
abstract  BridgeURL BridgeURLFactory.getBridgeBookmarkableURL(javax.faces.context.FacesContext facesContext, String uri, Map<String,List<String>> parameters)
          Returns a new bookmarkable URL instance of BridgeURL.
static BridgeURL BridgeURLFactory.getBridgeBookmarkableURLInstance(javax.faces.context.FacesContext facesContext, String uri, Map<String,List<String>> parameters)
          Returns a new bookmarkable URL instance of BridgeURL from the BridgeURLFactory found by the BridgeFactoryFinder.
abstract  BridgeURL BridgeURLFactory.getBridgePartialActionURL(javax.faces.context.FacesContext facesContext, String uri)
          Returns a new partial action URL instance of BridgeURL.
static BridgeURL BridgeURLFactory.getBridgePartialActionURLInstance(javax.faces.context.FacesContext facesContext, String uri)
          Returns a new partial action URL instance of BridgeURL from the BridgeURLFactory found by the BridgeFactoryFinder.
abstract  BridgeURL BridgeURLFactory.getBridgeRedirectURL(javax.faces.context.FacesContext facesContext, String uri, Map<String,List<String>> parameters)
          Returns a new redirect URL instance of BridgeURL.
static BridgeURL BridgeURLFactory.getBridgeRedirectURLInstance(javax.faces.context.FacesContext facesContext, String uri, Map<String,List<String>> parameters)
          Returns a new redirect URL instance of BridgeURL from the BridgeURLFactory found by the BridgeFactoryFinder.
abstract  BridgeURL BridgeURLFactory.getBridgeResourceURL(javax.faces.context.FacesContext facesContext, String uri)
          Returns a new resource URL instance of BridgeURL.
static BridgeURL BridgeURLFactory.getBridgeResourceURLInstance(javax.faces.context.FacesContext facesContext, String uri)
          Returns a new resource URL instance of BridgeURL from the BridgeURLFactory found by the BridgeFactoryFinder.
abstract  BridgeURL BridgeURLWrapper.getWrapped()
           
 



Copyright © 2017 Liferay, Inc. All Rights Reserved.