com.liferay.faces.bridge.container.pluto
Class PortletContainerPlutoImpl
java.lang.Object
com.liferay.faces.bridge.container.PortletContainerCompatImpl
com.liferay.faces.bridge.container.PortletContainerImpl
com.liferay.faces.bridge.container.pluto.PortletContainerPlutoImpl
- All Implemented Interfaces:
- PortletContainer, Serializable, EventListener, javax.faces.event.PhaseListener
public class PortletContainerPlutoImpl
- extends PortletContainerImpl
- Author:
- Neil Griffin
- See Also:
- Serialized Form
|
Method Summary |
javax.portlet.ResourceURL |
createResourceURL(String fromURL)
This method overrides the default implementation in order wrap Pluto's ResourceURL implementation with a wrapper
that overrides the toString() method. |
void |
setMimeResponseContentType(javax.portlet.MimeResponse mimeResponse,
String contentType)
Layer of abstraction over the MimeResponse.setContentType(String) method. |
| Methods inherited from class com.liferay.faces.bridge.container.PortletContainerImpl |
afterPhase, beforePhase, copyRequestParameters, createActionURL, createActionURL, createPartialActionURL, createRedirectURL, createRenderURL, createRenderURL, createResourceURL, fixRequestParameterValue, getContextParamAbleToSetHttpStatusCode, getHeader, getHttpServletRequestDateHeader, getPhaseId, getRequestParameter, getRequestParameterValues, getRequestQueryString, getRequestURL, getResponseNamespace, isAbleToAddScriptResourceToHead, isAbleToAddScriptTextToHead, isAbleToAddStyleSheetResourceToHead, isAbleToForwardOnDispatch, isAbleToSetHttpStatusCode, isAbleToSetResourceResponseBufferSize, isMarkupHeadElementSupported, isNamespacedParameters, isPostRedirectGetSupported, maintainRenderParameters, parseRequestParameters, redirect |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletContainerPlutoImpl
public PortletContainerPlutoImpl(javax.portlet.PortletRequest portletRequest,
BridgeConfig bridgeConfig)
createResourceURL
public javax.portlet.ResourceURL createResourceURL(String fromURL)
throws MalformedURLException
- This method overrides the default implementation in order wrap Pluto's ResourceURL implementation with a wrapper
that overrides the toString() method.
- Specified by:
createResourceURL in interface PortletContainer- Overrides:
createResourceURL in class PortletContainerImpl
- Parameters:
fromURL - The URL to copy from. Example expected value:
/portlet-context-path/*\/javax.faces.resource/jsf.js?ln=javax.faces
- Returns:
- The resulting portlet resource URL.
- Throws:
MalformedURLException
setMimeResponseContentType
public void setMimeResponseContentType(javax.portlet.MimeResponse mimeResponse,
String contentType)
- Description copied from interface:
PortletContainer
- Layer of abstraction over the
MimeResponse.setContentType(String) method.
- Specified by:
setMimeResponseContentType in interface PortletContainer- Overrides:
setMimeResponseContentType in class PortletContainerImpl
contentType - The contentType that is to be set on the specified MimeResponse.
Copyright © 2014 Liferay, Inc.. All Rights Reserved.