Filter

Declares a filter in the web application application. The filter is mapped to either a servlet or a URL pattern in the filter-mapping element, using the filter-name value to reference. Filters can access the initialization parameters declared in the deployment descriptor at runtime via the FilterConfig interface.



Attributes Summary
smallIcon : StringThe small-icon element contains the location within the web application of a file containing a small (16x16 pixel) icon image.
largeIcon : StringThe large-icon element contains the location within the web application of a file containing a large (32x32 pixel) icon image.
name : StringThe logical name of the filter.
displayName : StringThe display-name element contains a short name that is intended to be displayed by GUI tools
description : StringProvides descriptive text about the Filter.
initParams : InitParam * The init-params contain a name/value pairs as initialization params for the filter
filterClass : JavaClass@ The fully qualified classname of the filter.

Attribute Details

smallIcon    -    The small-icon element contains the location within the web application of a file containing a small (16x16 pixel) icon image. Used when representing the Filter in GUI tools.
     data type:  String
     default Value:   unspecified



largeIcon    -    The large-icon element contains the location within the web application of a file containing a large (32x32 pixel) icon image. Used to represent the Filter in GUI tools.
     data type:  String
     default Value:   unspecified



name    -    The logical name of the filter. This name is used to map the filter.
     data type:  String
     default Value:   unspecified



displayName    -    The display-name element contains a short name that is intended to be displayed by GUI tools
     data type:  String
     default Value:   unspecified



description    -    Provides descriptive text about the Filter.
     data type:  String
     default Value:   unspecified



initParams    -    The init-params contain a name/value pairs as initialization params for the filter
     data type: InitParam*



filterClass    -    The fully qualified classname of the filter.
     data type: JavaClass@


Copyright IBM Corp. 1996-2002