|
Class Summary |
| RequestContext |
Context holder for request-specific state, like current web application context,
current locale, and possible binding errors.
|
| RequestContextUtils |
Utility class for easy access to various request-specific state,
set by the DispatcherServlet. |
| UserRoleAuthorizationInterceptor |
Interceptor that checks the authorization of the current user via the
user's roles, as evaluated by HttpServletRequest's isUserInRole method. |
Support classes for Spring's web MVC framework.
Provides easy evaluation of the request context in views,
and miscellaneous HandlerInterceptor implementations.