フィルタ属性ファイルとDeployment Descriptorの対応を次に示します。
フィルタ属性ファイル | Deployment Descriptor | |||||||
---|---|---|---|---|---|---|---|---|
タグ名 | 出現パターン | タグ名 | 出現パターン | |||||
<hitachi-filter-property> | 1回 | <web-app> | 1回 | |||||
┃ ┃ | (省略) | - | ┃ ┃ | (省略) | - | |||
┃ ┃ | - | - | ┗ | <filter> | 0回以上 | |||
┣ ┃ | <icon> | 0回以上 | ┣ ┃ | <icon> | 0回以上 | |||
┃ ┃ | ┣ ┃ | <small-icon> | 0または1回 | ┃ ┃ | ┣ ┃ | <small-icon> | 0または1回 | |
┃ ┃ | ┗ | <large-icon> | 0または1回 | ┃ ┃ | ┗ | <large-icon> | 0または1回 | |
┣ ┃ | <filter-name> | 1回 | ┣ ┃ | <filter-name> | 1回 | |||
┣ ┃ | <display-name> | 1回以上 | ┣ ┃ | <display-name> | 0回以上 | |||
┣ ┃ | <description> | 0回以上 | ┣ ┃ | <description> | 0回以上 | |||
┣ ┃ | <filter-class> | 1回 | ┣ ┃ | <filter-class> | 1回 | |||
┗ | <init-param> | 0回以上 | ┗ | <init-param> | 0回以上 | |||
┣ ┃ | <param-name> | 1回 | ┣ ┃ | <param-name> | 1回 | |||
┣ ┃ | <param-value> | 1回 | ┣ ┃ | <param-value> | 1回 | |||
┗ | <description> | 0回以上 | ┗ | <description> | 0回以上 |