@web.filter-mapping

Scope: Class

Multiplicity

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

Purpose

This tag defines the mapping for the Filter. Either url-pattern or servlet-name should be specified. Applies to Servlet 2.3 only. Applies to filters.

Parameters

Parameter Type Applicability Description Mandatory
url-pattern text   The url-pattern the filter should match. false
servlet-name text   The servlet-name for the filter. false
Related reference
@web.ejb-local-ref
@web.ejb-ref
@web.env-entry
@web.filter
@web.filter-init-param
@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.