com.liferay.faces.bridge.container
Class PortletContainerCompatImpl
java.lang.Object
com.liferay.faces.bridge.container.PortletContainerCompatImpl
- All Implemented Interfaces:
- PortletContainer, Serializable, EventListener, javax.faces.event.PhaseListener
- Direct Known Subclasses:
- PortletContainerImpl
public abstract class PortletContainerCompatImpl
- extends Object
- implements PortletContainer
This class provides a compatibility layer that isolates differences between JSF1 and JSF2.
- Author:
- Neil Griffin
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.faces.bridge.container.PortletContainer |
createActionURL, createPartialActionURL, createRedirectURL, createRenderURL, createResourceURL, fixRequestParameterValue, getHeader, getHttpServletRequestDateHeader, getRequestParameter, getRequestParameterValues, getRequestQueryString, getRequestURL, getResponseNamespace, isAbleToAddScriptResourceToHead, isAbleToAddScriptTextToHead, isAbleToAddStyleSheetResourceToHead, isAbleToForwardOnDispatch, isAbleToSetHttpStatusCode, isAbleToSetResourceResponseBufferSize, isNamespacedParameters, isPostRedirectGetSupported, maintainRenderParameters, redirect, setMimeResponseContentType |
| Methods inherited from interface javax.faces.event.PhaseListener |
afterPhase, beforePhase, getPhaseId |
PortletContainerCompatImpl
public PortletContainerCompatImpl()
redirectJSF2PartialResponse
protected void redirectJSF2PartialResponse(javax.faces.context.FacesContext facesContext,
javax.portlet.ResourceResponse resourceResponse,
String url)
throws IOException
- Throws:
IOException
getHeadResponseWriter
public HeadResponseWriter getHeadResponseWriter(javax.faces.context.ResponseWriter wrappableResponseWriter)
- Specified by:
getHeadResponseWriter in interface PortletContainer
isJSF2PartialRequest
protected boolean isJSF2PartialRequest(javax.faces.context.FacesContext facesContext)
Copyright © 2014 Liferay, Inc.. All Rights Reserved.