Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

servletunit
Class FilterConfigSimulator  view FilterConfigSimulator download FilterConfigSimulator.java

java.lang.Object
  extended byservletunit.FilterConfigSimulator
All Implemented Interfaces:
javax.servlet.FilterConfig

public class FilterConfigSimulator
extends java.lang.Object
implements javax.servlet.FilterConfig


Field Summary
private  javax.servlet.ServletContext context
           
 
Constructor Summary
FilterConfigSimulator(javax.servlet.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
 javax.servlet.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
 

Field Detail

context

private javax.servlet.ServletContext context
Constructor Detail

FilterConfigSimulator

public FilterConfigSimulator(javax.servlet.ServletContext context)
Constructor for the FilterConfigSimulator object

Method Detail

getFilterName

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

Specified by:
getFilterName in interface javax.servlet.FilterConfig

getInitParameter

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

Specified by:
getInitParameter in interface javax.servlet.FilterConfig

getInitParameterNames

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

Specified by:
getInitParameterNames in interface javax.servlet.FilterConfig

getServletContext

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

Specified by:
getServletContext in interface javax.servlet.FilterConfig