Class FilterConfigImpl

java.lang.Object
org.atmosphere.util.FilterConfigImpl
All Implemented Interfaces:
jakarta.servlet.FilterConfig

public final class FilterConfigImpl extends Object implements jakarta.servlet.FilterConfig
FilterConfig implementation.
Author:
Jeanfrancois Arcand
  • Constructor Details

    • FilterConfigImpl

      public FilterConfigImpl(jakarta.servlet.ServletConfig sc)
  • Method Details

    • getInitParameter

      public String getInitParameter(String name)
      Specified by:
      getInitParameter in interface jakarta.servlet.FilterConfig
    • getFilterName

      public String getFilterName()
      Specified by:
      getFilterName in interface jakarta.servlet.FilterConfig
    • getInitParameterNames

      public Enumeration getInitParameterNames()
      Specified by:
      getInitParameterNames in interface jakarta.servlet.FilterConfig
    • getServletContext

      public jakarta.servlet.ServletContext getServletContext()
      Specified by:
      getServletContext in interface jakarta.servlet.FilterConfig
    • getFilter

      public jakarta.servlet.Filter getFilter()
      Return the application Filter we are configured for.
    • recycle

      public void recycle()
      Release the Filter instance associated with this FilterConfig, if there is one.
    • setFilter

      public void setFilter(jakarta.servlet.Filter filter)
      Set the Filter associated with this object.
      Parameters:
      filter -
    • setFilterName

      public void setFilterName(String filterName)
      Set the Filter's name associated with this object.
      Parameters:
      filterName -