Package | Description |
---|---|
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.web |
Common, generic interfaces that define minimal boundary points
between Spring's web infrastructure and other framework modules.
|
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.support |
Support package for MVC controllers.
|
org.springframework.web.servlet.resource |
Support classes for serving static resources.
|
Class and Description |
---|
HttpRequestHandler
Plain handler interface for components that process HTTP requests,
analogous to a Servlet.
|
Class and Description |
---|
HttpRequestHandler
Plain handler interface for components that process HTTP requests,
analogous to a Servlet.
|
Class and Description |
---|
HttpMediaTypeException
Abstract base for exceptions related to media types.
|
Class and Description |
---|
HttpMediaTypeNotAcceptableException
Exception thrown when the request handler cannot generate a response that is acceptable by the client.
|
HttpMediaTypeNotSupportedException
Exception thrown when a client POSTs or PUTs content
not supported by request handler.
|
Class and Description |
---|
HttpMediaTypeNotAcceptableException
Exception thrown when the request handler cannot generate a response that is acceptable by the client.
|
HttpMediaTypeNotSupportedException
Exception thrown when a client POSTs or PUTs content
not supported by request handler.
|
HttpRequestMethodNotSupportedException
Exception thrown when a request handler does not support a
specific request method.
|
Class and Description |
---|
HttpRequestHandler
Plain handler interface for components that process HTTP requests,
analogous to a Servlet.
|
Copyright © 2013. All Rights Reserved.