com.liferay.faces.bridge.context
Class BridgePortalContext

java.lang.Object
  extended by com.liferay.faces.bridge.context.BridgePortalContext

public final class BridgePortalContext
extends Object

Author:
Neil Griffin

Field Summary
static String ADD_ELEMENT_TO_HEAD_SUPPORT
          Property indicating if the portal application supports adding elements to the <head>...</head> section of the rendered portal page.
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 ADD_STYLE_SHEET_TEXT_TO_HEAD_SUPPORT
          Property indicating if the portal application supports adding <style> text 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.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADD_ELEMENT_TO_HEAD_SUPPORT

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

Since:
4.1.0
See Also:
Constant Field Values

ADD_SCRIPT_RESOURCE_TO_HEAD_SUPPORT

public 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

public 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

public 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

ADD_STYLE_SHEET_TEXT_TO_HEAD_SUPPORT

public static final String ADD_STYLE_SHEET_TEXT_TO_HEAD_SUPPORT
Property indicating if the portal application supports adding <style> 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

POST_REDIRECT_GET_SUPPORT

public 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

public 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

public 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

public 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

public 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 © 2017 Liferay, Inc. All Rights Reserved.