- Objects - Class in org.omnifaces.el.functions
-
Collection of EL functions for objects.
- of(String, WebAppManifest.Size...) - Static method in class org.omnifaces.resourcehandler.WebAppManifest.ImageResource
-
Creates image resource of given resource identifier and sizes.
- of(WebAppManifest.Platform, String) - Static method in class org.omnifaces.resourcehandler.WebAppManifest.RelatedApplication
-
Creates a related application of given platform and URL.
- of(WebAppManifest.Platform, String, String) - Static method in class org.omnifaces.resourcehandler.WebAppManifest.RelatedApplication
-
Creates a related application of given platform and URL and ID.
- of(int) - Static method in class org.omnifaces.resourcehandler.WebAppManifest.Size
-
Creates a size having same width and height of given value.
- of(int, int) - Static method in class org.omnifaces.resourcehandler.WebAppManifest.Size
-
Creates a size of given width and height.
- ofTypes(Class<?>...) - Method in class org.omnifaces.util.Components.ForEach
-
The types of the components that are to be visited
- OmniApplication - Class in org.omnifaces.application
-
This OmniFaces application extends the standard JSF application as follows:
Support for CDI in
Converter
s and
Validator
s, so that e.g.
- OmniApplication(Application) - Constructor for class org.omnifaces.application.OmniApplication
-
Construct a new OmniFaces application around the given wrapped application.
- OmniApplicationFactory - Class in org.omnifaces.application
-
This application factory takes care that the
OmniApplication
is properly initialized.
- OmniApplicationFactory(ApplicationFactory) - Constructor for class org.omnifaces.application.OmniApplicationFactory
-
Construct a new OmniFaces application factory around the given wrapped factory.
- OmniExternalContext - Class in org.omnifaces.context
-
This external context takes care that the
Flash
will be ignored during an unload request.
- OmniExternalContext(ExternalContext) - Constructor for class org.omnifaces.context.OmniExternalContext
-
Construct a new OmniFaces external context around the given wrapped external context.
- OmniExternalContextFactory - Class in org.omnifaces.context
-
- OmniExternalContextFactory(ExternalContextFactory) - Constructor for class org.omnifaces.context.OmniExternalContextFactory
-
Construct a new OmniFaces external context factory around the given wrapped factory.
- OmniFaces - Class in org.omnifaces.config
-
Collection of constants and utility methods for OmniFaces internals.
- OMNIFACES_DYNAMIC_FORM_ID - Static variable in class org.omnifaces.config.OmniFaces
-
Returns the "omnifaces_form" ID of dynamic form.
- OMNIFACES_EVENT_PARAM_NAME - Static variable in class org.omnifaces.config.OmniFaces
-
Returns the "omnifaces.event" request parameter name.
- OMNIFACES_LIBRARY_NAME - Static variable in class org.omnifaces.config.OmniFaces
-
Returns the "omnifaces" resource library name.
- OMNIFACES_SCRIPT_NAME - Static variable in class org.omnifaces.config.OmniFaces
-
Returns the "omnifaces.js" main script name.
- OmniMessages - Class in org.omnifaces.component.messages
-
The <o:messages>
is a component that extends the standard <h:messages>
with
the following new features:
- OmniMessages() - Constructor for class org.omnifaces.component.messages.OmniMessages
-
- OmniPartialViewContext - Class in org.omnifaces.context
-
This OmniFaces partial view context extends and improves the standard partial view context as follows:
Support for executing callback scripts by
PartialResponseWriter.startEval()
.
Support for adding arguments to an ajax response.
Any XML tags which Mojarra and MyFaces has left open after an exception in rendering of an already committed
ajax response, will now be properly closed.
- OmniPartialViewContext(PartialViewContext) - Constructor for class org.omnifaces.context.OmniPartialViewContext
-
Construct a new OmniFaces partial view context around the given wrapped partial view context.
- OmniPartialViewContextFactory - Class in org.omnifaces.context
-
- OmniPartialViewContextFactory(PartialViewContextFactory) - Constructor for class org.omnifaces.context.OmniPartialViewContextFactory
-
Construct a new OmniFaces partial view context factory around the given wrapped factory.
- OmniVersionResourceHandler - Class in org.omnifaces.resourcehandler
-
Appends OmniFaces version to resources with library name omnifaces
.
- OmniVersionResourceHandler(ResourceHandler) - Constructor for class org.omnifaces.resourcehandler.OmniVersionResourceHandler
-
- OmniViewHandler - Class in org.omnifaces.viewhandler
-
OmniFaces view handler.
- OmniViewHandler(ViewHandler) - Constructor for class org.omnifaces.viewhandler.OmniViewHandler
-
Construct a new OmniFaces view handler around the given wrapped view handler.
- onClose(Session, CloseReason) - Method in class org.omnifaces.cdi.push.SocketEndpoint
-
- oncomplete(String...) - Static method in class org.omnifaces.util.Ajax
-
Execute the given scripts on complete of the current ajax response.
- OnDemandResponseBufferFilter - Class in org.omnifaces.filter
-
Filter that wraps the response with one capable of buffering on command.
- OnDemandResponseBufferFilter() - Constructor for class org.omnifaces.filter.OnDemandResponseBufferFilter
-
- onError(Session, Throwable) - Method in class org.omnifaces.cdi.push.SocketEndpoint
-
Delegate exception to onClose.
- onEviction(K, V) - Method in interface org.omnifaces.util.concurrentlinkedhashmap.EvictionListener
-
A call-back notification that the entry was evicted.
- OnloadParam - Class in org.omnifaces.component.input
-
- OnloadParam() - Constructor for class org.omnifaces.component.input.OnloadParam
-
The constructor instructs JSF to register all scripts during the render response phase if necessary.
- OnloadScript - Class in org.omnifaces.component.script
-
The <o:onloadScript
is a component that extends the standard <h:outputScript>
which will be executed in the end of the HTML body (thus when all HTML elements are initialized in the HTML DOM tree)
and will re-execute its script body on every ajax request.
- OnloadScript() - Constructor for class org.omnifaces.component.script.OnloadScript
-
- onOpen(Session, EndpointConfig) - Method in class org.omnifaces.cdi.push.SocketEndpoint
-
- onStartup(Set<Class<?>>, ServletContext) - Method in class org.omnifaces.ApplicationInitializer
-
- openConnection(FacesContext, Resource) - Static method in class org.omnifaces.util.Utils
-
Returns connection to given resource, taking into account possibly buggy component libraries.
- org.omnifaces - package org.omnifaces
-
- org.omnifaces.application - package org.omnifaces.application
-
- org.omnifaces.cdi - package org.omnifaces.cdi
-
- org.omnifaces.cdi.beans - package org.omnifaces.cdi.beans
-
- org.omnifaces.cdi.config - package org.omnifaces.cdi.config
-
- org.omnifaces.cdi.contextparam - package org.omnifaces.cdi.contextparam
-
- org.omnifaces.cdi.converter - package org.omnifaces.cdi.converter
-
- org.omnifaces.cdi.cookie - package org.omnifaces.cdi.cookie
-
- org.omnifaces.cdi.eager - package org.omnifaces.cdi.eager
-
- org.omnifaces.cdi.param - package org.omnifaces.cdi.param
-
- org.omnifaces.cdi.push - package org.omnifaces.cdi.push
-
- org.omnifaces.cdi.validator - package org.omnifaces.cdi.validator
-
- org.omnifaces.cdi.viewscope - package org.omnifaces.cdi.viewscope
-
- org.omnifaces.component - package org.omnifaces.component
-
- org.omnifaces.component.input - package org.omnifaces.component.input
-
- org.omnifaces.component.input.componentidparam - package org.omnifaces.component.input.componentidparam
-
- org.omnifaces.component.messages - package org.omnifaces.component.messages
-
- org.omnifaces.component.model - package org.omnifaces.component.model
-
- org.omnifaces.component.output - package org.omnifaces.component.output
-
- org.omnifaces.component.output.cache.el - package org.omnifaces.component.output.cache.el
-
- org.omnifaces.component.script - package org.omnifaces.component.script
-
- org.omnifaces.component.search - package org.omnifaces.component.search
-
- org.omnifaces.component.tree - package org.omnifaces.component.tree
-
- org.omnifaces.component.util - package org.omnifaces.component.util
-
- org.omnifaces.component.validator - package org.omnifaces.component.validator
-
- org.omnifaces.config - package org.omnifaces.config
-
- org.omnifaces.context - package org.omnifaces.context
-
- org.omnifaces.converter - package org.omnifaces.converter
-
- org.omnifaces.el - package org.omnifaces.el
-
- org.omnifaces.el.functions - package org.omnifaces.el.functions
-
- org.omnifaces.event - package org.omnifaces.event
-
- org.omnifaces.eventlistener - package org.omnifaces.eventlistener
-
- org.omnifaces.exceptionhandler - package org.omnifaces.exceptionhandler
-
- org.omnifaces.facesviews - package org.omnifaces.facesviews
-
This package contains the classes for the OmniFaces FacesViews feature.
- org.omnifaces.filter - package org.omnifaces.filter
-
- org.omnifaces.io - package org.omnifaces.io
-
- org.omnifaces.model - package org.omnifaces.model
-
- org.omnifaces.model.tree - package org.omnifaces.model.tree
-
- org.omnifaces.renderer - package org.omnifaces.renderer
-
- org.omnifaces.resourcehandler - package org.omnifaces.resourcehandler
-
- org.omnifaces.servlet - package org.omnifaces.servlet
-
- org.omnifaces.taghandler - package org.omnifaces.taghandler
-
- org.omnifaces.util - package org.omnifaces.util
-
- org.omnifaces.util.cache - package org.omnifaces.util.cache
-
- org.omnifaces.util.concurrentlinkedhashmap - package org.omnifaces.util.concurrentlinkedhashmap
-
This package contains an implementation of a bounded
ConcurrentMap
data structure.
- org.omnifaces.util.copier - package org.omnifaces.util.copier
-
- org.omnifaces.util.selectitems - package org.omnifaces.util.selectitems
-
- org.omnifaces.validator - package org.omnifaces.validator
-
- org.omnifaces.viewhandler - package org.omnifaces.viewhandler
-
- OutputFamily - Class in org.omnifaces.component.output
-
Base class which is to be shared between all components of the Output family.
- OutputFamily() - Constructor for class org.omnifaces.component.output.OutputFamily
-
- OutputFormat - Class in org.omnifaces.component.output
-
The <o:outputFormat>
is a component that extends the standard <h:outputFormat>
with support for capturing the output and exposing it into the request scope by the variable name as specified by the
var
attribute.
- OutputFormat() - Constructor for class org.omnifaces.component.output.OutputFormat
-
- OutputLabel - Class in org.omnifaces.component.output
-
The <o:outputLabel>
is a component that extends the standard <h:outputLabel>
with support for automatically setting its value as the label of the component identified by its for
attribute (if any).
- OutputLabel() - Constructor for class org.omnifaces.component.output.OutputLabel
-
- overrideGlobalBeanValidationDisabled() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer.DefaultParamAnnotationLiteral
-