com.liferay.faces.bridge.context.internal
Class BridgeContextLiferayImpl
java.lang.Object
com.liferay.faces.bridge.context.BridgeContext
com.liferay.faces.bridge.context.internal.BridgeContextCompatImpl
com.liferay.faces.bridge.context.internal.BridgeContextImpl
com.liferay.faces.bridge.context.internal.BridgeContextLiferayImpl
public class BridgeContextLiferayImpl
- extends BridgeContextImpl
- Author:
- Neil Griffin
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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.