public class SakaiServletRequest extends HttpServletRequestWrapper
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH| Constructor and Description |
|---|
SakaiServletRequest(HttpServletRequest servletRequest,
PortletState state) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String attributeName)
This causes the placement ID to be retrievabl from the request
|
String |
getParameter(String string) |
Map |
getParameterMap() |
Enumeration |
getParameterNames() |
String[] |
getParameterValues(String string) |
boolean |
isUserInRole(String string) |
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValidgetAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding, setRequestclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncodingpublic SakaiServletRequest(HttpServletRequest servletRequest, PortletState state)
public boolean isUserInRole(String string)
isUserInRole in interface HttpServletRequestisUserInRole in class HttpServletRequestWrapperpublic String getParameter(String string)
getParameter in interface ServletRequestgetParameter in class ServletRequestWrapperpublic Map getParameterMap()
getParameterMap in interface ServletRequestgetParameterMap in class ServletRequestWrapperpublic Enumeration getParameterNames()
getParameterNames in interface ServletRequestgetParameterNames in class ServletRequestWrapperpublic String[] getParameterValues(String string)
getParameterValues in interface ServletRequestgetParameterValues in class ServletRequestWrapperpublic Object getAttribute(String attributeName)
getAttribute in interface ServletRequestgetAttribute in class ServletRequestWrapperCopyright © 2003-2015 Sakai Project. All Rights Reserved.