Filter properties

Description

Filter properties begin with com.sybase.jaguar.filter. A filter is a Java class that can be used in a Web application to filter the HTTP response returned to Web clients. For information on implementing filters, see Chapter 23, “Using Filters and Event Listeners,” in the EAServer Programmer’s Guide.

See also

Web application properties, Servlet properties




com.sybase.jaguar.filter.class

Description

The Java class that implements the filter.

Syntax

The class name, for example:

com.foo.YourResponseFilter



com.sybase.jaguar.filter.description

Description

An optional text description of the filter.

Syntax

The descriptive text.




com.sybase.jaguar.filter.init-param

Description

Initialization parameters for the filter.

Syntax

A string of the form:

entry1, entry2, ...

Where entry1, entry2, and so forth are of the form:

(description=desc,value=value,name=name)

Where:

See also

Chapter 23, “Using Filters and Event Listeners,” in the EAServer Programmer’s Guide




com.sybase.jaguar.filter.large-icon

Description

Specifies the name of the large icon file associated with the filter. This property is not used in EAServer, but accommodated to comply with the Servlet 2.3 Web archive descriptor.

Syntax

A file name.




com.sybase.jaguar.filter.name

Description

The name that identifies this filter in the repository.

Syntax

web-app/filter-name

Where:

For example:

WebTier/MyFilter



com.sybase.jaguar.filter.small-icon

Description

Specifies the name of the small icon file associated with the filter. This property is not used in EAServer, but accommodated to comply with the Servlet 2.3 Web archive descriptor.

Syntax

A file name.