-
Handler, responsible for processing Expect: header in a HTTP requests,
for example "Expect: 100-Continue"
FilterChainFactory is responsible for building a FilterChain
instance with the Filters that need to be invoked for a particular request URI.
Representation of a filter mapping for a web application, as represented
in a <filter-mapping> element in the deployment
descriptor.
Allows customization of a
Filter registered with the
WebappContext.
Facade class that wraps a Request request object.
Facade class that wraps a Response object.
Base class for all complex registrable components within a web application.
Basic ServletConfig implementation.
Allows customization of a
Servlet registered with the
WebappContext.
This class acts as the foundation for registering listeners, servlets, and
filters in an embedded environment.