|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The internal portlet request interface extends PortletRequest and adds some methods used by Pluto.
Field Summary |
Fields inherited from interface javax.portlet.PortletRequest |
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH, USER_INFO |
Method Summary | |
javax.servlet.http.HttpServletRequest |
getHttpServletRequest()
|
InternalPortletWindow |
getInternalPortletWindow()
|
PortletContainer |
getPortletContainer()
|
void |
init(javax.portlet.PortletContext context,
javax.servlet.http.HttpServletRequest request)
Initializes the portlet request for use within the target context. |
void |
release()
Recycle the request by rolling the underlying request back to the originating request. |
Methods inherited from interface javax.portlet.PortletRequest |
getAttribute, getAttributeNames, getAuthType, getContextPath, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getProperties, getProperty, getPropertyNames, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute |
Method Detail |
public void init(javax.portlet.PortletContext context, javax.servlet.http.HttpServletRequest request)
context
- the target portlet context.request
- the servlet request.public void release()
public InternalPortletWindow getInternalPortletWindow()
public PortletContainer getPortletContainer()
public javax.servlet.http.HttpServletRequest getHttpServletRequest()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |