- EditableValueHolderStateHelper - Class in org.omnifaces.component
-
Helper class to save and restore state of an EditableValueHolder.
- EditableValueHolderStateHelper() - Constructor for class org.omnifaces.component.EditableValueHolderStateHelper
-
- ELContextWrapper - Class in org.omnifaces.el
-
Provides a simple implementation of ELContext that can
be sub-classed by developers wishing to provide specialized behavior
to an existing ELContext instance.
- ELContextWrapper() - Constructor for class org.omnifaces.el.ELContextWrapper
-
- ELContextWrapper(ELContext) - Constructor for class org.omnifaces.el.ELContextWrapper
-
- ELResolverWrapper - Class in org.omnifaces.el
-
Provides a simple implementation of ELResolver that can
be sub-classed by developers wishing to provide specialized behavior
to an existing ELResolver instance.
- ELResolverWrapper() - Constructor for class org.omnifaces.el.ELResolverWrapper
-
- ELResolverWrapper(ELResolver) - Constructor for class org.omnifaces.el.ELResolverWrapper
-
- encodeBegin(FacesContext) - Method in class org.omnifaces.component.output.ResourceInclude
-
Create a dispatcher for the resource given by the component's path attribute, catch its output and write it to
the JSF response writer.
- encodeChildren(FacesContext) - Method in class org.omnifaces.component.output.ConditionalComment
-
Encode the conditional comment.
- encodeChildren(FacesContext) - Method in class org.omnifaces.component.script.Highlight
-
Visit all components of the current UIForm, check if they are an instance of UIInput and are not
UIInput.isValid() and finally append them to an array in JSON format and render the script.
- encodeChildren(FacesContext) - Method in class org.omnifaces.component.script.OnloadScript
-
If there are any children and the current request is an ajax request, then add the script body as a callback
function to OmniFaces.Ajax.addRunOnceOnSuccess().
- encodeChildren(FacesContext) - Method in class org.omnifaces.component.tree.TreeFamily
-
- encodeChildren(FacesContext) - Method in class org.omnifaces.component.validator.ValidatorFamily
-
- encodeURL(String) - Static method in class org.omnifaces.el.functions.Strings
-
URL-encode the given string using UTF-8.
- entrySet() - Method in class org.omnifaces.util.MapWrapper
- equals(Object) - Method in class org.omnifaces.el.MethodExpressionValueExpressionAdapter
-
- equals(Object) - Method in class org.omnifaces.model.tree.ListTreeModel
-
- equals(Object) - Method in class org.omnifaces.util.MapWrapper
- escapeJS(String) - Static method in class org.omnifaces.el.functions.Strings
-
Escapes the given string according the JavaScript code rules.
- evaluateExpressionGet(String) - Static method in class org.omnifaces.util.Faces
-
Programmatically evaluate the given EL expression and return the evaluated value.
- Events - Class in org.omnifaces.util
-
Collection of utility methods for the JSF API with respect to working with Faces events.
- Exceptions - Class in org.omnifaces.util
-
Collection of general utility methods with respect to working with exceptions.
- ExtendedSelectItem - Class in org.omnifaces.model
-
This class extends the default SelectItem with several convenience methods.
- ExtendedSelectItem() - Constructor for class org.omnifaces.model.ExtendedSelectItem
-
Construct a SelectItem with no initialized property
values.
- ExtendedSelectItem(UISelectItem) - Constructor for class org.omnifaces.model.ExtendedSelectItem
-
Construct a SelectItem with property values initialized from the corresponding
properties on the UISelectItem.