Uses of Interface
javax.servlet.FilterConfig
Packages that use FilterConfig
-
Uses of FilterConfig in javax.servlet
Classes in javax.servlet that implement FilterConfigModifier and TypeClassDescriptionclassDefines a generic, protocol-independent filter.Methods in javax.servlet that return FilterConfigModifier and TypeMethodDescriptionGenericFilter.getFilterConfig()Returns this servlet'sServletConfigobject.Methods in javax.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 config) Called by the servlet container to indicate to a filter that it is being placed into service. -
Uses of FilterConfig in javax.servlet.http
Classes in javax.servlet.http that implement FilterConfigModifier and TypeClassDescriptionclassProvides an abstract class to be subclassed to create an HTTP filter suitable for a Web site.