Module org.omnifaces
Package org.omnifaces.taghandler
-
Class Summary 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. wheneverViewHandler.restoreView(FacesContext, String)returnsnulland the current request is a postback.IgnoreValidationFailed The<o:ignoreValidationFailed>taghandler allows the developer to ignore validation failures when executing anUICommandaction.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.ImportConstants.ConstantsMap Specific map implementation which wraps the given map inCollections.unmodifiableMap(Map)and throws anIllegalArgumentExceptioninImportConstants.ConstantsMap.get(Object)method when the key doesn't exist at all.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.xmlfile.LoadBundle The<o:loadBundle>taghandler basically extends the standard<f:loadBundle>with a newloaderattribute allowing you to explicitly set the desiredClassLoaderwhere the resource bundle should be looked up.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 anUICommandorClientBehaviorHolderaction.TagAttribute The<o:tagAttribute>is a tag handler that can be used to explicitly declare a tag attribute on a Facelets tag file.ValidateBean 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.