See: Description
Interface | Description |
---|---|
HierarchicalUriComponents.PathComponent |
Defines the contract for path (segments).
|
UriComponents.UriTemplateVariables |
Defines the contract for URI Template variables
|
UriComponentsBuilder.PathComponentBuilder |
Class | Description |
---|---|
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.
|
ExpressionEvaluationUtils | Deprecated
as of Spring 3.2, in favor of the JSP 2.0+ native support
for embedded expressions in JSP pages (also applying to tag attributes)
|
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.
|
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 2.3 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.
|
Log4jConfigListener |
Bootstrap listener for custom log4j initialization in a web environment.
|
Log4jWebConfigurer |
Convenience class that performs custom log4j initialization for web environments,
allowing for log file paths within the web application, with the option to
perform automatic refresh checks (for runtime changes in logging configuration).
|
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. |
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.Parser |
Static inner class to parse URI template strings into a matching regular expression.
|
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 |
---|---|
HierarchicalUriComponents.Type |
Enumeration used to identify the parts of a URI.
|