com.ibm.wsspi.webcontainer.filter

Interface IFilterMapping


  1. public interface IFilterMapping

Method Summary

Modifier and Type Method and Description
  1. DispatcherType[]
getDispatchMode()
  1. IFilterConfig
getFilterConfig()
Returns the filterConfig.
  1. int
getMappingType()
  1. IServletConfig
getServletConfig()
  1. java.lang.String
getUrlPattern()
Returns the urlPattern.
  1. void
setDispatchMode(DispatcherType[] dispatchMode)
Sets the dispatchMode.
  1. void
setFilterConfig(IFilterConfig filterConfig)
Sets the filterConfig.
  1. void
setUrlPattern(java.lang.String filterURI)
Sets the urlPattern.

Method Detail

getMappingType

  1. int getMappingType()

getFilterConfig

  1. IFilterConfig getFilterConfig()
Returns the filterConfig.
Returns:
FilterConfig

getUrlPattern

  1. java.lang.String getUrlPattern( )
Returns the urlPattern.
Returns:
String

setFilterConfig

  1. void setFilterConfig(IFilterConfig filterConfig)
Sets the filterConfig.
Parameters:
filterConfig - The filterConfig to set

setUrlPattern

  1. void setUrlPattern(java.lang.String filterURI)
Sets the urlPattern.

getServletConfig

  1. IServletConfig getServletConfig( )

getDispatchMode

  1. DispatcherType[] getDispatchMode( )
Returns:
DispatcherType[]

setDispatchMode

  1. void setDispatchMode(DispatcherType[] dispatchMode)
Sets the dispatchMode.
Parameters:
dispatchMode - The dispatchMode to set