Uses of Interface
jakarta.servlet.FilterConfig
Packages that use FilterConfig
-
Uses of FilterConfig in jakarta.servlet
Classes in jakarta.servlet that implement FilterConfigModifier and TypeClassDescriptionclassProvides a base class that implements the Filter and FilterConfig interfaces to reduce boilerplate when writing new filters.Methods in jakarta.servlet that return FilterConfigModifier and TypeMethodDescriptionGenericFilter.getFilterConfig()Obtain the FilterConfig used to initialise this Filter instance.Methods in jakarta.servlet with parameters of type FilterConfigModifier and TypeMethodDescriptiondefault voidFilter.init(FilterConfig filterConfig) Called by the web container to indicate to a filter that it is being placed into service.voidGenericFilter.init(FilterConfig filterConfig) -
Uses of FilterConfig in jakarta.servlet.http
Classes in jakarta.servlet.http that implement FilterConfigModifier and TypeClassDescriptionclassProvides a base class that implements the Filter interface and ensures that the Request and Response are of type HttpServletRequest and HttpServletResponse respectively.