@web.filter

Scope: Class

Multiplicity

(0..1): You can use this tag zero or one time in the Java™ source file.

Purpose

This tag declares the class as a Filter class, with the specified name, display-name, icon, and description. Applies to Servlet 2.3 only. Applies to filters.

Parameters

Parameter Type Applicability Description Mandatory
name text   The name for the filter. The name must be unique within the application. true
display-name text   The display-name of the filter. false
icon text   The icon for the filter. false
description text   A description for the filter. false
Related reference
@web.ejb-local-ref
@web.ejb-ref
@web.env-entry
@web.filter-init-param
@web.filter-mapping
@web.listener
@web.resource-env-ref
@web.resource-ref
@web.security-role
@web.security-role-ref
@web.servlet
@web.servlet-init-param
@web.servlet-mapping
Terms of use | Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.