| Object | get(String s) |
| Object | getAttribute(String s) |
| Enumeration | getAttributeNames() |
| String | getAuthType() |
| String | getCharacterEncoding() |
| int | getContentLength() |
| String | getContentType() |
| String | getContextPath() |
| Map | getCookieMap() |
| Cookie[] | getCookies() |
| long | getDateHeader(String s) |
| String | getHeader(String s) |
| Enumeration | getHeaderNames() |
| Enumeration | getHeaders(String s) |
| Locale | getLocale() |
| Enumeration | getLocales() |
| String | getMethod() |
| String | getParameter(String s) |
| Enumeration | getParameterNames() |
| String[] | getParameterValues(String s) |
| String | getPathInfo() |
| String | getPathTranslated() |
| String | getProtocol() |
| String | getQueryString() |
| String | getRemoteAddr() |
| String | getRemoteHost() |
| String | getRemoteUser() |
| String | getRequestedSessionId() |
| String | getRequestURI() |
| String | getScheme() |
| String | getServerName() |
| int | getServerPort() |
| String | getServletPath() |
| Session | getSession() |
| Session | getSession(boolean flag) |
| String | getSitemapURI() |
| Principal | getUserPrincipal() |
| boolean | isRequestedSessionIdFromCookie() |
| boolean | isRequestedSessionIdFromURL() |
| boolean | isRequestedSessionIdValid() |
| boolean | isSecure() |
| boolean | isUserInRole(String s) |
| void | removeAttribute(String s) |
| void | setAttribute(String s, Object obj) |
| void | setCharacterEncoding(String s) |