Administration Console Online Help

 Previous Next Contents Index  

 


Filter --> Configuration

Tasks     Additional Documentation     Attributes

Overview

Use this tab to configure filters for a Web Application, using the application's web.xml deployment descriptor. Declare the filter and then map the filter to a URL pattern or to a specific servlet in the Web Application. You can declare any number of filters.

Tasks

Using the Web Application Deployment Descriptor Editor

Configuring Error Pages

Additional Documentation

(Requires an Internet connection.)

Configuring a Filter

Attributes

Attribute Label

Description

Value Constraints

Filter Name

Defines the name of the filter, used to reference the filter definition elsewhere in the deployment descriptor.

Attribute: FilterName

Configurable: yes

Readable: yes

Writable: yes

Description

Attribute: Description

Configurable: yes

Readable: yes

Writable: yes

Display Name

Attribute: DisplayName

Configurable: yes

Readable: yes

Writable: yes

Small Icon File Name

Attribute: SmallIconFileName

Configurable: yes

Readable: yes

Writable: yes

Large Icon File Name

Attribute: LargeIconFileName

Configurable: yes

Readable: yes

Writable: yes

Filter Class

The fully-qualified class name of the filter.

Attribute: FilterClass

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next