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.
Web application properties, Servlet properties
The Java class that implements the filter.
The class name, for example:
com.foo.YourResponseFilter
An optional text description of the filter.
The descriptive text.
Initialization parameters for the filter.
A string of the form:
entry1, entry2, ...
Where entry1, entry2, and so forth are of the form:
(description=desc,value=value,name=name)
Where:
desc is an optional comment describing how the parameter is to be set.
value is the value of the parameter.
name is the parameter’s name.
Chapter 23, “Using Filters and Event Listeners,” in the EAServer Programmer’s Guide
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.
A file name.
The name that identifies this filter in the repository.
web-app/filter-name
Where:
web-app is the name of the Web application containing the filter.
filter-name is the filter name, as displayed in EAServer Manager.
For example:
WebTier/MyFilter
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.
A file name.
Copyright © 2005. Sybase Inc. All rights reserved. |