类 ServiceHttpServletRequest
java.lang.Object
com.sh.wf.servlet.wrap.HttpServletRequestBase
com.sh.wf.module.servlet.wrap.ServiceHttpServletRequest
- 所有已实现的接口:
jakarta.servlet.http.HttpServletRequest,jakarta.servlet.ServletRequest
-
字段概要
字段从类继承的字段 com.sh.wf.servlet.wrap.HttpServletRequestBase
request从接口继承的字段 jakarta.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getParameter(String name) voidinitService(ModuleContext context, ServiceData serviceData) 从类继承的方法 com.sh.wf.servlet.wrap.HttpServletRequestBase
authenticate, changeSessionId, getAsyncContext, getAttribute, getAttributeNames, getAuthType, getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getContextPath, getCookies, getDateHeader, getDispatcherType, getHeader, getHeaderNames, getHeaders, getInputStream, getIntHeader, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getMethod, getParameterMap, getParameterNames, getParameterValues, getPart, getParts, getPathInfo, getPathTranslated, getProtocol, getProtocolRequestId, getQueryString, getReader, getRemoteAddr, getRemoteHost, getRemotePort, getRemoteUser, getRequestDispatcher, getRequestedSessionId, getRequestId, getRequestURI, getRequestURL, getScheme, getServerName, getServerPort, getServletConnection, getServletContext, getServletPath, getSession, getSession, getUserPrincipal, isAsyncStarted, isAsyncSupported, isRequestedSessionIdFromCookie, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isSecure, isUserInRole, login, logout, removeAttribute, setAttribute, setCharacterEncoding, startAsync, startAsync, upgrade从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 jakarta.servlet.http.HttpServletRequest
getHttpServletMapping, getTrailerFields, isTrailerFieldsReady, newPushBuilder
-
字段详细资料
-
ENCRYPT_KEY
- 另请参阅:
-
-
构造器详细资料
-
ServiceHttpServletRequest
public ServiceHttpServletRequest(jakarta.servlet.http.HttpServletRequest request)
-
-
方法详细资料
-
initService
-
getParameter
- 指定者:
getParameter在接口中jakarta.servlet.ServletRequest- 覆盖:
getParameter在类中HttpServletRequestBase
-
getParamObj
-