|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.faces.bridge.context.BridgePortalContext
public final class BridgePortalContext
| 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 |
|---|
public static final String ADD_ELEMENT_TO_HEAD_SUPPORT
public static final String ADD_SCRIPT_RESOURCE_TO_HEAD_SUPPORT
public static final String ADD_SCRIPT_TEXT_TO_HEAD_SUPPORT
public static final String ADD_STYLE_SHEET_RESOURCE_TO_HEAD_SUPPORT
public static final String ADD_STYLE_SHEET_TEXT_TO_HEAD_SUPPORT
public static final String POST_REDIRECT_GET_SUPPORT
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.
public static final String SET_HTTP_STATUS_CODE_SUPPORT
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.
public static final String SET_RESOURCE_RESPONSE_BUFFER_SIZE_SUPPORT
ResourceResponse implementation. A non-null value indicates that the portal application provides
support.
public static final String CREATE_RENDER_URL_DURING_ACTION_PHASE_SUPPORT
PortletRequest.ACTION_PHASE of the portlet lifecycle.
public static final String STRICT_NAMESPACED_PARAMETERS_SUPPORT
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||