com.liferay.faces.bridge
Class BridgePhaseRenderImpl
java.lang.Object
com.liferay.faces.bridge.BridgePhaseBaseImpl
com.liferay.faces.bridge.BridgePhaseCompatImpl
com.liferay.faces.bridge.BridgePhaseRenderImpl
- All Implemented Interfaces:
- BridgePhase
public class BridgePhaseRenderImpl
- extends BridgePhaseCompatImpl
- Author:
- Neil Griffin
|
Constructor Summary |
BridgePhaseRenderImpl(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse,
javax.portlet.PortletConfig portletConfig)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BridgePhaseRenderImpl
public BridgePhaseRenderImpl(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse,
javax.portlet.PortletConfig portletConfig)
execute
public void execute()
throws BridgeDefaultViewNotSpecifiedException,
BridgeException
- Throws:
BridgeDefaultViewNotSpecifiedException
BridgeException
cleanup
protected void cleanup()
- Overrides:
cleanup in class BridgePhaseBaseImpl
doFacesHeaders
protected void doFacesHeaders(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse)
execute
protected void execute(BridgeRedirectURL renderRedirectURL)
throws BridgeDefaultViewNotSpecifiedException,
BridgeException,
IOException
- Throws:
BridgeDefaultViewNotSpecifiedException
BridgeException
IOException
initBridgeRequestScope
protected void initBridgeRequestScope(javax.portlet.PortletRequest portletRequest,
javax.portlet.PortletResponse portletResponse,
Bridge.PortletPhase portletPhase,
PortletContainer portletContainer,
IncongruityContext incongruityContext)
- Overrides:
initBridgeRequestScope in class BridgePhaseBaseImpl
getBridgeNavigationHandler
protected BridgeNavigationHandler getBridgeNavigationHandler(javax.faces.context.FacesContext facesContext)
setViewHistory
protected void setViewHistory(String viewId)
- Sets the "javax.portlet.faces.viewIdHistory.
portletMode" session attribute according to the
requirements in Section 5.4.3 of the Bridge Spec. There is no corresponding getter method, because the value is
meant to be retrieved by developers via an EL expression.
- Parameters:
viewId - The current Faces viewId.
Copyright © 2013 Liferay, Inc.. All Rights Reserved.