servletunit
Class FilterConfigSimulator

java.lang.Object
  extended byservletunit.FilterConfigSimulator

public class FilterConfigSimulator
extends java.lang.Object


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

FilterConfigSimulator

public FilterConfigSimulator(ServletContext context)
Constructor for the FilterConfigSimulator object

Parameters:
context - The ServletContext to be returned by getServletContext
Method Detail

getFilterName

public java.lang.String getFilterName()
Gets the filterName attribute of the FilterConfigSimulator object currently not supported

Returns:
The filterName value

getInitParameter

public java.lang.String getInitParameter(java.lang.String parm1)
Gets the initParameter attribute of the FilterConfigSimulator object currently not supported

Parameters:
parm1 - Description of the Parameter
Returns:
The initParameter value

getInitParameterNames

public java.util.Enumeration getInitParameterNames()
Gets the initParameterNames attribute of the FilterConfigSimulator object currently not supported

Returns:
The initParameterNames value

getServletContext

public ServletContext getServletContext()
Gets the servletContext attribute of the FilterConfigSimulator object

Returns:
The servletContext value


Copyright © Deryl Seale All Rights Reserved.