程序包的使用
org.springframework.web.servlet.support
使用org.springframework.web.servlet.support的程序包 程序包 说明 org.springframework.web.servlet.mvc Standard controller implementations for the Servlet MVC framework that comes with Spring.org.springframework.web.servlet.mvc.method Servlet-based infrastructure for handler method processing, building on theorg.springframework.web.methodpackage.org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotationpackage.org.springframework.web.servlet.resource Support classes for serving static resources.org.springframework.web.servlet.support Support classes for Spring's web MVC framework.org.springframework.web.servlet.tags This package contains Spring's JSP standard tag library for JSP 2.0+.org.springframework.web.servlet.tags.form Spring's form tag library for JSP views in Spring's Web MVC framework.org.springframework.web.servlet.view Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations.org.springframework.web.servlet.mvc使用的org.springframework.web.servlet.support中的类 类 说明 WebContentGenerator Convenient superclass for any kind of web content generator, likeAbstractControllerandWebContentInterceptor.org.springframework.web.servlet.mvc.method使用的org.springframework.web.servlet.support中的类 类 说明 WebContentGenerator Convenient superclass for any kind of web content generator, likeAbstractControllerandWebContentInterceptor.org.springframework.web.servlet.mvc.method.annotation使用的org.springframework.web.servlet.support中的类 类 说明 WebContentGenerator Convenient superclass for any kind of web content generator, likeAbstractControllerandWebContentInterceptor.org.springframework.web.servlet.resource使用的org.springframework.web.servlet.support中的类 类 说明 WebContentGenerator Convenient superclass for any kind of web content generator, likeAbstractControllerandWebContentInterceptor.org.springframework.web.servlet.support使用的org.springframework.web.servlet.support中的类 类 说明 AbstractDispatcherServletInitializer Base class forWebApplicationInitializerimplementations that register aDispatcherServletin the servlet context.AbstractFlashMapManager A base class forFlashMapManagerimplementations.BindStatus Simple adapter to expose the bind status of a field or object.RequestContext Context holder for request-specific state, like current web application context, current locale, current theme, and potential binding errors.RequestDataValueProcessor A contract for inspecting and potentially modifying request data values such as URL query parameters or form field values before they are rendered by a view or before a redirect.ServletUriComponentsBuilder UriComponentsBuilder with additional static factory methods to create links based on the current HttpServletRequest.org.springframework.web.servlet.tags使用的org.springframework.web.servlet.support中的类 类 说明 RequestContext Context holder for request-specific state, like current web application context, current locale, current theme, and potential binding errors.org.springframework.web.servlet.tags.form使用的org.springframework.web.servlet.support中的类 类 说明 BindStatus Simple adapter to expose the bind status of a field or object.org.springframework.web.servlet.view使用的org.springframework.web.servlet.support中的类 类 说明 RequestContext Context holder for request-specific state, like current web application context, current locale, current theme, and potential binding errors.