public class MockServletConfig extends MockBaseConfig implements ServletConfig
| Constructor and Description |
|---|
MockServletConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getServletName()
Returns the name of the servlet for which this is the config.
|
void |
setServletName(String name)
Sets the name of the servlet for which this is the config.
|
addAllInitParameters, addInitParameter, getInitParameter, getInitParameterNames, getServletContext, setServletContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInitParameter, getInitParameterNames, getServletContextpublic String getServletName()
getServletName in interface ServletConfigpublic void setServletName(String name)
© Copyright 2005-2006, Stripes Development Team.