Method Summary |
|
public Cookie[] | getCookies() The default behavior of this method is to return getCookies() on the wrapped request object. |
public long | getDateHeader(String name) The default behavior of this method is to return getDateHeader(String name) on the wrapped request
object. |
public String | getHeader(String name) The default behavior of this method is to return getHeader(String name) on the wrapped request object. |
public Enumeration | getHeaderNames() The default behavior of this method is to return getHeaderNames() on the wrapped request object. |
public Enumeration | getHeaders(String name) The default behavior of this method is to return getHeaders(String name) on the wrapped request object. |
public int | getIntHeader(String name) The default behavior of this method is to return getIntHeader(String name) on the wrapped request
object. |
public Locale | getLocale() The default behavior of this method is to return getLocale() on the wrapped request object. |
public Enumeration | getLocales() The default behavior of this method is to return getLocales() on the wrapped request object. |
public String | getMethod() The default behavior of this method is to return getMethod() on the wrapped request object. |
public String | getParameter(String name) The default behavior of this method is to return getParameter(String name) on the wrapped request
object. |
public Map | getParameterMap() The default behavior of this method is to return getParameterMap() on the wrapped request object. |
public Enumeration | getParameterNames() The default behavior of this method is to return getParameterNames() on the wrapped request object. |
public String[] | getParameterValues(String name) The default behavior of this method is to return getParameterValues(String name) on the wrapped request
object. |