com.ibm.wsspi.webcontainer.filter
Interface IFilterMapping
- public interface IFilterMapping
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getDispatchMode()
|
getFilterConfig()
Returns the filterConfig.
|
|
|
getMappingType()
|
getServletConfig()
|
|
|
getUrlPattern()
Returns the urlPattern.
|
|
setDispatchMode(DispatcherType[] dispatchMode)
Sets the dispatchMode.
|
|
setFilterConfig(IFilterConfig filterConfig)
Sets the filterConfig.
|
|
setUrlPattern(java.lang.String filterURI)
Sets the urlPattern.
|
Method Detail
getMappingType
- int getMappingType()
getFilterConfig
- IFilterConfig getFilterConfig()
Returns the filterConfig.
Returns:
FilterConfig
getUrlPattern
- java.lang.String getUrlPattern( )
Returns the urlPattern.
Returns:
String
setFilterConfig
- void setFilterConfig(IFilterConfig filterConfig)
Sets the filterConfig.
Parameters:
filterConfig
- The filterConfig to set setUrlPattern
- void setUrlPattern(java.lang.String filterURI)
Sets the urlPattern.
getServletConfig
- IServletConfig getServletConfig( )
getDispatchMode
- DispatcherType[] getDispatchMode( )
Returns:
DispatcherType[]
setDispatchMode
- void setDispatchMode(DispatcherType[] dispatchMode)
Sets the dispatchMode.
Parameters:
dispatchMode
- The dispatchMode to set