public class SettableHttpServletRequest
extends javax.servlet.http.HttpServletRequestWrapper
构造器和说明 |
---|
SettableHttpServletRequest(javax.servlet.http.HttpServletRequest httpServletRequest) |
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getParameter(java.lang.String name) |
java.util.Map |
getParameterMap() |
java.util.Enumeration |
getParameterNames() |
java.lang.String[] |
getParameterValues(java.lang.String name) |
void |
setParameters(java.lang.String s) |
authenticate, changeSessionId, getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPart, getParts, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole, login, logout, upgrade
getAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getDispatcherType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, isWrapperFor, isWrapperFor, removeAttribute, setAttribute, setCharacterEncoding, setRequest, startAsync, startAsync
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getDispatcherType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, removeAttribute, setAttribute, setCharacterEncoding, startAsync, startAsync
public SettableHttpServletRequest(javax.servlet.http.HttpServletRequest httpServletRequest)
public void setParameters(java.lang.String s)
s
- id=12341234&name=tanmf&type=memberpublic java.lang.String getParameter(java.lang.String name)
getParameter
在接口中 javax.servlet.ServletRequest
getParameter
在类中 javax.servlet.ServletRequestWrapper
public java.lang.String[] getParameterValues(java.lang.String name)
getParameterValues
在接口中 javax.servlet.ServletRequest
getParameterValues
在类中 javax.servlet.ServletRequestWrapper
public java.util.Map getParameterMap()
getParameterMap
在接口中 javax.servlet.ServletRequest
getParameterMap
在类中 javax.servlet.ServletRequestWrapper
public java.util.Enumeration getParameterNames()
getParameterNames
在接口中 javax.servlet.ServletRequest
getParameterNames
在类中 javax.servlet.ServletRequestWrapper