Class ApplicationFilterConfig

java.lang.Object
org.apache.catalina.core.ApplicationFilterConfig
All Implemented Interfaces:
FilterConfig, Serializable

public final class ApplicationFilterConfig extends Object implements FilterConfig, Serializable
Implementation of a jakarta.servlet.FilterConfig useful in managing the filter instances instantiated when a web application is first started.
Author:
Craig R. McClanahan
See Also: