com.ibm.wsspi.webcontainer.filter

Uses of Interface IFilterConfig

Packages that use IFilterConfig

Package Description
com.ibm.wsspi.webcontainer.filter
com.ibm.wsspi.webcontainer.servlet

Uses of IFilterConfig in com.ibm.wsspi.webcontainer.filter

Modifier and Type Method and Description
  1. IFilterConfig
IFilterMapping.getFilterConfig()
Returns the filterConfig.
Modifier and Type Method and Description
  1. void
IFilterMapping.setFilterConfig(IFilterConfig filterConfig)
Sets the filterConfig.

Uses of IFilterConfig in com.ibm.wsspi.webcontainer.servlet

Modifier and Type Method and Description
  1. IFilterConfig
IServletContext.createFilterConfig(java.lang.String id)
Creates a IFilterConfig object for this context
Modifier and Type Method and Description
  1. void
IServletContext.addMappingFilter(IServletConfig sConfig,IFilterConfig config)
Adds a filter against a specified servlet config into this context
  1. void
IServletContext.addMappingFilter(java.lang.String mapping,IFilterConfig config)
Adds a filter against a specified mapping into this context