|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortalRequest
Field Summary |
---|
Fields inherited from interface javax.servlet.http.HttpServletRequest |
---|
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH |
Method Summary | |
---|---|
Parameters |
getControlParameters()
Returns the control parameters. |
java.lang.Boolean |
getIdempotent()
Return the idempotent mode for this request. |
Properties |
getProperties()
Return a set of properties during the requet. |
PortalServer |
getServer()
Return the container associated with this request. |
ServerObject |
getTarget()
Return the target or null if there is no target. |
Parameters |
getTargetParameters()
Returns the target parameters. |
ServerURL |
getURL()
Return the incoming URL that generated this request or null if it cannot be built. |
void |
setIdempotent(java.lang.Boolean idempotent)
Force the portal to be idempotent. |
Methods inherited from interface javax.servlet.http.HttpServletRequest |
---|
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole |
Methods inherited from interface javax.servlet.ServletRequest |
---|
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding |
Method Detail |
---|
Parameters getControlParameters()
Parameters getTargetParameters()
ServerObject getTarget()
PortalServer getServer()
ServerURL getURL()
Properties getProperties()
void setIdempotent(java.lang.Boolean idempotent)
java.lang.Boolean getIdempotent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |