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. |
Converter.RenderTimeConverter |
So that we can have a serializable converter.
|
EnableRestorableView |
The
<o:enableRestorableView> instructs the view handler to recreate the entire view whenever the
view has been expired, i.e. |
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. |
ImportFunctions |
The
<o:importFunctions> allows the developer to have access to all functions of the given
fully qualified name of a type in the EL scope using the usual EL functions syntax without the need to register them
in .taglib.xml file. |
MassAttribute |
The <o:massAttribute> sets an attribute of the given name and value on all nested components,
if they don't already have an attribute set.
|
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.
|
ValidateBean | |
ValidateUniqueColumn | |
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. |
Validator.RenderTimeValidator |
So that we can have a serializable validator.
|