com.liferay.faces.bridge.context
Interface BridgePortalContext

All Superinterfaces:
javax.portlet.PortalContext

public interface BridgePortalContext
extends javax.portlet.PortalContext

Author:
Neil Griffin

Field Summary
static String ADD_SCRIPT_RESOURCE_TO_HEAD_SUPPORT
          Property indicating if the portal application supports adding a <script src=".." /> resource to the <head>...</head> section of the rendered portal page.
static String ADD_SCRIPT_TEXT_TO_HEAD_SUPPORT
          Property indicating if the portal application supports adding <script> text to the <head>...</head> section of the rendered portal page.
static String ADD_STYLE_SHEET_RESOURCE_TO_HEAD_SUPPORT
          Property indicating if the portal application supports adding stylesheet <link> tags to the <head>...</head> section of the rendered portal page.
static String CREATE_RENDER_URL_DURING_ACTION_PHASE_SUPPORT
          Property indicating if the portal application supports creation of a render URL during the PortletRequest.ACTION_PHASE of the portlet lifecycle.
static String POST_REDIRECT_GET_SUPPORT
          Property indicating if the portal application supports/implements the POST-REDIRECT-GET design pattern, meaning that the PortletRequest.ACTION_PHASE originates from an HTTP POST request, and the PortletRequest.RENDER_PHASE is caused by a subsequent HTTP GET request.
static String SET_HTTP_STATUS_CODE_SUPPORT
          Property indicating if the portal application supports the standard mechanism of setting the ResourceResponse.HTTP_STATUS_CODE property on the ResourceResponse.
static String SET_RESOURCE_RESPONSE_BUFFER_SIZE_SUPPORT
          Property indicating if the portal application supports setting the buffer size on its ResourceResponse implementation.
static String STRICT_NAMESPACED_PARAMETERS_SUPPORT
          Property indicating if the portal application requires parameters to be namespaced.
 
Fields inherited from interface javax.portlet.PortalContext
MARKUP_HEAD_ELEMENT_SUPPORT
 
Method Summary
 
Methods inherited from interface javax.portlet.PortalContext
getPortalInfo, getProperty, getPropertyNames, getSupportedPortletModes, getSupportedWindowStates
 

Field Detail

ADD_SCRIPT_RESOURCE_TO_HEAD_SUPPORT

static final String ADD_SCRIPT_RESOURCE_TO_HEAD_SUPPORT
Property indicating if the portal application supports adding a <script src=".." /> resource to the <head>...</head> section of the rendered portal page. A non-null value indicates that the portal application provides support.

See Also:
Constant Field Values

ADD_SCRIPT_TEXT_TO_HEAD_SUPPORT

static final String ADD_SCRIPT_TEXT_TO_HEAD_SUPPORT
Property indicating if the portal application supports adding <script> text to the <head>...</head> section of the rendered portal page. A non-null value indicates that the portal application provides support.

See Also:
Constant Field Values

ADD_STYLE_SHEET_RESOURCE_TO_HEAD_SUPPORT

static final String ADD_STYLE_SHEET_RESOURCE_TO_HEAD_SUPPORT
Property indicating if the portal application supports adding stylesheet <link> tags to the <head>...</head> section of the rendered portal page. A non-null value indicates that the portal application provides support.

See Also:
Constant Field Values

POST_REDIRECT_GET_SUPPORT

static final String POST_REDIRECT_GET_SUPPORT
Property indicating if the portal application supports/implements the POST-REDIRECT-GET design pattern, meaning that the PortletRequest.ACTION_PHASE originates from an HTTP POST request, and the PortletRequest.RENDER_PHASE is caused by a subsequent HTTP GET request. A non-null value indicates that the portal application provides support.

See Also:
Constant Field Values

SET_HTTP_STATUS_CODE_SUPPORT

static final String SET_HTTP_STATUS_CODE_SUPPORT
Property indicating if the portal application supports the standard mechanism of setting the ResourceResponse.HTTP_STATUS_CODE property on the ResourceResponse. A non-null value indicates that the portal application provides support. A non-null value indicates that the portal application provides support.

See Also:
Constant Field Values

SET_RESOURCE_RESPONSE_BUFFER_SIZE_SUPPORT

static final String SET_RESOURCE_RESPONSE_BUFFER_SIZE_SUPPORT
Property indicating if the portal application supports setting the buffer size on its ResourceResponse implementation. A non-null value indicates that the portal application provides support.

See Also:
Constant Field Values

CREATE_RENDER_URL_DURING_ACTION_PHASE_SUPPORT

static final String CREATE_RENDER_URL_DURING_ACTION_PHASE_SUPPORT
Property indicating if the portal application supports creation of a render URL during the PortletRequest.ACTION_PHASE of the portlet lifecycle.

See Also:
Constant Field Values

STRICT_NAMESPACED_PARAMETERS_SUPPORT

static final String STRICT_NAMESPACED_PARAMETERS_SUPPORT
Property indicating if the portal application requires parameters to be namespaced. A non-null value indicates that the portal application provides support.

See Also:
Constant Field Values


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