Tag Summary |
enumStringConverter | Register a converter for Enum types on the enclosing value holder. This converter differs from the stock Enum converter in that this converter uses the result of the toString() method on each value to determine the string value, as opposed to using the value name. |
filter | Filter a collection, map, or array and store the result into an EL expression. |
inputFile | Upload a file from the client to the server. Note: this element must be enclosed within a form whose enctype is set to multipart/form-data in order for it to work properly. Also, be aware that using a target type other than stream or reader on large files can be severely detrimental to performance. |
inputHidden | Render an HTML 'input' element of type 'text'. Specifies a separate target EL expression from the input value. |
loadProperties | Load properties from a properties file. |
pager | Calculate paging information for use by another component. |
repeat | Repeat the content a given number of times. |
reverse | Reverse a collection or array and store the result into an EL expression. |
sort | Sort a collection or array and store the result into an EL expression. |