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

java.lang.Object
  extended by com.liferay.faces.bridge.context.internal.BridgePortalContextImpl
All Implemented Interfaces:
BridgePortalContext, javax.portlet.PortalContext
Direct Known Subclasses:
BridgePortalContextLiferayCompatImpl

public class BridgePortalContextImpl
extends Object
implements BridgePortalContext

Author:
Neil Griffin

Field Summary
 
Fields inherited from interface com.liferay.faces.bridge.context.BridgePortalContext
ADD_SCRIPT_RESOURCE_TO_HEAD_SUPPORT, ADD_SCRIPT_TEXT_TO_HEAD_SUPPORT, ADD_STYLE_SHEET_RESOURCE_TO_HEAD_SUPPORT, CREATE_RENDER_URL_DURING_ACTION_PHASE_SUPPORT, POST_REDIRECT_GET_SUPPORT, SET_HTTP_STATUS_CODE_SUPPORT, SET_RESOURCE_RESPONSE_BUFFER_SIZE_SUPPORT, STRICT_NAMESPACED_PARAMETERS_SUPPORT
 
Fields inherited from interface javax.portlet.PortalContext
MARKUP_HEAD_ELEMENT_SUPPORT
 
Constructor Summary
BridgePortalContextImpl(javax.portlet.PortalContext portalContext)
           
 
Method Summary
protected  String getAddScriptResourceToHead()
           
protected  String getAddScriptTextToHead()
           
protected  String getAddStyleSheetResourceToHead()
           
 String getCreateRenderUrlDuringActionPhase()
           
protected  String getMarkupHeadElementSupported()
           
protected  String getNamespacedParametersRequired()
           
 String getPortalInfo()
           
protected  String getPostRedirectGetSupported()
           
 String getProperty(String name)
           
 Enumeration<String> getPropertyNames()
           
protected  String getSetHttpStatusCode()
           
protected  String getSetResourceResponseBufferSize()
           
 Enumeration<javax.portlet.PortletMode> getSupportedPortletModes()
           
 Enumeration<javax.portlet.WindowState> getSupportedWindowStates()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BridgePortalContextImpl

public BridgePortalContextImpl(javax.portlet.PortalContext portalContext)
Method Detail

getAddScriptResourceToHead

protected String getAddScriptResourceToHead()

getAddScriptTextToHead

protected String getAddScriptTextToHead()

getAddStyleSheetResourceToHead

protected String getAddStyleSheetResourceToHead()

getCreateRenderUrlDuringActionPhase

public String getCreateRenderUrlDuringActionPhase()

getMarkupHeadElementSupported

protected String getMarkupHeadElementSupported()

getNamespacedParametersRequired

protected String getNamespacedParametersRequired()

getPortalInfo

public String getPortalInfo()
Specified by:
getPortalInfo in interface javax.portlet.PortalContext

getPostRedirectGetSupported

protected String getPostRedirectGetSupported()

getProperty

public String getProperty(String name)
Specified by:
getProperty in interface javax.portlet.PortalContext

getPropertyNames

public Enumeration<String> getPropertyNames()
Specified by:
getPropertyNames in interface javax.portlet.PortalContext

getSetHttpStatusCode

protected String getSetHttpStatusCode()

getSetResourceResponseBufferSize

protected String getSetResourceResponseBufferSize()

getSupportedPortletModes

public Enumeration<javax.portlet.PortletMode> getSupportedPortletModes()
Specified by:
getSupportedPortletModes in interface javax.portlet.PortalContext

getSupportedWindowStates

public Enumeration<javax.portlet.WindowState> getSupportedWindowStates()
Specified by:
getSupportedWindowStates in interface javax.portlet.PortalContext


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