Method Summary |
|
public Object | getAttribute(String name) Returns attribute value for the given name. |
public Enumeration | getAttributeNames() Returns an Enumeration of names of
attributes available through this context. |
abstract public String | getRealPath(String path) Computes the real OS path corresponding to the application-relative
path. |
abstract public URL | getResource(String key) Returns URL for accessing a resource with the given key. |
abstract public InputStream | getResourceAsStream(String path) |
abstract public String | getSecureURL() Returns secure server URL. |
abstract public String | getServerID() Returns ID of the current server instance. |
public ServletConfig | getServletConfig() Get ServletConfig object corresponding to the WebServicesServlet that
is loading Web services framework. |
abstract public String | getUnsecureURL() Returns regular server URL. |
abstract public UserManager | getUserManager() User manager that handles authentication for this server. |
public void | removeAttribute(String name) Removes the attribute with the given name from the context. |
public void | setAttribute(String name, Object value) Sets the specified attribute to the given value. |