Package | Description |
---|---|
com.ibm.wsspi.webcontainer.filter | |
com.ibm.wsspi.webcontainer.servlet |
there is a packageinfo file in the lib/web.webcontainerspi.jar indicating the version is 2.1.0
|
Modifier and Type | Method and Description |
---|---|
IFilterConfig |
IFilterMapping.getFilterConfig()
Returns the filterConfig.
|
Modifier and Type | Method and Description |
---|---|
void |
IFilterMapping.setFilterConfig(IFilterConfig filterConfig)
Sets the filterConfig.
|
Modifier and Type | Method and Description |
---|---|
IFilterConfig |
IServletContext.createFilterConfig(java.lang.String id)
Creates a IFilterConfig object for this context
|
Modifier and Type | Method and Description |
---|---|
void |
IServletContext.addMappingFilter(IServletConfig sConfig,
IFilterConfig config)
Adds a filter against a specified servlet config into this context
|
void |
IServletContext.addMappingFilter(java.lang.String mapping,
IFilterConfig config)
Adds a filter against a specified mapping into this context
|