|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InternalPortletRequest
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 |
---|
void init(javax.portlet.PortletContext context, javax.servlet.http.HttpServletRequest request)
context
- the target portlet context.request
- the servlet request.void release()
InternalPortletWindow getInternalPortletWindow()
PortletContainer getPortletContainer()
javax.servlet.http.HttpServletRequest getHttpServletRequest()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |