See: Description
Interface | Description |
---|---|
UriBuilder |
Builder-style methods to prepare and expand a URI template with variables.
|
UriBuilderFactory |
Factory to create
UriBuilder instances pre-configured in a specific
way such as sharing a common base URI across all builders. |
UriComponents.UriTemplateVariables |
Defines the contract for URI Template variables
|
UriTemplateHandler |
Strategy for expanding a URI template.
|
Class | Description |
---|---|
AbstractUriTemplateHandler | Deprecated
as of 5.0 in favor of
DefaultUriBuilderFactory |
ContentCachingRequestWrapper |
HttpServletRequest wrapper that caches all content read from
the input stream and reader,
and allows this content to be retrieved via a byte array . |
ContentCachingResponseWrapper |
HttpServletResponse wrapper that caches all content written to
the output stream and writer,
and allows this content to be retrieved via a byte array . |
CookieGenerator |
Helper class for cookie generation, carrying cookie descriptor settings
as bean properties and being able to add and remove cookie to/from a
given response.
|
DefaultUriBuilderFactory |
Default implementation of
UriBuilderFactory providing options to
pre-configure all UriBuilder instances with common properties such as a base
URI, encoding mode, and default URI variables. |
DefaultUriTemplateHandler | Deprecated
as of 5.0 in favor of
DefaultUriBuilderFactory |
HtmlUtils |
Utility class for HTML escaping.
|
HttpSessionMutexListener |
Servlet HttpSessionListener that automatically exposes the session mutex
when an HttpSession gets created.
|
IntrospectorCleanupListener |
Listener that flushes the JDK's
JavaBeans Introspector
cache on web app shutdown. |
JavaScriptUtils |
Utility class for JavaScript escaping.
|
ServletContextPropertyUtils |
Helper class for resolving placeholders in texts.
|
TagUtils |
Utility class for tag library related code, exposing functionality
such as translating
Strings to web scopes. |
UriComponents |
Represents an immutable collection of URI components, mapping component type to
String values.
|
UriComponentsBuilder |
Builder for
UriComponents . |
UriTemplate |
Represents a URI template.
|
UriUtils |
Utility class for URI encoding and decoding based on RFC 3986.
|
UrlPathHelper |
Helper class for URL path matching.
|
WebAppRootListener |
Listener that sets a system property to the web application root directory.
|
WebUtils |
Miscellaneous utilities for web applications.
|
Enum | Description |
---|---|
DefaultUriBuilderFactory.EncodingMode |
Exception | Description |
---|---|
NestedServletException |
Subclass of
ServletException that properly handles a root cause in terms
of message and stacktrace, just like NestedChecked/RuntimeException does. |