| |
|
| java.lang.Object servletunit.FilterConfigSimulator
FilterConfigSimulator | public FilterConfigSimulator(ServletContext context)(Code) | | Constructor for the FilterConfigSimulator object
Parameters: context - The ServletContext to be returned by getServletContext |
getFilterName | public String getFilterName()(Code) | | Gets the filterName attribute of the FilterConfigSimulator object
currently not supported
The filterName value |
getInitParameter | public String getInitParameter(String parm1)(Code) | | Gets the initParameter attribute of the FilterConfigSimulator object
currently not supported
Parameters: parm1 - Description of the Parameter The initParameter value |
getInitParameterNames | public Enumeration getInitParameterNames()(Code) | | Gets the initParameterNames attribute of the FilterConfigSimulator
object
currently not supported
The initParameterNames value |
getServletContext | public ServletContext getServletContext()(Code) | | Gets the servletContext attribute of the FilterConfigSimulator object
The servletContext value |
|
|
|