Dependencies
Declarations
-
javax
-
servlet
-
AsyncContext
- ASYNC_REQUEST_URI: String
- ASYNC_CONTEXT_PATH: String
- ASYNC_MAPPING: String
- ASYNC_PATH_INFO: String
- ASYNC_SERVLET_PATH: String
- ASYNC_QUERY_STRING: String
- getRequest(): ServletRequest
- getResponse(): ServletResponse
- hasOriginalRequestAndResponse(): boolean
- dispatch(): void
- dispatch(String): void
- dispatch(ServletContext, String): void
- complete(): void
- start(Runnable): void
- addListener(AsyncListener): void
- addListener(AsyncListener, ServletRequest, ServletResponse): void
- createListener(Class<AsyncListener>): AsyncListener
- setTimeout(long): void
- getTimeout(): long
-
AsyncEvent
- context: AsyncContext
- request: ServletRequest
- response: ServletResponse
- throwable: Throwable
- AsyncEvent(AsyncContext): void
- AsyncEvent(AsyncContext, ServletRequest, ServletResponse): void
- AsyncEvent(AsyncContext, Throwable): void
- AsyncEvent(AsyncContext, ServletRequest, ServletResponse, Throwable): void
- getAsyncContext(): AsyncContext
- getSuppliedRequest(): ServletRequest
- getSuppliedResponse(): ServletResponse
- getThrowable(): Throwable
- AsyncListener
- DispatcherType
- Filter
- FilterChain
- FilterConfig
- FilterRegistration
- GenericFilter
-
GenericServlet
- serialVersionUID: long
- config: ServletConfig
- GenericServlet(): void
- destroy(): void
- getInitParameter(String): String
- getInitParameterNames(): Enumeration<String>
- getServletConfig(): ServletConfig
- getServletContext(): ServletContext
- getServletInfo(): String
- init(ServletConfig): void
- init(): void
- log(String): void
- log(String, Throwable): void
- service(ServletRequest, ServletResponse): void
- getServletName(): String
-
HttpConstraintElement
- getRolesAllowed(): String[]
- LSTRING_FILE: String
- lStrings: ResourceBundle
- emptyRoleSemantic: EmptyRoleSemantic
- transportGuarantee: TransportGuarantee
- rolesAllowed: String[]
- HttpConstraintElement(): void
- HttpConstraintElement(EmptyRoleSemantic): void
- HttpConstraintElement(TransportGuarantee, String[]): void
- HttpConstraintElement(EmptyRoleSemantic, TransportGuarantee, String[]): void
- getEmptyRoleSemantic(): EmptyRoleSemantic
- getTransportGuarantee(): TransportGuarantee
- HttpMethodConstraintElement
-
MultipartConfigElement
- location: String
- maxFileSize: long
- maxRequestSize: long
- fileSizeThreshold: int
- MultipartConfigElement(String): void
- MultipartConfigElement(String, long, long, int): void
- MultipartConfigElement(MultipartConfig): void
- getLocation(): String
- getMaxFileSize(): long
- getMaxRequestSize(): long
- getFileSizeThreshold(): int
- ReadListener
- Registration
-
RequestDispatcher
- FORWARD_PATH_INFO: String
- FORWARD_REQUEST_URI: String
- FORWARD_CONTEXT_PATH: String
- FORWARD_MAPPING: String
- FORWARD_SERVLET_PATH: String
- FORWARD_QUERY_STRING: String
- INCLUDE_REQUEST_URI: String
- INCLUDE_CONTEXT_PATH: String
- INCLUDE_PATH_INFO: String
- INCLUDE_MAPPING: String
- INCLUDE_SERVLET_PATH: String
- INCLUDE_QUERY_STRING: String
- ERROR_EXCEPTION: String
- ERROR_EXCEPTION_TYPE: String
- ERROR_MESSAGE: String
- ERROR_REQUEST_URI: String
- ERROR_SERVLET_NAME: String
- ERROR_STATUS_CODE: String
- forward(ServletRequest, ServletResponse): void
- include(ServletRequest, ServletResponse): void
- Servlet
- ServletConfig
- ServletContainerInitializer
-
ServletContext
- TEMPDIR: String
- ORDERED_LIBS: String
- getContextPath(): String
- getContext(String): ServletContext
- getMajorVersion(): int
- getMinorVersion(): int
- getEffectiveMajorVersion(): int
- getEffectiveMinorVersion(): int
- getMimeType(String): String
- getResourcePaths(String): Set<String>
- getResource(String): URL
- getResourceAsStream(String): InputStream
- getRequestDispatcher(String): RequestDispatcher
- getNamedDispatcher(String): RequestDispatcher
- getServlet(String): Servlet
- getServlets(): Enumeration<Servlet>
- getServletNames(): Enumeration<String>
- log(String): void
- log(Exception, String): void
- log(String, Throwable): void
- getRealPath(String): String
- getServerInfo(): String
- getInitParameter(String): String
- getInitParameterNames(): Enumeration<String>
- setInitParameter(String, String): boolean
- getAttribute(String): Object
- getAttributeNames(): Enumeration<String>
- setAttribute(String, Object): void
- removeAttribute(String): void
- getServletContextName(): String
- addServlet(String, String): Dynamic
- addServlet(String, Servlet): Dynamic
- addServlet(String, Class<Servlet>): Dynamic
- addJspFile(String, String): Dynamic
- createServlet(Class<Servlet>): Servlet
- getServletRegistration(String): ServletRegistration
- getServletRegistrations(): Map<String, ServletRegistration>
- addFilter(String, String): Dynamic
- addFilter(String, Filter): Dynamic
- addFilter(String, Class<Filter>): Dynamic
- createFilter(Class<Filter>): Filter
- getFilterRegistration(String): FilterRegistration
- getFilterRegistrations(): Map<String, FilterRegistration>
- getSessionCookieConfig(): SessionCookieConfig
- setSessionTrackingModes(Set<SessionTrackingMode>): void
- getDefaultSessionTrackingModes(): Set<SessionTrackingMode>
- getEffectiveSessionTrackingModes(): Set<SessionTrackingMode>
- addListener(String): void
- addListener(EventListener): void
- addListener(Class<EventListener>): void
- createListener(Class<EventListener>): EventListener
- getJspConfigDescriptor(): JspConfigDescriptor
- getClassLoader(): ClassLoader
- declareRoles(String[]): void
- getVirtualServerName(): String
- getSessionTimeout(): int
- setSessionTimeout(int): void
- getRequestCharacterEncoding(): String
- setRequestCharacterEncoding(String): void
- getResponseCharacterEncoding(): String
- setResponseCharacterEncoding(String): void
- ServletContextAttributeEvent
- ServletContextAttributeListener
- ServletContextEvent
- ServletContextListener
- ServletException
- ServletInputStream
-
ServletOutputStream
- LSTRING_FILE: String
- lStrings: ResourceBundle
- ServletOutputStream(): void
- print(String): void
- print(boolean): void
- print(char): void
- print(int): void
- print(long): void
- print(float): void
- print(double): void
- println(): void
- println(String): void
- println(boolean): void
- println(char): void
- println(int): void
- println(long): void
- println(float): void
- println(double): void
- isReady(): boolean
- setWriteListener(WriteListener): void
- ServletRegistration
-
ServletRequest
- getAttribute(String): Object
- getAttributeNames(): Enumeration<String>
- getCharacterEncoding(): String
- setCharacterEncoding(String): void
- getContentLength(): int
- getContentLengthLong(): long
- getContentType(): String
- getInputStream(): ServletInputStream
- getParameter(String): String
- getParameterNames(): Enumeration<String>
- getParameterValues(String): String[]
- getParameterMap(): Map<String, String[]>
- getProtocol(): String
- getScheme(): String
- getServerName(): String
- getServerPort(): int
- getReader(): BufferedReader
- getRemoteAddr(): String
- getRemoteHost(): String
- setAttribute(String, Object): void
- removeAttribute(String): void
- getLocale(): Locale
- getLocales(): Enumeration<Locale>
- isSecure(): boolean
- getRequestDispatcher(String): RequestDispatcher
- getRealPath(String): String
- getRemotePort(): int
- getLocalName(): String
- getLocalAddr(): String
- getLocalPort(): int
- getServletContext(): ServletContext
- startAsync(): AsyncContext
- startAsync(ServletRequest, ServletResponse): AsyncContext
- isAsyncStarted(): boolean
- isAsyncSupported(): boolean
- getAsyncContext(): AsyncContext
- getDispatcherType(): DispatcherType
- ServletRequestAttributeEvent
- ServletRequestAttributeListener
- ServletRequestEvent
- ServletRequestListener
-
ServletRequestWrapper
- LSTRING_FILE: String
- lStrings: ResourceBundle
- request: ServletRequest
- ServletRequestWrapper(ServletRequest): void
- getRequest(): ServletRequest
- setRequest(ServletRequest): void
- getAttribute(String): Object
- getAttributeNames(): Enumeration<String>
- getCharacterEncoding(): String
- setCharacterEncoding(String): void
- getContentLength(): int
- getContentLengthLong(): long
- getContentType(): String
- getInputStream(): ServletInputStream
- getParameter(String): String
- getParameterMap(): Map<String, String[]>
- getParameterNames(): Enumeration<String>
- getParameterValues(String): String[]
- getProtocol(): String
- getScheme(): String
- getServerName(): String
- getServerPort(): int
- getReader(): BufferedReader
- getRemoteAddr(): String
- getRemoteHost(): String
- setAttribute(String, Object): void
- removeAttribute(String): void
- getLocale(): Locale
- getLocales(): Enumeration<Locale>
- isSecure(): boolean
- getRequestDispatcher(String): RequestDispatcher
- getRealPath(String): String
- getRemotePort(): int
- getLocalName(): String
- getLocalAddr(): String
- getLocalPort(): int
- getServletContext(): ServletContext
- startAsync(): AsyncContext
- startAsync(ServletRequest, ServletResponse): AsyncContext
- isAsyncStarted(): boolean
- isAsyncSupported(): boolean
- getAsyncContext(): AsyncContext
- isWrapperFor(ServletRequest): boolean
- isWrapperFor(Class<Object>): boolean
- getDispatcherType(): DispatcherType
-
ServletResponse
- getCharacterEncoding(): String
- getContentType(): String
- getOutputStream(): ServletOutputStream
- getWriter(): PrintWriter
- setCharacterEncoding(String): void
- setContentLength(int): void
- setContentLengthLong(long): void
- setContentType(String): void
- setBufferSize(int): void
- getBufferSize(): int
- flushBuffer(): void
- resetBuffer(): void
- isCommitted(): boolean
- reset(): void
- setLocale(Locale): void
- getLocale(): Locale
-
ServletResponseWrapper
- LSTRING_FILE: String
- lStrings: ResourceBundle
- response: ServletResponse
- ServletResponseWrapper(ServletResponse): void
- getResponse(): ServletResponse
- setResponse(ServletResponse): void
- setCharacterEncoding(String): void
- getCharacterEncoding(): String
- getOutputStream(): ServletOutputStream
- getWriter(): PrintWriter
- setContentLength(int): void
- setContentLengthLong(long): void
- setContentType(String): void
- getContentType(): String
- setBufferSize(int): void
- getBufferSize(): int
- flushBuffer(): void
- isCommitted(): boolean
- reset(): void
- resetBuffer(): void
- setLocale(Locale): void
- getLocale(): Locale
- isWrapperFor(ServletResponse): boolean
- isWrapperFor(Class<Object>): boolean
-
ServletSecurityElement
- methodConstraints: Map<String, HttpMethodConstraintElement>
- ServletSecurityElement(): void
- ServletSecurityElement(HttpConstraintElement): void
- ServletSecurityElement(Collection<HttpMethodConstraintElement>): void
- ServletSecurityElement(HttpConstraintElement, Collection<HttpMethodConstraintElement>): void
- ServletSecurityElement(ServletSecurity): void
- getHttpMethodConstraints(): Collection<HttpMethodConstraintElement>
- getMethodNames(): Collection<String>
- addHttpMethodConstraints(Collection<HttpMethodConstraintElement>): void
-
SessionCookieConfig
- setName(String): void
- getName(): String
- setDomain(String): void
- getDomain(): String
- setPath(String): void
- getPath(): String
- setComment(String): void
- getComment(): String
- setHttpOnly(boolean): void
- isHttpOnly(): boolean
- setSecure(boolean): void
- isSecure(): boolean
- setMaxAge(int): void
- getMaxAge(): int
- SessionTrackingMode
- SingleThreadModel
-
UnavailableException
- serialVersionUID: long
- servlet: Servlet
- permanent: boolean
- seconds: int
- UnavailableException(Servlet, String): void
- UnavailableException(int, Servlet, String): void
- UnavailableException(String): void
- UnavailableException(String, int): void
- isPermanent(): boolean
- getServlet(): Servlet
- getUnavailableSeconds(): int
- WriteListener
- annotation
-
descriptor
- JspConfigDescriptor
-
JspPropertyGroupDescriptor
- getUrlPatterns(): Collection<String>
- getElIgnored(): String
- getPageEncoding(): String
- getScriptingInvalid(): String
- getIsXml(): String
- getIncludePreludes(): Collection<String>
- getIncludeCodas(): Collection<String>
- getDeferredSyntaxAllowedAsLiteral(): String
- getTrimDirectiveWhitespaces(): String
- getDefaultContentType(): String
- getBuffer(): String
- getErrorOnUndeclaredNamespace(): String
- TaglibDescriptor
-
http
-
Cookie
- getValue(): String
- validation: CookieNameValidator
- static class initializer
- $1
- $2
- $3
- serialVersionUID: long
- name: String
- value: String
- version: int
- comment: String
- domain: String
- maxAge: int
- path: String
- secure: boolean
- httpOnly: boolean
- Cookie(String, String): void
- setComment(String): void
- getComment(): String
- setDomain(String): void
- getDomain(): String
- setMaxAge(int): void
- getMaxAge(): int
- setPath(String): void
- getPath(): String
- setSecure(boolean): void
- getSecure(): boolean
- getName(): String
- setValue(String): void
- getVersion(): int
- setVersion(int): void
- clone(): Object
- setHttpOnly(boolean): void
- isHttpOnly(): boolean
- CookieNameValidator
- RFC6265Validator
- RFC2109Validator
- HttpFilter
-
HttpServlet
- serialVersionUID: long
- METHOD_DELETE: String
- METHOD_HEAD: String
- METHOD_GET: String
- METHOD_OPTIONS: String
- METHOD_POST: String
- METHOD_PUT: String
- METHOD_TRACE: String
- HEADER_IFMODSINCE: String
- HEADER_LASTMOD: String
- LSTRING_FILE: String
- lStrings: ResourceBundle
- HttpServlet(): void
- doGet(HttpServletRequest, HttpServletResponse): void
- getLastModified(HttpServletRequest): long
- doHead(HttpServletRequest, HttpServletResponse): void
- doPost(HttpServletRequest, HttpServletResponse): void
- doPut(HttpServletRequest, HttpServletResponse): void
- doDelete(HttpServletRequest, HttpServletResponse): void
- getAllDeclaredMethods(Class<Object>): Method[]
- doOptions(HttpServletRequest, HttpServletResponse): void
- doTrace(HttpServletRequest, HttpServletResponse): void
- service(HttpServletRequest, HttpServletResponse): void
- maybeSetLastModified(HttpServletResponse, long): void
- service(ServletRequest, ServletResponse): void
-
NoBodyResponse
- noBody: NoBodyOutputStream
- writer: PrintWriter
- didSetContentLength: boolean
- NoBodyResponse(HttpServletResponse): void
- setContentLength(): void
- setContentLength(int): void
- setContentLengthLong(long): void
- setHeader(String, String): void
- addHeader(String, String): void
- setIntHeader(String, int): void
- addIntHeader(String, int): void
- checkHeader(String): void
- getOutputStream(): ServletOutputStream
- getWriter(): PrintWriter
-
NoBodyOutputStream
- setWriteListener(WriteListener): void
- LSTRING_FILE: String
- lStrings: ResourceBundle
- response: HttpServletResponse
- flushed: boolean
- contentLength: int
- NoBodyOutputStream(HttpServletResponse): void
- getContentLength(): int
- write(int): void
- write(byte[], int, int): void
- isReady(): boolean
- checkCommit(): void
- HttpServletMapping
-
HttpServletRequest
- BASIC_AUTH: String
- FORM_AUTH: String
- CLIENT_CERT_AUTH: String
- DIGEST_AUTH: String
- getAuthType(): String
- getCookies(): Cookie[]
- getDateHeader(String): long
- getHeader(String): String
- getHeaders(String): Enumeration<String>
- getHeaderNames(): Enumeration<String>
- getIntHeader(String): int
- getHttpServletMapping(): HttpServletMapping
- getMethod(): String
- getPathInfo(): String
- getPathTranslated(): String
- newPushBuilder(): PushBuilder
- getContextPath(): String
- getQueryString(): String
- getRemoteUser(): String
- isUserInRole(String): boolean
- getUserPrincipal(): Principal
- getRequestedSessionId(): String
- getRequestURI(): String
- getRequestURL(): StringBuffer
- getServletPath(): String
- getSession(boolean): HttpSession
- getSession(): HttpSession
- changeSessionId(): String
- isRequestedSessionIdValid(): boolean
- isRequestedSessionIdFromCookie(): boolean
- isRequestedSessionIdFromURL(): boolean
- isRequestedSessionIdFromUrl(): boolean
- authenticate(HttpServletResponse): boolean
- login(String, String): void
- logout(): void
- getParts(): Collection<Part>
- getPart(String): Part
- upgrade(Class<HttpUpgradeHandler>): HttpUpgradeHandler
- getTrailerFields(): Map<String, String>
- isTrailerFieldsReady(): boolean
-
HttpServletRequestWrapper
- HttpServletRequestWrapper(HttpServletRequest): void
- _getHttpServletRequest(): HttpServletRequest
- getAuthType(): String
- getCookies(): Cookie[]
- getDateHeader(String): long
- getHeader(String): String
- getHeaders(String): Enumeration<String>
- getHeaderNames(): Enumeration<String>
- getIntHeader(String): int
- getHttpServletMapping(): HttpServletMapping
- getMethod(): String
- getPathInfo(): String
- getPathTranslated(): String
- getContextPath(): String
- getQueryString(): String
- getRemoteUser(): String
- isUserInRole(String): boolean
- getUserPrincipal(): Principal
- getRequestedSessionId(): String
- getRequestURI(): String
- getRequestURL(): StringBuffer
- getServletPath(): String
- getSession(boolean): HttpSession
- getSession(): HttpSession
- changeSessionId(): String
- isRequestedSessionIdValid(): boolean
- isRequestedSessionIdFromCookie(): boolean
- isRequestedSessionIdFromURL(): boolean
- isRequestedSessionIdFromUrl(): boolean
- authenticate(HttpServletResponse): boolean
- login(String, String): void
- logout(): void
- getParts(): Collection<Part>
- getPart(String): Part
- upgrade(Class<HttpUpgradeHandler>): HttpUpgradeHandler
- newPushBuilder(): PushBuilder
- getTrailerFields(): Map<String, String>
- isTrailerFieldsReady(): boolean
-
HttpServletResponse
- addCookie(Cookie): void
- containsHeader(String): boolean
- encodeURL(String): String
- encodeRedirectURL(String): String
- encodeUrl(String): String
- encodeRedirectUrl(String): String
- sendError(int, String): void
- sendError(int): void
- sendRedirect(String): void
- setDateHeader(String, long): void
- addDateHeader(String, long): void
- setHeader(String, String): void
- addHeader(String, String): void
- setIntHeader(String, int): void
- addIntHeader(String, int): void
- setStatus(int): void
- setStatus(int, String): void
- getStatus(): int
- getHeader(String): String
- getHeaders(String): Collection<String>
- getHeaderNames(): Collection<String>
- setTrailerFields(Supplier<Map<String, String>>): void
- getTrailerFields(): Supplier<Map<String, String>>
- SC_CONTINUE: int
- SC_SWITCHING_PROTOCOLS: int
- SC_OK: int
- SC_CREATED: int
- SC_ACCEPTED: int
- SC_NON_AUTHORITATIVE_INFORMATION: int
- SC_NO_CONTENT: int
- SC_RESET_CONTENT: int
- SC_PARTIAL_CONTENT: int
- SC_MULTIPLE_CHOICES: int
- SC_MOVED_PERMANENTLY: int
- SC_MOVED_TEMPORARILY: int
- SC_FOUND: int
- SC_SEE_OTHER: int
- SC_NOT_MODIFIED: int
- SC_USE_PROXY: int
- SC_TEMPORARY_REDIRECT: int
- SC_BAD_REQUEST: int
- SC_UNAUTHORIZED: int
- SC_PAYMENT_REQUIRED: int
- SC_FORBIDDEN: int
- SC_NOT_FOUND: int
- SC_METHOD_NOT_ALLOWED: int
- SC_NOT_ACCEPTABLE: int
- SC_PROXY_AUTHENTICATION_REQUIRED: int
- SC_REQUEST_TIMEOUT: int
- SC_CONFLICT: int
- SC_GONE: int
- SC_LENGTH_REQUIRED: int
- SC_PRECONDITION_FAILED: int
- SC_REQUEST_ENTITY_TOO_LARGE: int
- SC_REQUEST_URI_TOO_LONG: int
- SC_UNSUPPORTED_MEDIA_TYPE: int
- SC_REQUESTED_RANGE_NOT_SATISFIABLE: int
- SC_EXPECTATION_FAILED: int
- SC_INTERNAL_SERVER_ERROR: int
- SC_NOT_IMPLEMENTED: int
- SC_BAD_GATEWAY: int
- SC_SERVICE_UNAVAILABLE: int
- SC_GATEWAY_TIMEOUT: int
- SC_HTTP_VERSION_NOT_SUPPORTED: int
-
HttpServletResponseWrapper
- HttpServletResponseWrapper(HttpServletResponse): void
- _getHttpServletResponse(): HttpServletResponse
- addCookie(Cookie): void
- containsHeader(String): boolean
- encodeURL(String): String
- encodeRedirectURL(String): String
- encodeUrl(String): String
- encodeRedirectUrl(String): String
- sendError(int, String): void
- sendError(int): void
- sendRedirect(String): void
- setDateHeader(String, long): void
- addDateHeader(String, long): void
- setHeader(String, String): void
- addHeader(String, String): void
- setIntHeader(String, int): void
- addIntHeader(String, int): void
- setStatus(int): void
- setStatus(int, String): void
- getStatus(): int
- getHeader(String): String
- getHeaders(String): Collection<String>
- getHeaderNames(): Collection<String>
- setTrailerFields(Supplier<Map<String, String>>): void
- getTrailerFields(): Supplier<Map<String, String>>
-
HttpSession
- getCreationTime(): long
- getId(): String
- getLastAccessedTime(): long
- getServletContext(): ServletContext
- setMaxInactiveInterval(int): void
- getMaxInactiveInterval(): int
- getSessionContext(): HttpSessionContext
- getAttribute(String): Object
- getValue(String): Object
- getAttributeNames(): Enumeration<String>
- getValueNames(): String[]
- setAttribute(String, Object): void
- putValue(String, Object): void
- removeAttribute(String): void
- removeValue(String): void
- invalidate(): void
- isNew(): boolean
- HttpSessionActivationListener
- HttpSessionAttributeListener
- HttpSessionBindingEvent
- HttpSessionBindingListener
- HttpSessionContext
- HttpSessionEvent
- HttpSessionIdListener
- HttpSessionListener
- HttpUpgradeHandler
- HttpUtils
- MappingMatch
- Part
-
PushBuilder
- push(): void
- getMethod(): String
- getPath(): String
- method(String): PushBuilder
- queryString(String): PushBuilder
- sessionId(String): PushBuilder
- setHeader(String, String): PushBuilder
- addHeader(String, String): PushBuilder
- removeHeader(String): PushBuilder
- path(String): PushBuilder
- getQueryString(): String
- getSessionId(): String
- getHeaderNames(): Set<String>
- getHeader(String): String
- WebConnection
-
Cookie
-
AsyncContext
-
servlet