The <functions> Element
Purpose
The <functions> element is used to register the public, static methods of a class for use in EL expressions of dynamic attributes.
Attributes
| Name | Type | Description |
|---|---|---|
| class | CDATA | Required - The fully qualified class name. |
| prefix | NMTOKEN | Required - The prefix used in expressions to refer to methods of the class given by the class attribute. |
Body
The <functions> element has no body.


