See: Description
Interface | Description |
---|---|
HierarchicalUriComponents.PathComponent |
Defines the contract for path (segments).
|
UriBuilder |
Builder-style methods to prepare and expand a URI template with variables.
|
UriBuilderFactory |
Factory for instances of
UriBuilder . |
UriComponents.UriTemplateVariables |
Defines the contract for URI Template variables
|
UriComponentsBuilder.PathComponentBuilder | |
UriTemplateHandler |
Strategy for expanding a URI template.
|
Class | Description |
---|---|
AbstractUriTemplateHandler | Deprecated
as of 5.0 in favor of
DefaultUriBuilderFactory |
ContentCachingRequestWrapper |
javax.servlet.http.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 |
javax.servlet.http.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 using
UriComponentsBuilder for building, encoding, and expanding URI
templates. |
DefaultUriTemplateHandler | Deprecated
as of 5.0 in favor of
DefaultUriBuilderFactory |
HierarchicalUriComponents |
Extension of
UriComponents for hierarchical URIs. |
HierarchicalUriComponents.FullPathComponent |
Represents a path backed by a String.
|
HierarchicalUriComponents.PathComponentComposite |
Represents a collection of PathComponents.
|
HierarchicalUriComponents.PathSegmentComponent |
Represents a path backed by a String list (i.e.
|
HierarchicalUriComponents.QueryUriTemplateVariables | |
HtmlCharacterEntityDecoder |
Helper for decoding HTML Strings by replacing character
entity references with the referred character.
|
HtmlCharacterEntityReferences |
Represents a set of character entity references defined by the
HTML 4.0 standard.
|
HtmlUtils |
Utility class for HTML escaping.
|
HttpSessionMutexListener |
Servlet HttpSessionListener that automatically exposes the session mutex
when an HttpSession gets created.
|
HttpSessionMutexListener.Mutex |
The mutex to be registered.
|
IntrospectorCleanupListener |
Listener that flushes the JDK's
JavaBeans Introspector
cache on web app shutdown. |
JavaScriptUtils |
Utility class for JavaScript escaping.
|
NestedServletException |
Subclass of
ServletException that properly handles a root cause in terms
of message and stacktrace, just like NestedChecked/RuntimeException does. |
OpaqueUriComponents |
Extension of
UriComponents for opaque URIs. |
ParsingPathMatcher |
PathMatcher implementation for path patterns parsed
as PathPatternParser and compiled as PathPattern s. |
ServletContextPropertyUtils |
Helper class for resolving placeholders in texts.
|
ServletContextPropertyUtils.ServletContextPlaceholderResolver | |
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.
|
UriComponents.MapTemplateVariables |
URI template variables backed by a map.
|
UriComponents.VarArgsTemplateVariables |
URI template variables backed by a variable argument array.
|
UriComponentsBuilder |
Builder for
UriComponents . |
UriComponentsBuilder.CompositePathComponentBuilder | |
UriComponentsBuilder.FullPathComponentBuilder | |
UriComponentsBuilder.PathSegmentComponentBuilder | |
UriTemplate |
Represents a URI template.
|
UriTemplate.TemplateInfo |
Helper to extract variable names and regex for matching to actual URLs.
|
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 | |
HierarchicalUriComponents.Type |
Enumeration used to identify the allowed characters per URI component.
|