ComponentExtraHandler |
Handler that can be used by components which wish to receive various extra services.
|
Converter |
The <o:converter> is a taghandler that extends the standard <f:converter> tag
family with support for deferred value expressions in all attributes.
|
Converter.DeferredConverter |
So that we can have a serializable converter.
|
EnableRestorableView |
The <o:enableRestorableView> taghandler instructs the view handler to recreate the entire view
whenever the view has been expired, i.e.
|
IgnoreValidationFailed |
The <o:ignoreValidationFailed> taghandler allows the developer to ignore validation failures when
executing an UICommand action.
|
ImportConstants |
The <o:importConstants> taghandler allows the developer to have a mapping of all constant field
values of the given fully qualified name of a type in the request scope.
|
ImportFunctions |
The <o:importFunctions> taghandler allows the developer to have access to all functions of the
given fully qualified name of a type in the Facelet 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 |
The <o:methodParam> is a tag handler that can be used to pass a method expression as attribute
into a Facelets tag.
|
SkipValidators |
|
TagAttribute |
The <o:tagAttribute> is a tag handler that can be used to explicitly declare a tag attribute on
a Facelets tag file.
|
ValidateBean |
The <o:validateBean> allows the developer to control bean validation on a per- UICommand
or UIInput component basis, as well as validating a given bean at the class level.
|
ValidateUniqueColumn |
The <o:validateUniqueColumn> validates if the given UIInput component in an UIData
component has an unique value throughout all rows, also those not visible by pagination.
|
Validator |
The <o:validator> is a taghandler that extends the standard <f:validator> tag
family with support for deferred value expressions in all attributes.
|
Validator.DeferredValidator |
So that we can have a serializable validator.
|
ViewParamValidationFailed |
<o:viewParamValidationFailed> allows the developer to handle a view parameter validation failure
with either a redirect or an HTTP error status, optionally with respectively a flash message or HTTP error message.
|