com.liferay.faces.bridge.context.internal
Class BridgeContextLiferayImpl

java.lang.Object
  extended by com.liferay.faces.bridge.context.BridgeContext
      extended by com.liferay.faces.bridge.context.internal.BridgeContextCompatImpl
          extended by com.liferay.faces.bridge.context.internal.BridgeContextImpl
              extended by com.liferay.faces.bridge.context.internal.BridgeContextLiferayImpl

public class BridgeContextLiferayImpl
extends BridgeContextImpl

Author:
Neil Griffin

Nested Class Summary
 
Nested classes/interfaces inherited from class com.liferay.faces.bridge.context.internal.BridgeContextImpl
BridgeContextImpl.StringWrapper
 
Constructor Summary
BridgeContextLiferayImpl(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)
           
 
Method Summary
protected  String getRequestURL()
           
 void release()
           
protected  void saveRenderAttributes(javax.portlet.PortletMode portletMode, javax.portlet.WindowState windowState, com.liferay.portal.theme.PortletDisplay portletDisplay, javax.portlet.PortletContext portletContext)
          Liferay Hack: Need to save some stuff that's only available at RenderRequest time in order to have getResourceURL() work properly later.
 
Methods inherited from class com.liferay.faces.bridge.context.internal.BridgeContextImpl
encodeActionURL, encodeBookmarkableURL, encodePartialActionURL, encodeRedirectURL, encodeResourceURL, getAttributes, getBridgeConfig, getBridgeRequestScope, getDefaultRenderKitId, getDefaultViewIdMap, getFacesView, getFacesViewId, getFacesViewIdAndQueryString, getFacesViewIdFromPath, getFacesViewIdFromPath, getFacesViewIdRequestAttribute, getFacesViewIdRequestParameter, getFacesViewQueryString, getIncongruityContext, getInitParameter, getPortletConfig, getPortletContext, getPortletRequest, getPortletRequestPhase, getPortletResponse, getPreFacesRequestAttrNames, getPreservedActionParams, getRenderRedirectURL, getRequestHeaderMap, getRequestHeaderValuesMap, getRequestParameterMap, getRequestParameterValuesMap, getRequestPathInfo, getRequestQueryString, getRequestServletPath, getResponseOutputWriter, getSavedViewState, isPreserveActionParams, isProcessingAfterViewContent, isRenderRedirect, isRenderRedirectAfterDispatch, redirect, setPortletRequest, setPortletResponse, setPreFacesRequestAttrNames, setPreservedActionParams, setProcessingAfterViewContent, setRenderRedirectAfterDispatch, setRenderRedirectURL, setSavedViewState
 
Methods inherited from class com.liferay.faces.bridge.context.internal.BridgeContextCompatImpl
isJSF2PartialRequest, partialViewContextRenderAll, redirectJSF2PartialResponse
 
Methods inherited from class com.liferay.faces.bridge.context.BridgeContext
getCurrentInstance, setCurrentInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BridgeContextLiferayImpl

public BridgeContextLiferayImpl(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)
Method Detail

release

public void release()
Overrides:
release in class BridgeContextImpl

saveRenderAttributes

protected void saveRenderAttributes(javax.portlet.PortletMode portletMode,
                                    javax.portlet.WindowState windowState,
                                    com.liferay.portal.theme.PortletDisplay portletDisplay,
                                    javax.portlet.PortletContext portletContext)
Liferay Hack: Need to save some stuff that's only available at RenderRequest time in order to have getResourceURL() work properly later.


getRequestURL

protected String getRequestURL()
Overrides:
getRequestURL in class BridgeContextImpl


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