public interface ServletConfig
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInitParameter (java.lang.String name)
Get the value of this name's initparameter
|
java.util.Enumeration |
getInitParameterNames ()
Get all InitParameterNames
|
ServletContext |
getServletContext ()
Get the context of this ServletConfig
|
java.lang.String |
getServletName ()
Returns the name of the servlet definition, as specified in the
deployment descriptor.
|
java.lang.String getServletName()
ServletContext getServletContext()
java.lang.String getInitParameter(java.lang.String name)
name
- the name of the Parameter whose value we wantjava.util.Enumeration getInitParameterNames()