spring-web

spring-web 3.2.0.M1 API

Packages
org.springframework.http Contains a basic abstraction over client/server-side HTTP.
org.springframework.http.client Contains an abstraction over client-side HTTP.
org.springframework.http.client.support This package provides generic HTTP support classes, to be used by higher-level classes like RestTemplate.
org.springframework.http.converter Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.
org.springframework.http.converter.feed Provides HttpMessageConverter implementations for handling Atom and RSS feeds.
org.springframework.http.converter.json Provides an HttpMessageConverter implementations for handling JSON.
org.springframework.http.converter.xml Provides an HttpMessageConverter implementations for handling XML.
org.springframework.http.server Contains an abstraction over server-side HTTP.
org.springframework.remoting.caucho This package provides remoting classes for Caucho's Hessian and Burlap protocols: a proxy factory for accessing Hessian/Burlap services, and an exporter for making beans available to Hessian/Burlap clients.
org.springframework.remoting.httpinvoker Remoting classes for transparent Java-to-Java remoting via HTTP invokers.
org.springframework.remoting.jaxrpc Remoting classes for Web Services via JAX-RPC.
org.springframework.remoting.jaxws Remoting classes for Web Services via JAX-WS (the successor of JAX-RPC), as included in Java 6 and Java EE 5.
org.springframework.web Common, generic interfaces that define minimal boundary points between Spring's web infrastructure and other framework modules.
org.springframework.web.bind Provides web-specific data binding functionality.
org.springframework.web.bind.annotation Annotations for binding requests to controllers and handler methods as well as for binding request parameters to method arguments.
org.springframework.web.bind.annotation.support Support classes for web annotation processing.
org.springframework.web.bind.support Support classes for web data binding.
org.springframework.web.client Core package of the client-side web support.
org.springframework.web.client.support Classes supporting the org.springframework.web.client package.
org.springframework.web.context Contains a variant of the application context interface for web applications, and the ContextLoaderListener that bootstraps a root web application context.
org.springframework.web.context.request Support for generic request context holding, in particular for scoping of application objects per HTTP request or HTTP session.
org.springframework.web.context.request.async  
org.springframework.web.context.support Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations and various utility classes.
org.springframework.web.filter Provides generic filter base classes allowing for bean-style configuration.
org.springframework.web.jsf Support classes for integrating a JSF web tier with a Spring middle tier which is hosted in a Spring root WebApplicationContext.
org.springframework.web.jsf.el Support classes for integrating a JSF 1.2 web tier with a Spring middle tier which is hosted in a Spring root WebApplicationContext.
org.springframework.web.method Common infrastructure for handler method processing, as used by Spring MVC's org.springframework.web.servlet.mvc.method package.
org.springframework.web.method.annotation Support classes for annotation-based handler method processing.
org.springframework.web.method.support Generic support classes for handler method processing.
org.springframework.web.multipart Multipart resolution framework for handling file uploads.
org.springframework.web.multipart.commons MultipartResolver implementation for Jakarta Commons FileUpload.
org.springframework.web.multipart.support Support classes for the multipart resolution framework.
org.springframework.web.util Miscellaneous web utility classes, such as HTML escaping, log4j initialization, and cookie handling.

 


spring-web