Search results for servletcontext



ServletContext: Defines a set of methods that a servlet uses to communicate with its servlet container, for example, to get the MIME type of a file, d ...
ServletContext interface is a window for a servlet to view it's environment. A servlet can use this interface to get information such as initializatio ...