3.8.1 Specifications of the HITACHI Filter Property file

The HITACHI Filter Property file has the following DOCTYPE declaration:

<!DOCTYPE hitachi-filter-property PUBLIC '-//Hitachi, Ltd.//DTD Filter Property 7.0//EN' 'file:///Cosminexus-installation-directory/CC/admin/dtds/hitachi-filter-property_7_0.dtd'>

The HITACHI Filter Property file is an xml file containing the following tags. Note that you can also use the earlier versions of the property file.

Tag nameOccurrence patternExplanation
<hitachi-filter-property>OnceSpecifies the root tag.

<description>#1Zero or more times#2Describes the filter.

<display-name>#1One or more times#2Specifies the display name of the filter.
Make sure you specify display-name with xml:lang property as en. Even if the display name of the corresponding resource is specified using the command argument, specify display-name with xml:lang as en.
1[Figure] character-string-length
There is no restriction on the characters to be used.
When multiple filters exist, specify a unique character string for each filter.

<icon>#1Zero or more times#2Defines the filter icons displayed on the Deploy tool.

<small-icon>Zero or onceSpecifies the file name for small icons (16[Figure] 16).

<large-icon>Zero or onceSpecifies the file name for large icons (32[Figure] 32).

<filter-name>OnceSpecifies the filter name.#3
When multiple filters exist, specify a unique character string for each filter.

<filter-class>OnceSpecifies the filter class name.#3
Specified from the package name when the package is defined.

<init-param>Zero or more timesDefines the initialization parameters.

<description>#1Zero or more times#2Describes the parameters.

<param-name>OnceSpecifies the name of the initialization parameter.
When multiple filter names exist, specify a unique character string for each filter.

<param-value>OnceSpecifies the initialization parameter value.

<method-observation-timeout>Zero or onceSpecifies the timeout value for monitoring the in-process methods among the common methods in the filter.
You can specify a value from 0 to 86400 (unit: seconds). When you specify 0, a timeout will not occur. The default value is 0.
#1
You can specify the xml:lang property. If the xml:lang property is not specified, en(English) is assumed. Note that you cannot specify multiple tags with the same xml:lang property.
#2
You cannot specify this tag multiple times for the WARs of Servlet 2.3 or earlier versions.
#3
Do not change the tag name, add or delete the tag, or change the value for the tags output with the cjgetappprop or cjgetresprop commands.