Class | Description |
---|---|
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 |
The
<o:skipValidators> taghandler allows the developer to entirely skip validation when
executing an UICommand or ClientBehaviorHolder action. |
TagAttribute |
The
<o:tagAttribute> is a tag handler that can be used to explicitly declare a tag attribute on
a Facelets tag file. |
ValidateBean | |
ValidateBean.CollectingValidator | |
ValidateUniqueColumn | |
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. |
Copyright © 2012–2020 OmniFaces. All rights reserved.