Package javax.servlet

Interface FilterConfig

    • Method Detail

      • getFilterName

        String getFilterName()
        Get the filter name.
        Returns:
        the filter name.
      • getInitParameter

        String getInitParameter​(String name)
        Get the init parameter.
        Parameters:
        name - the name.
        Returns:
        the value.
      • getInitParameterNames

        Enumeration<String> getInitParameterNames()
        Get the init parameter names.
        Returns:
        the init parameter names.
      • getServletContext

        ServletContext getServletContext()
        Get the servlet context.
        Returns:
        the servlet context.