public class HttpServletRequestWrapper extends ServletRequestWrapper implements HttpServletRequest
| Constructor and Description |
|---|
HttpServletRequestWrapper(HttpServletRequest servletRequest) |
| Modifier and Type | Method and Description |
|---|---|
Cookie[] |
getCookies() |
String |
getHeader(String name) |
Enumeration<String> |
getHeaders(String name) |
String |
getQueryString() |
String |
getRequestedSessionId() |
String |
getRequestURI() |
HttpSession |
getSession() |
HttpSession |
getSession(boolean create) |
getContentType, getLocale, getParameter, getParameterMap, getParameterNames, getParameterValues, getRequestDispatcher, getServerName, getServletContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContentType, getLocale, getParameter, getParameterMap, getParameterNames, getParameterValues, getRequestDispatcher, getServerName, getServletContextpublic HttpServletRequestWrapper(HttpServletRequest servletRequest)
public String getHeader(String name)
getHeader in interface HttpServletRequestpublic Enumeration<String> getHeaders(String name)
getHeaders in interface HttpServletRequestpublic String getQueryString()
getQueryString in interface HttpServletRequestpublic String getRequestedSessionId()
getRequestedSessionId in interface HttpServletRequestpublic String getRequestURI()
getRequestURI in interface HttpServletRequestpublic Cookie[] getCookies()
getCookies in interface HttpServletRequestpublic HttpSession getSession()
getSession in interface HttpServletRequestpublic HttpSession getSession(boolean create)
getSession in interface HttpServletRequestCopyright © 2022. All rights reserved.