Class | Description |
---|---|
Converter |
The
<o:converter> basically extends the <f:converter> tag family with the
possibility to evaluate the value expression in all attributes on a per request basis instead of on a per view
build time basis. |
IgnoreValidationFailed |
The
<o:ignoreValidationFailed> allows the developer to ignore validation failures when
executing an UICommand action. |
ImportConstants |
The
<o:importConstants> allows the developer to have a mapping of all constant field values of
the given fully qualified name of a type in the EL scope. |
MethodParam |
This handler wraps a value expression that's actually a method expression by another value expression that returns a method expression
that gets the value of first value expression, which as "side-effect" executes the original method expression.
|
Validator |
The
<o:validator> basically extends the <f:validator> tag family with the
possibility to evaluate the value expression in all attributes on a per request basis instead of on a per view
build time basis. |