All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class calypso.core.httpserver.ServerEnvironment

java.lang.Object
   |
   +----calypso.core.httpserver.ServerEnvironment

class ServerEnvironment
extends Object
implements ServletContext, HttpServerConstants
Description of the environment in which the servlets run under Calypso HTTP Server. This class implements the ServletContext interface for servlets to be able to acquire information about the environment. The getServlets method will return only null, because the servlets that are accessible to a specific service are constrained by the classloader for that service. Thus it is presumed that servlets know all the other servlets they can access and therefore this method is deemed unnecessary in Calypso HTTP Server.

Version:
v1.0
Author:
Juha Pääjärvi / TCM laboratory / Helsinki Univ. of Tech.
See Also:
ServletLoader

This class is not public and therefore cannot be used outside this package.


All Packages  Class Hierarchy  This Package  Previous  Next  Index