spring-webmvc

spring-webmvc 3.2.0.M1 API

Packages
org.springframework.web.servlet Provides servlets that integrate with the application context infrastructure, and the core interfaces and classes for the Spring web MVC framework.
org.springframework.web.servlet.config Defines the XML configuration namespace for Spring MVC.
org.springframework.web.servlet.config.annotation Annotation-based setup for Spring MVC.
org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations.
org.springframework.web.servlet.i18n Locale support classes for Spring's web MVC framework.
org.springframework.web.servlet.mvc Standard controller implementations for the servlet MVC framework that comes with Spring.
org.springframework.web.servlet.mvc.annotation Support package for annotation-based Servlet MVC controllers.
org.springframework.web.servlet.mvc.condition Common MVC logic for matching incoming requests based on conditions.
org.springframework.web.servlet.mvc.method Servlet-based infrastructure for handler method processing, building on the org.springframework.web.method package.
org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on the org.springframework.web.method.annotation package.
org.springframework.web.servlet.mvc.multiaction Package allowing MVC Controller implementations to handle requests at method rather than class level.
org.springframework.web.servlet.mvc.support Support package for MVC controllers.
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 Spring's JSP standard tag library for JSP 2.0+.
org.springframework.web.servlet.tags.form Spring's form tag library for JSP 2.0+.
org.springframework.web.servlet.theme Theme support classes for 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.view.document Support classes for document generation, providing View implementations for PDF and Excel.
org.springframework.web.servlet.view.feed Support classes for feed generation, providing View implementations for Atom and RSS
org.springframework.web.servlet.view.freemarker Support classes for the integration of FreeMarker as Spring web view technology.
org.springframework.web.servlet.view.jasperreports Support classes for the integration of JasperReports as Spring web view technology.
org.springframework.web.servlet.view.json Support classes for providing a View implementation based on JSON serialization.
org.springframework.web.servlet.view.tiles2 Support classes for the integration of Tiles2 (the standalone version of Tiles) as Spring web view technology.
org.springframework.web.servlet.view.velocity Support classes for the integration of Velocity as Spring web view technology.
org.springframework.web.servlet.view.xml Support classes for providing a View implementation based on XML Marshalling.
org.springframework.web.servlet.view.xslt Support classes for XSLT, providing a View implementation for XSLT stylesheets.

 


spring-webmvc