org.springframework.web.servlet.support |
Support classes for Spring's web MVC framework.
Provides easy evaluation of the request context in views,
and miscellaneous HandlerInterceptor implementations.
|
Java Source File Name | Type | Comment |
BindStatus.java | Class | Simple adapter to expose the bind status of a field or object.
Set as a variable both by the JSP bind tag and Velocity/FreeMarker macros.
Obviously, object status representations (i.e. |
JspAwareRequestContext.java | Class | JSP-aware subclass of RequestContext, allowing population of the context
from a JSP PageContext. |
JstlUtils.java | Class | Helper class for preparing JSTL views,
in particular for exposing a JSTL localization context. |
RequestContext.java | Class | Context holder for request-specific state, like current web application
context, current locale, current theme, and potential binding errors.
Provides easy access to localized messages and Errors instances.
Suitable for exposition to views, and usage within JSP's "useBean" tag,
JSP scriptlets, JSTL EL, Velocity templates, etc. |
RequestContextUtils.java | Class | Utility class for easy access to request-specific state
which has been set by the DispatcherServlet. |
WebContentGenerator.java | Class | Convenient superclass for any kind of web content generator,
like AbstractController and WebContentInterceptor. |