Interface IFilterMapping


public interface IFilterMapping
  • Method Details

    • getMappingType

      int getMappingType()
    • getFilterConfig

      IFilterConfig getFilterConfig()
      Returns the filterConfig.
      Returns:
      FilterConfig
    • getUrlPattern

      String getUrlPattern()
      Returns the urlPattern.
      Returns:
      String
    • setFilterConfig

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

      void setUrlPattern(String filterURI)
      Sets the urlPattern.
      Parameters:
      urlPattern - The urlPattern to set
    • getServletConfig

      IServletConfig getServletConfig()
    • getDispatchMode

      javax.servlet.DispatcherType[] getDispatchMode()
      Returns:
      DispatcherType[]
    • setDispatchMode

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