Class FilterDef
java.lang.Object
org.apache.tomcat.util.descriptor.web.FilterDef
- All Implemented Interfaces:
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:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addInitParameter
(String name, String value) Add an initialization parameter to the set of parameters associated with this filter.boolean
void
setAsyncSupported
(String asyncSupported) void
setDescription
(String description) void
setDisplayName
(String displayName) void
void
setFilterClass
(String filterClass) void
setFilterName
(String filterName) void
setLargeIcon
(String largeIcon) void
setSmallIcon
(String smallIcon) toString()
Render a String representation of this object.
-
Constructor Details
-
FilterDef
public FilterDef()
-
-
Method Details
-
getDescription
-
setDescription
-
getDisplayName
-
setDisplayName
-
getFilter
-
setFilter
-
getFilterClass
-
setFilterClass
-
getFilterName
-
setFilterName
-
getLargeIcon
-
setLargeIcon
-
getParameterMap
-
getSmallIcon
-
setSmallIcon
-
getAsyncSupported
-
setAsyncSupported
-
getAsyncSupportedBoolean
public boolean getAsyncSupportedBoolean() -
addInitParameter
-
toString
-