Package org.omnifaces.taghandler

Class Summary
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.
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 The <o:validateBean> allows the developer to control bean validation on a per-UICommand or UIInput component basis.
ValidateUniqueColumn 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> 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.