public class MockFilterConfig extends MockBaseConfig implements FilterConfig
| Constructor and Description |
|---|
MockFilterConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilterName()
Returns the name of the filter for which this is the config.
|
void |
setFilterName(String filterName)
Sets the filter name that will be retrieved by getFilterName().
|
addAllInitParameters, addInitParameter, getInitParameter, getInitParameterNames, getServletContext, setServletContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInitParameter, getInitParameterNames, getServletContextpublic void setFilterName(String filterName)
public String getFilterName()
getFilterName in interface FilterConfig© Copyright 2005-2006, Stripes Development Team.