| Home >> All >> org >> enhydra >> servlet >> [ servletManager Javadoc ] |
org.enhydra.servlet.servletManager: Javadoc index of package org.enhydra.servlet.servletManager.
Package Samples:
org.enhydra.servlet.servletManager
Classes:
ServletManager: This class loads Servlet classes, creates instances of Servlets, caches the Servlets, and returns pointers to them. The Servlets are refered to by an identifer string (a symbolic name). First Servlets are registered via add() . Then they are started via start() . Then they are available for use via get() . The ServletManager will call init() on the Servlet. It will also call destoroy() . Other classes which use Servlets returned by get() must not call these two methods. When get() returns a Servlet, it is ready to accept service() calls.
ServletStatus: This class describes the current status of a Servlet being stored in the ServletManager. Instances of this class are returned by a ServletManager.
EnhydraRequestDispatcher: Processes requests for resources at a particular path, including Servlets, Enhydra Apps, and Web Apps.
ServletStatistics: This class holds the historical request-per-minute data for an application.
EnhydraServletConfig
EnhydraServletContext
ServletEnum
| Home | Contact Us | Privacy Policy | Terms of Service |