public class FilterConfigSimulator
extends java.lang.Object
| Constructor and Description |
|---|
FilterConfigSimulator(ServletContext context)
Constructor for the FilterConfigSimulator object
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFilterName()
Gets the filterName attribute of the FilterConfigSimulator object
currently not supported
|
java.lang.String |
getInitParameter(java.lang.String parm1)
Gets the initParameter attribute of the FilterConfigSimulator object
currently not supported
|
java.util.Enumeration |
getInitParameterNames()
Gets the initParameterNames attribute of the FilterConfigSimulator
object
currently not supported
|
ServletContext |
getServletContext()
Gets the servletContext attribute of the FilterConfigSimulator object
|
public FilterConfigSimulator(ServletContext context)
context - The ServletContext to be returned by getServletContextpublic java.lang.String getFilterName()
public java.lang.String getInitParameter(java.lang.String parm1)
parm1 - Description of the Parameterpublic java.util.Enumeration getInitParameterNames()
public ServletContext getServletContext()
Copyright ? Deryl Seale All Rights Reserved.