Class FilterDef

java.lang.Object
org.apache.tomcat.util.descriptor.web.FilterDef
All Implemented Interfaces:
Serializable

public class FilterDef extends Object implements Serializable
Representation of a filter definition for a web application, as represented in a <filter> element in the deployment descriptor.
Author:
Craig R. McClanahan
See Also: