Package com.noelios.restlet.ext.servlet

Integration with Servlet API 2.4.

See:
          Description

Class Summary
ServerServlet Servlet acting like an HTTP server connector.
ServletCall Call that is used by the Servlet HTTP server connector.
ServletContextAdapter Context allowing access to the component's connectors, reusing the Servlet's logging mechanism and adding the Servlet's initialization parameters to the context's parameters.
ServletConverter HTTP converter from Servlet calls to Restlet calls.
ServletLogger Logger that wraps the logging methods of javax.servlet.ServletContext.
ServletWarClient Connector acting as a WAR client for a Servlet Application.
ServletWarClientHelper Local client connector based on a Servlet context (JEE Web application context).
 

Package com.noelios.restlet.ext.servlet Description

Integration with Servlet API 2.4. Java Servlet technology provides Web developers with a simple, consistent mechanism for extending the functionality of a Web server and for accessing existing business systems.

Since:
1.0
See Also:
Servlet HTTP server


Copyright © 2005-2007 Noelios Technologies.