- Eager - Annotation Type in org.omnifaces.cdi
-
The CDI annotation
@
Eager
specifies that a scoped bean is to be eagerly instantiated.
- EagerBeans() - Constructor for class org.omnifaces.cdi.eager.EagerBeansRepository.EagerBeans
-
- EagerBeansFilter - Class in org.omnifaces.cdi.eager
-
- EagerBeansFilter() - Constructor for class org.omnifaces.cdi.eager.EagerBeansFilter
-
- EagerBeansPhaseListener - Class in org.omnifaces.cdi.eager
-
A PhaseListener that instantiates eager request/view beans by JSF view ID.
- EagerBeansPhaseListener() - Constructor for class org.omnifaces.cdi.eager.EagerBeansPhaseListener
-
- EagerBeansRepository - Class in org.omnifaces.cdi.eager
-
Bean repository via which various types of eager beans can be instantiated on demand.
- EagerBeansRepository() - Constructor for class org.omnifaces.cdi.eager.EagerBeansRepository
-
- EagerBeansRepository.EagerBeans - Class in org.omnifaces.cdi.eager
-
- EagerBeansWebListener - Class in org.omnifaces.cdi.eager
-
A web listener that instantiates eager session beans and request/view beans by request URI.
- EagerBeansWebListener() - Constructor for class org.omnifaces.cdi.eager.EagerBeansWebListener
-
- EagerExtension - Class in org.omnifaces.cdi.eager
-
CDI extension that collects beans annotated with
@
Eager
.
- EagerExtension() - Constructor for class org.omnifaces.cdi.eager.EagerExtension
-
- EditableValueHolderStateHelper - Class in org.omnifaces.component
-
- 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
-
- EnableRestorableView - Class in org.omnifaces.taghandler
-
The <o:enableRestorableView>
taghandler instructs the view handler to recreate the entire view
whenever the view has been expired, i.e.
- EnableRestorableView(TagConfig) - Constructor for class org.omnifaces.taghandler.EnableRestorableView
-
The tag constructor.
- encode(Object) - Static method in class org.omnifaces.util.Json
-
Encodes the given object as JSON.
- encodeAll(FacesContext) - Method in class org.omnifaces.component.tree.TreeNodeItem
-
- encodeBegin(FacesContext) - Method in class org.omnifaces.component.input.Form
-
- encodeBegin(FacesContext) - Method in class org.omnifaces.component.output.ConditionalComment
-
- encodeBegin(FacesContext) - Method in class org.omnifaces.component.output.GraphicImage
-
- encodeBegin(FacesContext) - Method in class org.omnifaces.component.output.OutputFormat
-
If the var
attribute is set, start capturing the output.
- 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.
- encodeBegin(FacesContext) - Method in class org.omnifaces.component.script.CommandScript
-
Write a <span><script>
with therein the script function which allows the end-user to
execute a JSF ajax request by a just script function call functionName()
in the JavaScript context.
- encodeBegin(FacesContext) - Method in class org.omnifaces.component.script.OnloadScript
-
If this component is rendered, and the current request is not an ajax request with partial rendering, then start
the <script>
element.
- encodeBegin(FacesContext, UIComponent) - Method in class org.omnifaces.renderer.DeferredScriptRenderer
-
Writes a <script>
element which calls OmniFaces.DeferredScript.add
with as
arguments the script URL and, if any, the onbegin, onsuccess and/or onerror callbacks.
- encodeChildren(FacesContext) - Method in class org.omnifaces.component.output.Cache
-
- encodeChildren(FacesContext) - Method in class org.omnifaces.component.output.Param
-
- 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.tree.TreeFamily
-
- encodeChildren(FacesContext) - Method in class org.omnifaces.component.validator.ValidatorFamily
-
- encodeChildren(FacesContext, UIComponent) - Method in class org.omnifaces.renderer.InlineResourceRenderer
-
- encodeChildren(FacesContext, UIComponent) - Method in class org.omnifaces.renderer.MessagesRenderer
-
- encodeEmptyMessages(FacesContext, OmniMessages) - Method in class org.omnifaces.renderer.MessagesRenderer
-
Encode the case when there are no messages.
- encodeEnd(FacesContext) - Method in class org.omnifaces.component.input.InputFile
-
This override will render multiple
, directory
and accept
attributes
accordingly.
- encodeEnd(FacesContext) - Method in class org.omnifaces.component.output.ConditionalComment
-
- encodeEnd(FacesContext) - Method in class org.omnifaces.component.output.GraphicImage
-
- encodeEnd(FacesContext) - Method in class org.omnifaces.component.output.OutputFormat
-
If the var
attribute is set, stop capturing the output and expose it in request scope by the
var
attribute value as variable name.
- encodeEnd(FacesContext) - Method in class org.omnifaces.component.output.Url
-
- encodeEnd(FacesContext) - Method in class org.omnifaces.component.script.CommandScript
-
- encodeEnd(FacesContext) - Method in class org.omnifaces.component.script.OnloadScript
-
If this component is rendered, and the current request is not an ajax request with partial rendering, then end
the <script>
element.
- encodeEnd(FacesContext, UIComponent) - Method in class org.omnifaces.renderer.DeferredScriptRenderer
-
- encodeFunction(FacesContext, String) - Method in class org.omnifaces.component.script.CommandScript
-
Encode the script function.
- encodeHtml(UIComponent) - Static method in class org.omnifaces.util.Components
-
Encodes the given component locally as HTML, with UTF-8 character encoding, independently from the current view.
- encodeMessage(FacesContext, OmniMessages, FacesMessage, boolean, boolean, boolean, boolean, boolean) - Method in class org.omnifaces.renderer.MessagesRenderer
-
Encode a single faces message.
- encodeMessages(FacesContext, OmniMessages, List<FacesMessage>, boolean) - Method in class org.omnifaces.renderer.MessagesRenderer
-
Encode the case when the faces messages are to be rendered as either a HTML table or a HTML list.
- encodeMessagesRepeater(FacesContext, OmniMessages, List<FacesMessage>) - Method in class org.omnifaces.renderer.MessagesRenderer
-
Encode the case when the var
attribute is specified.
- encodeOneventOption(FacesContext, String, String) - Method in class org.omnifaces.component.script.CommandScript
-
Create an option for the onevent
function which contains the onbegin
and
oncomplete
scripts.
- encodeOptions(FacesContext) - Method in class org.omnifaces.component.script.CommandScript
-
Encode the JS object which holds the jsf.ajax.request options, such as additional request parameters from
<f:param>
, the values of execute
and render
attributes and the
onevent
function which contains the onbegin
and oncomplete
scripts.
- encodeURI(String) - Static method in class org.omnifaces.util.Utils
-
URI-encode the given string using UTF-8.
- encodeURL(String) - Static method in class org.omnifaces.el.functions.Strings
-
URL-encode the given string using UTF-8.
- encodeURL(String) - Static method in class org.omnifaces.util.Utils
-
URL-encode the given string using UTF-8.
- END_CONTENT_MARKER - Static variable in class org.omnifaces.component.output.Cache
-
- endCDATA() - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
-
- endDocument() - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
-
- endElement(String) - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
-
- endElement(ResponseWriter) - Method in class org.omnifaces.renderer.InlineResourceRenderer
-
End the element.
- endElement(ResponseWriter) - Method in class org.omnifaces.renderer.InlineScriptRenderer
-
- endElement(ResponseWriter) - Method in class org.omnifaces.renderer.InlineStylesheetRenderer
-
- entrySet() - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
-
- entrySet() - Method in class org.omnifaces.util.MapWrapper
-
- entrySingleton() - Static method in class org.omnifaces.util.concurrentlinkedhashmap.Weighers
-
A weigher where an entry has a weight of 1.
- EntryWeigher<K,V> - Interface in org.omnifaces.util.concurrentlinkedhashmap
-
A class that can determine the weight of an entry.
- equals(Object) - Method in class org.omnifaces.cdi.push.SocketEvent
-
- equals(Object) - Method in class org.omnifaces.component.output.cache.el.CachingValueExpression
-
- equals(Object) - Method in class org.omnifaces.el.MethodExpressionValueExpressionAdapter
-
- equals(Object) - Method in class org.omnifaces.el.ReadOnlyValueExpression
-
- equals(Object) - Method in class org.omnifaces.el.ValueExpressionWrapper
-
- equals(Object) - Method in class org.omnifaces.model.tree.AbstractTreeModel
-
- equals(Object) - Method in class org.omnifaces.resourcehandler.CombinedResourceInfo
-
Returns true if the given object is also an instance of
CombinedResourceInfo
and its ID equals to the
ID of the current combined resource info instance.
- equals(Object) - Method in class org.omnifaces.resourcehandler.RemappedResource
-
- equals(Object) - Method in class org.omnifaces.resourcehandler.ResourceIdentifier
-
- equals(Object) - Method in class org.omnifaces.util.MapWrapper
-
- error() - Method in class org.omnifaces.util.Messages.Message
-
Set the severity of the current message to ERROR.
- escapeJS(String) - Static method in class org.omnifaces.el.functions.Strings
-
Escapes the given string according the JavaScript code rules.
- escapeJS(String, boolean) - Static method in class org.omnifaces.util.Utils
-
Escapes the given string according the JavaScript code rules.
- evalAttribute(UIComponent, String) - Static method in class org.omnifaces.el.functions.Components
-
Evaluates an attribute of a component by first checking if there's a value expression associated with it, and only if there isn't one
look at a component property with that name.
- evaluateExpressionGet(String) - Static method in class org.omnifaces.util.Faces
-
Programmatically evaluate the given EL expression and return the evaluated value.
- evaluateExpressionGet(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
- evaluateExpressionSet(String, Object) - Static method in class org.omnifaces.util.Faces
-
Programmatically evaluate the given EL expression and set the given value.
- evaluateExpressionSet(FacesContext, String, Object) - Static method in class org.omnifaces.util.FacesLocal
- Events - Class in org.omnifaces.util
-
Collection of utility methods for the JSF API with respect to working with system and phase events.
- EvictionListener<K,V> - Interface in org.omnifaces.util.concurrentlinkedhashmap
-
A listener registered for notification when an entry is evicted.
- Exceptions - Class in org.omnifaces.util
-
Collection of general utility methods with respect to working with exceptions.
- ExpressionInspector - Class in org.omnifaces.el
-
This class contains methods that inspect expressions to reveal information about them.
- 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
.
- ExtensionAction - Enum in org.omnifaces.facesviews
-
The action that is done when a Faces Views request with an extension is done.