| Interface | Description |
|---|---|
| ErrorResponseHandler |
Callback interface optionally implemented by
HttpServlet sub-classes. |
| FilterOrder |
The filtering pipeline consists of a number of distinct phases.
|
| ForwardedRequests |
Provides services for servlets that wish to delegate the generation of a
response to another service/servlet.
|
| HasDynamicAuthorization |
Optional interface implemented by
HttpServlets which need to
dynamically determine what AuthorizationConstraint is required for a
request. |
| HasGetMethod |
Optional interface implemented by
HttpServlets that wish to leverage
the
EntityTags#etag(HttpServletRequest, HttpServletResponse, HasGetMethod)
method to automatically produce an ETag header. |
| SupportsPatch |
Optional interface indicating that a servlet supports the HTTP PATCH method.
|
| Class | Description |
|---|---|
| HttpServletBase |
Alternative base class for
HttpServlet implementations, providing
SupportsPatch and HasDynamicAuthorization support. |
This package defines various extensions to the standard Servlet API.