|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
javax.servlet.http.HttpServletRequest |
getHttpRequest()
Get the HttpServletRequest that caused the current page request. |
java.util.Map |
getPageProperties()
Get the map of page properties for the currently requested page. |
java.util.Map |
getPortalProperties()
Get the map of portal properties for the currently requested portal. |
java.util.List |
getPortletContexts()
Get a map of all portlets on the currently requested page with their state information. |
java.lang.String[] |
getRegionNames()
Get an array of the names of all the regions on the currently requested page. |
ServerRequest |
getServerRequest()
Get the server request that caused this page request. |
HTTPStreamInfo |
getStreamInfo()
Get the StreamInfo for the current request. |
java.util.Set |
getSupportedPortletModes()
Get the portlet modes that are supported by the requested portal. |
java.util.Set |
getSupportedWindowStates()
Get the window states that are supported by the requested portal. |
PortletContext |
getTargetPortlet()
Get the portlet context for the targeted portlet, if any. |
Method Detail |
public java.util.Set getSupportedWindowStates()
Note: These are the states supported by the portal. Each indivudual portlet can support a subset of these states.
public java.util.Set getSupportedPortletModes()
Note: These are the modes supported by the portal. Each indivudual portlet can support a subset of these modes.
public javax.servlet.http.HttpServletRequest getHttpRequest()
public HTTPStreamInfo getStreamInfo()
The stream info allows access to content type and char encoding that will be used to write the response of this request.
public java.util.Map getPortalProperties()
public java.util.Map getPageProperties()
public java.util.List getPortletContexts()
public PortletContext getTargetPortlet()
public java.lang.String[] getRegionNames()
public ServerRequest getServerRequest()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |