Create a new instance of this ServletContext implementation.
Parameters: aLogWriter - PrintWriter which is used for log() calls Parameters: aResourceBaseURL - Resource base URL
Return a URL object of a resource that is mapped to the
specified context-relative path.
Parameters: path - Context-relative path of the desired resource exception: MalformedURLException - if the resource path isnot properly formed
Return an InputStream allowing access to the resource at the
specified context-relative path.
Parameters: path - Context-relative path of the desired resource
Set or replace the specified context attribute.
Parameters: name - Name of the context attribute to set Parameters: value - Corresponding attribute value