Package com.droplets.apix.servlet

Contains classes related to Droplets integration with Servlets.

See:
          Description

Class Summary
DropletsHttpServletRequest Implements HttpServletRequest for use in a Droplet calling a Servlet.
DropletsHttpServletResponse Implements HttpServletResponse for use in a Droplet calling a Servlet.
DropletsHttpSession Implements HttpSession and is meant to be used by DropletsHttpServletRequest to hold and share Session data.
DropletsRequestDispatcher Implements RequestDispatcher for use in a Droplet calling a Servlet.
DropletsServletConfig Implements ServletConfig for use in a Droplet calling a Servlet.
DropletsServletContext Implements ServletContext for use in a Droplet calling a Servlet.
DropletsServletOutputStream Extends ServletOutputStream for use in a Droplet calling a Servlet.
ServletCaller Use the call method to call a Servlet (fully qualified with package) to Uses reflection to find the Servlet.
 

Package com.droplets.apix.servlet Description

Contains classes related to Droplets integration with Servlets. Classes extend or implement classes and interfaces from javax.servlet and javax.servlet.http in a way that allows Droplets to call Servlets and access Session data or the output stream.



Copyright © Droplets, 2001. All Rights Reserved.