|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BridgePortalContext
| 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 |
|---|
static final String ADD_SCRIPT_RESOURCE_TO_HEAD_SUPPORT
static final String ADD_SCRIPT_TEXT_TO_HEAD_SUPPORT
static final String ADD_STYLE_SHEET_RESOURCE_TO_HEAD_SUPPORT
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.
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.
static final String SET_RESOURCE_RESPONSE_BUFFER_SIZE_SUPPORT
ResourceResponse implementation. A non-null value indicates that the portal application provides
support.
static final String CREATE_RENDER_URL_DURING_ACTION_PHASE_SUPPORT
PortletRequest.ACTION_PHASE of the portlet lifecycle.
static final String STRICT_NAMESPACED_PARAMETERS_SUPPORT
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||