Definition at line 950 of file Serve.java.
Public Member Functions | |
ServeConfig (ServletContext context) | |
ServeConfig (ServletContext context, Hashtable initParams, String servletName) | |
ServletContext | getServletContext () |
Returns the context for the servlet. | |
String | getInitParameter (String name) |
Gets an initialization parameter of the servlet. | |
Enumeration | getInitParameterNames () |
Gets the names of the initialization parameters of the servlet. | |
String | getServletName () |