All Packages Class Hierarchy This Package Previous Next Index
Class calypso.core.httpserver.ServletLoader
java.lang.Object
|
+----calypso.core.httpserver.ServletLoader
- class ServletLoader
- extends Object
- implements HttpServerConstants
Loader for servlets. The method getServletInstance is used to when
server needs an instance of a servlet. If the servlet has not been
loaded before, it is loaded and an instance of it is created.
- Version:
- v1.0
- Author:
- Juha Pääjärvi / TCM laboratory / Helsinki Univ. of Tech.
- See Also:
- Servlet, GenericServlet
This class is not public and therefore cannot be used outside this package.
All Packages Class Hierarchy This Package Previous Next Index