Uses of Class
com.liferay.faces.bridge.context.BridgeContext

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

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

Subclasses of BridgeContext in com.liferay.faces.bridge.context
 class BridgeContextWrapper
           
 

Methods in com.liferay.faces.bridge.context that return BridgeContext
abstract  BridgeContext BridgeContextFactory.getBridgeContext(BridgeConfig bridgeConfig, BridgeRequestScope bridgeRequestScope, javax.portlet.PortletConfig portletConfig, javax.portlet.PortletContext portletContext, javax.portlet.PortletRequest portletRequest, javax.portlet.PortletResponse portletResponse, Bridge.PortletPhase portletPhase, IncongruityContext incongruityContext)
           
static BridgeContext BridgeContext.getCurrentInstance()
           
abstract  BridgeContext BridgeContextWrapper.getWrapped()
           
 

Methods in com.liferay.faces.bridge.context with parameters of type BridgeContext
abstract  HeadResponseWriter HeadResponseWriterFactory.getHeadResponseWriter(BridgeContext bridgeContext, javax.faces.context.ResponseWriter responseWriter)
           
static void BridgeContext.setCurrentInstance(BridgeContext bridgeContext)
           
 

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

Methods in com.liferay.faces.bridge.context.url with parameters of type BridgeContext
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  BridgeResourceURL BridgeURLFactory.getBridgeResourceURL(BridgeContext bridgeContext, BridgeURI bridgeURI, String viewId)
           
 



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