|
|||||||||
| 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
Basic ServletConfig implementation.
| Constructor Summary | |
|---|---|
protected |
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()
|
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 |
|---|
protected ServletConfigImpl(ServletContextImpl servletContextImpl)
| Method Detail |
|---|
public String getServletName()
getServletName in interface ServletConfigpublic ServletContext getServletContext()
getServletContext in interface ServletConfigpublic String getInitParameter(String name)
getInitParameter in interface ServletConfigpublic 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 | ||||||||