This tag applies a single filter or an arbitrary filter chain, specified through a unique name. You can add request params that get translated into filter properties and are set where applicable.
Parameter | Description | Required | Allowed Values | Default |
---|---|---|---|---|
chain | The chain name follows the java package/class naming syntax, i.e com.mycorp.filters.MyFilter . This
is resolved by the filterchain factories. | Yes | [class names] | n/a |
properties | HTTP query string properties, concatenated with &, i.e. &text=blah&color=ff0000 | No | Query string params | n/a |
id | HTML id attribute. | No | [CData] | n/a |
image | Image source URI. | Yes | [URI] | n/a |
encode | Encoding format for the resulting image. | No | [png , gif , jpg , tif , bmp] | Source image format |
width | Image width. | No | [CData] | n/a |
height | Image height. | No | [CData] | n/a |
title | Image title shown on tooltips. | No | [CData] | n/a |
border | Image border width. | No | [CData] | n/a |
cssClass | css class applied to the image tag. | No | [CData] | n/a |
cssStyle | css style directly applied to the image tag. | No | [CData] | n/a |
onclick | Javascript handling for this event. | No | [Javascript] | n/a |
ondblclick | Javascript handling for this event. | No | [Javascript] | n/a |
onmousedown | Javascript handling for this event. | No | [Javascript] | n/a |
onmouseup | Javascript handling for this event. | No | [Javascript] | n/a |
onmouseover | Javascript handling for this event. | No | [Javascript] | n/a |
onmousemove | Javascript handling for this event. | No | [Javascript] | n/a |
onmouseout | Javascript handling for this event. | No | [Javascript] | n/a |
onkeydown | Javascript handling for this event. | No | [Javascript] | n/a |
onkeyup | Javascript handling for this event. | No | [Javascript] | n/a |