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.accept |
This package contains classes used to determine the requested the media types in a request.
|
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.
|
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.
|
Class and Description |
---|
WebApplicationInitializer
Interface to be implemented in Servlet 3.0+ environments in order to configure the
ServletContext programmatically -- as opposed to (or possibly in conjunction
with) the traditional web.xml -based approach. |
Copyright © 2021. All rights reserved.