|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
RequestMatcher | Simple strategy to match an HttpServletRequest. |
ThrowableCauseExtractor | Interface for handlers extracting the cause out of a specific Throwable type. |
Class Summary | |
---|---|
AntPathRequestMatcher | Matcher which compares a pre-defined ant-style pattern against the URL
(servletPath + pathInfo ) of an HttpServletRequest . |
AnyRequestMatcher | Matches any supplied request. |
ELRequestMatcher | A RequestMatcher implementation which uses a SpEL expression |
IpAddressMatcher | Matches a request based on IP Address or subnet mask matching against the remote address. |
MediaTypeRequestMatcher | Allows matching HttpServletRequest based upon the MediaType 's
resolved from a ContentNegotiationStrategy . |
RedirectUrlBuilder | Internal class for building redirect URLs. |
RegexRequestMatcher | Uses a regular expression to decide whether a supplied the URL of a supplied HttpServletRequest . |
RequestMatcherEditor | PropertyEditor which creates ELRequestMatcher instances from Strings This allows to use a String in a BeanDefinition instead of an (inner) bean if a RequestMatcher is required, e.g. |
TextEscapeUtils | Internal utility for escaping characters in HTML strings. |
ThrowableAnalyzer | Handler for analyzing Throwable instances. |
UrlUtils | Provides static methods for composing URLs. |
Web utility classes.
Should not depend on any other framework classes.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |