A B C D E F G H I J K L M N O P Q R S T U V W X Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
E
- Eager - Annotation Type in org.omnifaces.cdi
-
The CDI annotation
@
Eager
specifies that a scoped bean is to be eagerly instantiated. - EagerBeansPhaseListener - Class in org.omnifaces.cdi.eager
-
A PhaseListener that instantiates eager request/view beans by Faces view ID.
- EagerBeansPhaseListener() - Constructor for class org.omnifaces.cdi.eager.EagerBeansPhaseListener
-
Construct eager beans phase listener.
- 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
- 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
-
Helper class to save and restore state of an
EditableValueHolder
. - EditableValueHolderStateHelper() - Constructor for class org.omnifaces.component.EditableValueHolderStateHelper
- EDUCATION - org.omnifaces.resourcehandler.WebAppManifest.Category
- ELContextWrapper - Class in org.omnifaces.el
- ELContextWrapper(ELContext) - Constructor for class org.omnifaces.el.ELContextWrapper
-
Construct EL context wrapper.
- 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 existingELResolver
instance. - ELResolverWrapper(ELResolver) - Constructor for class org.omnifaces.el.ELResolverWrapper
-
Construct EL resolver wrapper.
- 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.
- encode(Object, UnaryOperator<String>) - Static method in class org.omnifaces.util.Json
-
Does the same as
Json.encode(Object)
but then with a custom property name formatter. - encodeAll(FacesContext) - Method in class org.omnifaces.component.tree.TreeNodeItem
-
Suppress default behavior of
TreeNodeItem.encodeAll(FacesContext)
(which also checksUIComponentBase.isRendered()
) by delegating directly toTreeFamily.encodeChildren(FacesContext)
. - encodeBase64(String) - Static method in class org.omnifaces.el.functions.Strings
-
Base64-encode the given string.
- 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.Link
- 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 Faces response writer.
- encodeBegin(FacesContext) - Method in class org.omnifaces.component.output.SitemapUrl
-
Renders the start of the
<url>
parent element. - encodeBegin(FacesContext) - Method in class org.omnifaces.component.script.OnloadScript
-
If the current request is not an ajax request with partial rendering, then encode begin.
- encodeBegin(FacesContext) - Method in class org.omnifaces.component.script.ScriptFamily
-
If this component is rendered, then start the
<script>
element. - encodeBegin(FacesContext, UIComponent) - Method in class org.omnifaces.renderer.CriticalStylesheetRenderer
-
Writes a
<link rel="preload" as="style">
element with ahref
attribute representingResource.getRequestPath()
. - encodeBegin(FacesContext, UIComponent) - Method in class org.omnifaces.renderer.DeferredScriptRenderer
-
Writes a
<script>
element which callsOmniFaces.DeferredScript.add
with as arguments the script URL and, if any, the onbegin, onsuccess and/or onerror callbacks. - encodeChangeFrequency(FacesContext) - Method in class org.omnifaces.component.output.SitemapUrl
-
Renders the
<changefreq>
child element with the value ofSitemapUrl.getChangeFrequency()
, if any. - encodeChildren(FacesContext) - Method in class org.omnifaces.cdi.push.Socket
-
First check if the web socket endpoint is enabled in
web.xml
and the channel name and scope is valid, then register it inSocketChannelManager
and get the channel ID, then render theinit()
script. - 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.output.SitemapUrl
- encodeChildren(FacesContext) - Method in class org.omnifaces.component.script.Highlight
-
Visit all components of the current
UIForm
, check if they are an instance ofUIInput
and are notUIInput.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
-
Calls
TreeFamily.validateHierarchy()
when project stage isDevelopment
and then callsTreeFamily.process(FacesContext, PhaseId)
withPhaseId.RENDER_RESPONSE
. - encodeChildren(FacesContext) - Method in class org.omnifaces.component.validator.ValidatorFamily
- encodeChildren(FacesContext, UIComponent) - Method in class org.omnifaces.renderer.InlineResourceRenderer
-
Obtain the resource, construct a
Reader
around it using the character encoding as obtained from the response writer and then invokeInlineResourceRenderer.startElement(ResponseWriter, UIComponent)
,InlineResourceRenderer.writeResource(Reader, ResponseWriter)
andInlineResourceRenderer.endElement(ResponseWriter)
in sequence. - 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
andaccept
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 thevar
attribute value as variable name. - encodeEnd(FacesContext) - Method in class org.omnifaces.component.output.SitemapUrl
-
Renders the end of the
<url>
parent element. - encodeEnd(FacesContext) - Method in class org.omnifaces.component.output.Url
- encodeEnd(FacesContext) - Method in class org.omnifaces.component.script.OnloadScript
-
If the current request is not an ajax request with partial rendering, then encode end.
- encodeEnd(FacesContext) - Method in class org.omnifaces.component.script.ScriptFamily
-
If this component is rendered, then end the
<script>
element. - encodeEnd(FacesContext, UIComponent) - Method in class org.omnifaces.renderer.CriticalStylesheetRenderer
-
Ends the
<link>
and writes a<noscript>
with a "plain vanilla"<link rel="stylesheet">
- encodeEnd(FacesContext, UIComponent) - Method in class org.omnifaces.renderer.DeferredScriptRenderer
- 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.
- encodeLastModified(FacesContext) - Method in class org.omnifaces.component.output.SitemapUrl
-
Renders the
<lastmod>
child element with the value ofSitemapUrl.getLastModified()
, if any. - encodeLocation(FacesContext) - Method in class org.omnifaces.component.output.SitemapUrl
-
Renders the
<loc>
child element with either the value ofSitemapUrl.getValue()
, or the value ofSitemapUrl.getViewId()
andSitemapUrl.getDomain()
combined. - encodeMessage(FacesContext, OmniMessages, FacesMessage, 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. - encodePriority(FacesContext) - Method in class org.omnifaces.component.output.SitemapUrl
-
Renders the
<priority>
child element with the value ofSitemapUrl.getPriority()
, if any. - encodeURI(String) - Static method in class org.omnifaces.el.functions.Strings
-
URI-encode the given string using UTF-8.
- 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.
- endCDATA() - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
- endDocument() - 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
- endElement(String) - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
- endsWithOneOf(String, String...) - Static method in class org.omnifaces.util.Utils
-
Returns
true
if the given string ends with one of the given suffixes. - ENTERTAINMENT - org.omnifaces.resourcehandler.WebAppManifest.Category
- entrySet() - Method in class org.omnifaces.util.cache.LruCache
- entrySet() - Method in class org.omnifaces.util.MapWrapper
- environment(String, String) - Method in class org.omnifaces.util.JNDIObjectLocator.JNDIObjectLocatorBuilder
-
Adds an environment property.
- environment(Map<String, String>) - Method in class org.omnifaces.util.JNDIObjectLocator.JNDIObjectLocatorBuilder
-
Specifies the environment to be passed into
InitialContext
. - equals(Object) - Method in class org.omnifaces.cdi.config.DateProducer.TemporalDate
-
Returns
ZonedDateTime.equals(Object)
- 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.resourcehandler.WebAppManifest.ImageResource
- equals(Object) - Method in class org.omnifaces.resourcehandler.WebAppManifest.RelatedApplication
- equals(Object) - Method in class org.omnifaces.resourcehandler.WebAppManifest.Screenshot
- equals(Object) - Method in class org.omnifaces.resourcehandler.WebAppManifest.Shortcut
- equals(Object) - Method in class org.omnifaces.resourcehandler.WebAppManifest.Size
- equals(Object) - Method in class org.omnifaces.util.MapWrapper
- equals(Object) - Method in class org.omnifaces.util.Reflection.PropertyPath
- error() - Method in class org.omnifaces.util.Messages.Message
-
Set the severity of the current message to ERROR.
- ERROR_PAGE_ERROR - org.omnifaces.exceptionhandler.FullAjaxExceptionHandler.LogReason
-
Another exception occurred during rendering error page.
- 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(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
- evaluateExpressionGet(String) - Static method in class org.omnifaces.util.Faces
-
Programmatically evaluate the given EL expression and return the evaluated value.
- evaluateExpressionSet(FacesContext, String, Object) - 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.
- EVENT_VALUE - Static variable in class org.omnifaces.component.input.HashParam
-
The omnifaces event value, which is "setHashParamValues".
- EVENT_VALUE - Static variable in class org.omnifaces.component.input.ScriptParam
-
The omnifaces event value, which is "setScriptParamValues".
- Events - Class in org.omnifaces.util
-
Collection of utility methods for the Faces API with respect to working with system and phase events.
- EXCEPTION_HANDLED - org.omnifaces.exceptionhandler.FullAjaxExceptionHandler.LogReason
-
An exception occurred during processing Faces ajax request.
- EXCEPTION_UUID - Static variable in class org.omnifaces.exceptionhandler.FullAjaxExceptionHandler
-
The request attribute name of the UUID of the thrown exception which is logged by both
FullAjaxExceptionHandler
andFacesExceptionFilter
. - Exceptions - Class in org.omnifaces.util
-
Collection of general utility methods with respect to working with exceptions.
- ExceptionSuppressor - Class in org.omnifaces.exceptionhandler
-
The
ExceptionSuppressor
will suppress all exceptions which are an instance of the types as listed in context parameter "org.omnifaces.EXCEPTION_TYPES_TO_SUPPRESS" and refresh the current page by redirecting to the current URL with query string. - ExceptionSuppressor(ExceptionHandler) - Constructor for class org.omnifaces.exceptionhandler.ExceptionSuppressor
-
Construct a new exception suppressor around the given wrapped exception handler.
- ExceptionSuppressor(ExceptionHandler, Class<? extends Throwable>...) - Constructor for class org.omnifaces.exceptionhandler.ExceptionSuppressor
-
Construct a new exception suppressor around the given wrapped exception handler and using the given array of exception types to suppress.
- ExceptionSuppressorFactory - Class in org.omnifaces.exceptionhandler
-
This exception handler factory needs to be registered as follows in
faces-config.xml
to get theExceptionSuppressor
to run: - ExceptionSuppressorFactory(ExceptionHandlerFactory) - Constructor for class org.omnifaces.exceptionhandler.ExceptionSuppressorFactory
-
Construct a new view expired exception handler factory around the given wrapped factory.
- 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 theUISelectItem
. - EXTENSION_SEPARATOR - Static variable in class org.omnifaces.util.ResourcePaths
-
The extension separator, a period
.
. - ExtensionAction - Enum in org.omnifaces.facesviews
-
The action that is done when a Faces Views request with an extension is done.
- extract(Throwable, Class<T>) - Static method in class org.omnifaces.util.Exceptions
-
Returns the first encountered exception of the given type while cascading into the given exception, or
null
if no such exception is found.
All Classes All Packages