Appendix B Repository Properties Reference
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 21, "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:
Chapter 21, "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:
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 © 2002 Sybase, Inc. All rights reserved. |
![]() |