|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object servletunit.FilterConfigSimulator
Constructor Summary | |
FilterConfigSimulator(ServletContext context)
Constructor for the FilterConfigSimulator object |
Method Summary | |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FilterConfigSimulator(ServletContext context)
context
- The ServletContext to be returned by getServletContextMethod Detail |
public java.lang.String getFilterName()
public java.lang.String getInitParameter(java.lang.String parm1)
parm1
- Description of the Parameter
public java.util.Enumeration getInitParameterNames()
public ServletContext getServletContext()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |