站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

org.springframework.web.servlet.support (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Package org.springframework.web.servlet.support

Support classes for Spring's web MVC framework.

See:
          Description

Class Summary
BindStatus Simple adapter to expose the bind status of a field or object.
JspAwareRequestContext JSP-aware subclass of RequestContext, allowing population of the context from a JSP PageContext.
JstlUtils Helper class for preparing JSTL views, in particular for exposing a JSTL localization context.
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 request-specific state which has been 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.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.