Example usage for Java javax.servlet ServletConfig fields, constructors, methods, implement or subclass
The text is from its open source code.
String | getInitParameter(String name) Gets the value of the initialization parameter with the given name. |
Enumeration | getInitParameterNames() Returns the names of the servlet's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the servlet has no initialization parameters. |
ServletContext | getServletContext() Returns a reference to the ServletContext in which the caller is executing. |
String | getServletName() Returns the name of this servlet instance. |