|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.grizzly.http.servlet.ServletConfigImpl
public class ServletConfigImpl
Constructor Summary | |
---|---|
ServletConfigImpl(ServletContextImpl servletContextImpl)
|
Method Summary | |
---|---|
protected String |
findInitParameter(String name)
Return the value for the specified initialization parameter name, if any; otherwise return null . |
String |
getInitParameter(String name)
|
Enumeration |
getInitParameterNames()
|
ServletContext |
getServletContext()
|
String |
getServletName()
|
protected void |
setServletName(String name)
Set the name of this servlet. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServletConfigImpl(ServletContextImpl servletContextImpl)
Method Detail |
---|
public String getServletName()
getServletName
in interface ServletConfig
public ServletContext getServletContext()
getServletContext
in interface ServletConfig
public String getInitParameter(String name)
getInitParameter
in interface ServletConfig
protected void setServletName(String name)
name
- The new name of this servletprotected String findInitParameter(String name)
null
.
name
- Name of the requested initialization parameterpublic Enumeration getInitParameterNames()
getInitParameterNames
in interface ServletConfig
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |