Package org.springframework.web.servlet.support

Support classes for Spring's web MVC framework.

See:
          Description

Class Summary
JstlUtils Helper class for preparing JSTL views.
RequestContext Context holder for request-specific state, like current web application context, current locale, current theme, and potential binding errors.
RequestContextUtils Utility class for easy access to various request-specific state, set by the DispatcherServlet.
WebContentGenerator Convenient superclass for any kind of web content generator, like AbstractController and WebContentInterceptor.
 

Package org.springframework.web.servlet.support Description

Support classes for Spring's web MVC framework. Provides easy evaluation of the request context in views, and miscellaneous HandlerInterceptor implementations.



Copyright (C) 2003-2004 The Spring Framework Project.