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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddInitParameter(String name, String value) Add an initialization parameter to the set of parameters associated with this filter.booleanvoidsetAsyncSupported(String asyncSupported) voidsetDescription(String description) voidsetDisplayName(String displayName) voidvoidsetFilterClass(String filterClass) voidsetFilterName(String filterName) voidsetLargeIcon(String largeIcon) voidsetSmallIcon(String smallIcon) toString()Render a String representation of this object.
- 
Constructor Details- 
FilterDefpublic FilterDef()
 
- 
- 
Method Details- 
getDescription
- 
setDescription
- 
getDisplayName
- 
setDisplayName
- 
getFilter
- 
setFilter
- 
getFilterClass
- 
setFilterClass
- 
getFilterName
- 
setFilterName
- 
getLargeIcon
- 
setLargeIcon
- 
getParameterMap
- 
getSmallIcon
- 
setSmallIcon
- 
getAsyncSupported
- 
setAsyncSupported
- 
getAsyncSupportedBooleanpublic boolean getAsyncSupportedBoolean()
- 
addInitParameterAdd an initialization parameter to the set of parameters associated with this filter.- Parameters:
- name- The initialization parameter name
- value- The initialization parameter value
 
- 
toStringRender a String representation of this object.
 
-