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

Packages that use BridgeContext
com.liferay.faces.bridge   
com.liferay.faces.bridge.container.liferay   
com.liferay.faces.bridge.context   
com.liferay.faces.bridge.context.map   
com.liferay.faces.bridge.context.url   
com.liferay.faces.bridge.context.url.liferay   
com.liferay.faces.bridge.event   
 

Uses of BridgeContext in com.liferay.faces.bridge
 

Fields in com.liferay.faces.bridge declared as BridgeContext
protected  BridgeContext BridgePhaseBaseImpl.bridgeContext
           
 

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

Methods in com.liferay.faces.bridge.container.liferay with parameters of type BridgeContext
 LiferayActionURL LiferayURLFactoryImpl.getLiferayActionURL(BridgeContext bridgeContext, javax.portlet.MimeResponse mimeResponse, String responseNamespace, boolean friendlyURLMapperEnabled)
           
abstract  LiferayActionURL LiferayURLFactory.getLiferayActionURL(BridgeContext bridgeContext, javax.portlet.MimeResponse mimeResponse, String responseNamespace, boolean friendlyURLMapperEnabled)
           
 LiferayRenderURL LiferayURLFactoryImpl.getLiferayRenderURL(BridgeContext bridgeContext, javax.portlet.MimeResponse mimeResponse, String responseNamespace, boolean friendlyURLMapperEnabled)
           
abstract  LiferayRenderURL LiferayURLFactory.getLiferayRenderURL(BridgeContext bridgeContext, javax.portlet.MimeResponse mimeResponse, String responseNamespace, boolean friendlyURLMapperEnabled)
           
 LiferayResourceURL LiferayURLFactoryImpl.getLiferayResourceURL(BridgeContext bridgeContext, javax.portlet.MimeResponse mimeResponse, String responseNamespace, boolean friendlyURLMapperEnabled)
           
abstract  LiferayResourceURL LiferayURLFactory.getLiferayResourceURL(BridgeContext bridgeContext, javax.portlet.MimeResponse mimeResponse, String responseNamespace, boolean friendlyURLMapperEnabled)
           
 

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

Subclasses of BridgeContext in com.liferay.faces.bridge.context
 class BridgeContextCompatImpl
          This class provides a compatibility layer that isolates differences between JSF1 and JSF2.
 class BridgeContextImpl
           
 class BridgeContextWrapper
           
 

Fields in com.liferay.faces.bridge.context declared as BridgeContext
protected  BridgeContext ExternalContextCompat_1_2_Impl.bridgeContext
           
 

Methods in com.liferay.faces.bridge.context that return BridgeContext
 BridgeContext BridgeContextFactoryImpl.getBridgeContext(BridgeConfig bridgeConfig, BridgeRequestScope bridgeRequestScope, javax.portlet.PortletConfig portletConfig, javax.portlet.PortletContext portletContext, javax.portlet.PortletRequest portletRequest, javax.portlet.PortletResponse portletResponse, Bridge.PortletPhase portletPhase, PortletContainer portletContainer, IncongruityContext incongruityContext)
           
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, PortletContainer portletContainer, IncongruityContext incongruityContext)
           
static BridgeContext BridgeContext.getCurrentInstance()
           
abstract  BridgeContext BridgeContextWrapper.getWrapped()
           
 

Methods in com.liferay.faces.bridge.context with parameters of type BridgeContext
static void BridgeContext.setCurrentInstance(BridgeContext bridgeContext)
           
 

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

Fields in com.liferay.faces.bridge.context.map declared as BridgeContext
protected  BridgeContext RequestParameterMap.bridgeContext
           
 

Constructors in com.liferay.faces.bridge.context.map with parameters of type BridgeContext
FacesViewParameterMap(BridgeContext bridgeContext)
           
RequestHeaderValuesMap(BridgeContext bridgeContext, Map<String,String> requestParameterMap)
           
RequestParameterMap(BridgeContext bridgeContext)
           
RequestParameterMapFactory(BridgeContext bridgeContext)
           
RequestParameterMapImpl(BridgeContext bridgeContext)
           
RequestParameterMapMultiPartImpl(BridgeContext bridgeContext, javax.portlet.ClientDataRequest clientDataRequest)
           
RequestParameterValuesMapImpl(BridgeContext bridgeContext)
           
 

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

Fields in com.liferay.faces.bridge.context.url declared as BridgeContext
protected  BridgeContext BridgeURLBaseImpl.bridgeContext
           
 

Methods in com.liferay.faces.bridge.context.url with parameters of type BridgeContext
 javax.portlet.PortletURL PortletURLNonFacesTargetRenderImpl.createPortletURL(BridgeContext bridgeContext, String url)
           
 javax.portlet.PortletURL PortletURLFacesTargetActionImpl.createPortletURL(BridgeContext bridgeContext, String url)
           
abstract  javax.portlet.PortletURL PortletURLFacesTarget.createPortletURL(BridgeContext bridgeContext, String url)
           
 BridgeActionURL BridgeURLFactoryImpl.getBridgeActionURL(String url, String currentFacesViewId, BridgeContext bridgeContext)
           
abstract  BridgeActionURL BridgeURLFactory.getBridgeActionURL(String url, String currentFacesViewId, BridgeContext bridgeContext)
           
 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)
           
 BridgeResourceURL BridgeURLFactoryImpl.getBridgeResourceURL(String url, String currentFacesViewId, BridgeContext bridgeContext)
           
abstract  BridgeResourceURL BridgeURLFactory.getBridgeResourceURL(String url, String currentFacesViewId, BridgeContext bridgeContext)
           
 

Constructors in com.liferay.faces.bridge.context.url with parameters of type BridgeContext
BaseURLEncodedExternalStringImpl(String externalURL, Map<String,String[]> parameterMap, BridgeContext bridgeContext)
          Constructs a new instance of this class.
BaseURLEncodedStringImpl(String url, Map<String,String[]> parameterMap, BridgeContext bridgeContext)
           
BaseURLRelativeStringImpl(String url, Map<String,String[]> parameterMap, BridgeContext bridgeContext)
           
BridgeActionURLImpl(String url, String currentFacesViewId, BridgeContext bridgeContext)
           
BridgePartialActionURLImpl(String url, String currentFacesViewId, BridgeContext bridgeContext)
           
BridgeRedirectURLImpl(String url, Map<String,List<String>> parameters, String currentFacesViewId, BridgeContext bridgeContext)
           
BridgeResourceURLCompatImpl(String url, String currentFacesViewId, BridgeContext bridgeContext)
           
BridgeResourceURLImpl(String url, String currentFacesViewId, BridgeContext bridgeContext)
           
BridgeResponseURLImpl(String url, String currentFacesViewId, BridgeContext bridgeContext)
           
BridgeURLBaseImpl(String url, String currentFacesViewId, BridgeContext bridgeContext)
           
PortletURLFacesTarget(BridgeContext bridgeContext, String url, String portletMode, String windowState, boolean secure)
           
PortletURLFacesTargetActionImpl(BridgeContext bridgeContext, String url, String portletMode, String windowState, boolean secure)
           
PortletURLNonFacesTarget(BridgeContext bridgeContext, String url, String portletMode, String windowState, boolean secure, String path)
           
PortletURLNonFacesTargetRenderImpl(BridgeContext bridgeContext, String url, String portletMode, String windowState, boolean secure, String path)
           
 

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

Constructors in com.liferay.faces.bridge.context.url.liferay with parameters of type BridgeContext
BridgeResourceURLLiferayImpl(String url, String currentFacesViewId, BridgeContext bridgeContext)
           
 

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

Methods in com.liferay.faces.bridge.event with parameters of type BridgeContext
protected  boolean RenderRequestPhaseListenerCompat.isViewParametersEnabled(BridgeContext bridgeContext)
           
 void IPCPhaseListener.processIncomingPublicRenderParameters(BridgeContext bridgeContext, javax.faces.context.FacesContext facesContext)
          This method processes the "incoming" Public Render Parameters in accordance with Section 5.3.2 of the Spec.
 void IPCPhaseListener.processOutgoingPublicRenderParameters(BridgeContext bridgeContext, javax.faces.context.FacesContext facesContext)
          This method processes the "outgoing" Public Render Parameters in accordance with Section 5.3.3 of the Spec.
 



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