- data(String, Object) - Static method in class org.omnifaces.util.Ajax
-
Add the given data argument to the current ajax response.
- data(Object...) - Static method in class org.omnifaces.util.Ajax
-
Add the given data arguments to the current ajax response.
- data(Map<String, Object>) - Static method in class org.omnifaces.util.Ajax
-
Add the given mapping of data arguments to the current ajax response.
- DateProducer - Class in org.omnifaces.cdi.config
-
Producer for #{startup}
and #{now}
.
- DateProducer() - Constructor for class org.omnifaces.cdi.config.DateProducer
-
- Dates - Class in org.omnifaces.el.functions
-
Collection of EL functions for date and time: of:formatDate()
, of:formatDateWithTimezone()
,
of:addXxx()
like of:addDays()
, of:xxxBetween()
like of:daysBetween()
,
of:getMonths()
, of:getShortMonths()
, of:getDaysOfWeek()
, of:getShortDaysOfWeek()
,
of:getMonth()
, of:getShortMonth()
, of:getDayOfWeek()
and of:getShortDayOfWeek()
.
- daysBetween(D, D) - Static method in class org.omnifaces.el.functions.Dates
-
Returns the amount of days between two given dates.
- decode(FacesContext) - Method in class org.omnifaces.cdi.push.Socket
-
- decode(FacesContext) - Method in class org.omnifaces.component.input.ComponentIdParam
-
- decode(FacesContext) - Method in class org.omnifaces.component.input.InputFile
-
This override checks if client side validation on maxsize has failed and if multi file upload is enabled.
- decode(FacesContext) - Method in class org.omnifaces.component.input.InputHidden
-
This override performs decode, validate and update at once.
- decode(FacesContext) - Method in class org.omnifaces.component.script.CommandScript
-
Deprecated.
If this command script was invoked, queue the
ActionEvent
accordingly.
- decodeAll(FacesContext) - Method in class org.omnifaces.component.input.HashParam
-
- decodeAll(FacesContext) - Method in class org.omnifaces.component.input.OnloadParam
-
- decodeAll(FacesContext) - Method in class org.omnifaces.component.input.ScriptParam
-
- decodeImmediately(FacesContext, String) - Method in class org.omnifaces.component.input.OnloadParam
-
This basically acts as if immediate=true is set to save lifecycle overhead.
- decodeURL(String) - Static method in class org.omnifaces.util.Utils
-
URL-decode the given string using UTF-8.
- decorateResource(Resource, String, String) - Method in class org.omnifaces.resourcehandler.CDNResourceHandler
-
If the given resource is not null
and the CDN resource handler is not (conditionally) disabled for
the current request, then the CDN resources will be consulted if any CDN URL is available for the given resource.
- decorateResource(Resource, String, String) - Method in class org.omnifaces.resourcehandler.DefaultResourceHandler
-
Decorate the given resource.
- decorateResource(Resource) - Method in class org.omnifaces.resourcehandler.DefaultResourceHandler
-
Decorate the given resource.
- decorateResource(Resource) - Method in class org.omnifaces.resourcehandler.OmniVersionResourceHandler
-
- decorateResource(Resource, String, String) - Method in class org.omnifaces.resourcehandler.PWAResourceHandler
-
- decorateResource(Resource, String, String) - Method in class org.omnifaces.resourcehandler.SourceMapResourceHandler
-
- decorateResource(Resource) - Method in class org.omnifaces.resourcehandler.UnmappedResourceHandler
-
If the given resource is not null
, then decorate it as an unmapped resource.
- DEFAULT_CACHE_PARAM_NAME - Static variable in class org.omnifaces.util.cache.CacheInstancePerScopeProvider
-
- DEFAULT_MAX_ACTIVE_VIEW_SCOPES - Static variable in class org.omnifaces.cdi.viewscope.ViewScopeManager
-
Default value of maximum active view scopes in session.
- DEFAULT_SCOPE - Static variable in class org.omnifaces.component.output.Cache
-
- DEFAULT_SCOPE - Static variable in class org.omnifaces.component.util.MoveComponent
-
- DEFAULT_SCOPE - Static variable in class org.omnifaces.component.util.ResolveComponent
-
- DefaultCache - Class in org.omnifaces.util.cache
-
An in-memory cache implementation that's used if the user did not configure an explicit caching provider.
- DefaultCache(Integer, Integer) - Constructor for class org.omnifaces.util.cache.DefaultCache
-
- DefaultCacheProvider - Class in org.omnifaces.util.cache
-
A default cache provider that will be used by the OmniFaces Cache component if no explicit provider has been
configured.
- DefaultCacheProvider() - Constructor for class org.omnifaces.util.cache.DefaultCacheProvider
-
- DefaultExceptionHandlerFactory - Class in org.omnifaces.exceptionhandler
-
- DefaultExceptionHandlerFactory(ExceptionHandlerFactory) - Constructor for class org.omnifaces.exceptionhandler.DefaultExceptionHandlerFactory
-
Constructs a exception handler factory, wrapping the given exception handler factory.
- DefaultHttpSessionListener - Class in org.omnifaces.eventlistener
-
Default implementation for the HttpSessionListener interface.
- DefaultHttpSessionListener() - Constructor for class org.omnifaces.eventlistener.DefaultHttpSessionListener
-
- DefaultParamAnnotationLiteral() - Constructor for class org.omnifaces.cdi.param.DynamicParamValueProducer.DefaultParamAnnotationLiteral
-
- DefaultPhaseListener - Class in org.omnifaces.eventlistener
-
Default implementation for the PhaseListener interface.
- DefaultPhaseListener(PhaseId) - Constructor for class org.omnifaces.eventlistener.DefaultPhaseListener
-
- DefaultResourceHandler - Class in org.omnifaces.resourcehandler
-
- DefaultResourceHandler(ResourceHandler) - Constructor for class org.omnifaces.resourcehandler.DefaultResourceHandler
-
Creates a new instance of this default resource handler which wraps the given resource handler.
- DefaultServletContextListener - Class in org.omnifaces.eventlistener
-
Default implementation for the SystemEventListener interface.
- DefaultServletContextListener() - Constructor for class org.omnifaces.eventlistener.DefaultServletContextListener
-
- DefaultServletOutputStream - Class in org.omnifaces.io
-
A default implementation of abstract servlet output stream.
- DefaultServletOutputStream(OutputStream) - Constructor for class org.omnifaces.io.DefaultServletOutputStream
-
Constructs a default servlet output stream which delegates to given output stream.
- DefaultServletRequestListener - Class in org.omnifaces.eventlistener
-
Default implementation for the ServletRequestListener interface.
- DefaultServletRequestListener() - Constructor for class org.omnifaces.eventlistener.DefaultServletRequestListener
-
- DefaultSystemEventListener - Class in org.omnifaces.eventlistener
-
Default implementation for the SystemEventListener interface.
- DefaultSystemEventListener() - Constructor for class org.omnifaces.eventlistener.DefaultSystemEventListener
-
- DefaultViewEventListener - Class in org.omnifaces.eventlistener
-
Default implementation for the SystemEventListener interface that's used for the subset of system events
that are registered as "view event" on the component tree's view root.
- DefaultViewEventListener() - Constructor for class org.omnifaces.eventlistener.DefaultViewEventListener
-
- DeferredConverter() - Constructor for class org.omnifaces.taghandler.Converter.DeferredConverter
-
- DeferredScript - Class in org.omnifaces.component.script
-
The <o:deferredScript>
is a component based on the standard <h:outputScript>
which defers the loading of the given script resource to the window load event.
- DeferredScript() - Constructor for class org.omnifaces.component.script.DeferredScript
-
- DeferredScriptRenderer - Class in org.omnifaces.renderer
-
- DeferredScriptRenderer() - Constructor for class org.omnifaces.renderer.DeferredScriptRenderer
-
- DeferredValidator() - Constructor for class org.omnifaces.taghandler.Validator.DeferredValidator
-
- DelegatingVariableMapper - Class in org.omnifaces.el
-
- DelegatingVariableMapper(VariableMapper) - Constructor for class org.omnifaces.el.DelegatingVariableMapper
-
- deregister(Iterable<String>) - Method in class org.omnifaces.cdi.push.SocketSessionManager
-
Deregister given channel identifiers and explicitly close all open web socket sessions associated with it.
- deregister(Serializable, String) - Method in class org.omnifaces.cdi.push.SocketUserManager
-
Deregister application user associated with given user and session based user ID.
- deregisterSessionScope() - Method in class org.omnifaces.cdi.push.SocketChannelManager
-
When current session scope is about to be destroyed, deregister all session scope channels and explicitly close
any open web sockets associated with it to avoid stale websockets.
- deregisterViewScope() - Method in class org.omnifaces.cdi.push.SocketChannelManager.ViewScope
-
When current view scope is about to be destroyed, deregister all view scoped channels and explicitly close
any open web sockets associated with it to avoid stale websockets.
- deriveLogicalViewId(FacesContext, String) - Method in class org.omnifaces.facesviews.FacesViewsViewHandler
-
- deriveViewId(FacesContext, String) - Method in class org.omnifaces.facesviews.FacesViewsViewHandler
-
- descendingKeySet() - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
-
Returns an unmodifiable snapshot
Set
view of the keys contained in
this map.
- descendingKeySetWithLimit(int) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
-
Returns an unmodifiable snapshot
Set
view of the keys contained in
this map.
- descendingMap() - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
-
Returns an unmodifiable snapshot
Map
view of the mappings contained
in this map.
- descendingMapWithLimit(int) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
-
Returns an unmodifiable snapshot
Map
view of the mappings contained
in this map.
- destroy(Object, CreationalContext<Object>) - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
-
- destroy() - Method in class org.omnifaces.filter.HttpFilter
-
- destroy(Class<T>, Annotation...) - Static method in class org.omnifaces.util.Beans
-
Destroy the currently active instance of the given CDI managed bean class, optionally with the given qualifiers.
- destroy(Bean<T>) - Static method in class org.omnifaces.util.Beans
-
Destroy the currently active instance of the given CDI managed bean representation.
- destroy(T) - Static method in class org.omnifaces.util.Beans
-
Destroy the currently active instance of the given CDI managed bean instance.
- destroy(BeanManager, Class<T>, Annotation...) - Static method in class org.omnifaces.util.BeansLocal
-
- destroy(BeanManager, Bean<T>) - Static method in class org.omnifaces.util.BeansLocal
-
- destroy(BeanManager, T) - Static method in class org.omnifaces.util.BeansLocal
-
- destroyBeans() - Method in class org.omnifaces.cdi.BeanStorage
-
Destroy all beans managed so far.
- destroyBeans(UUID) - Method in class org.omnifaces.cdi.viewscope.ViewScopeStorageInSession
-
Destroys all beans associated with given bean storage identifier.
- detail(String, Object...) - Method in class org.omnifaces.util.Messages.Message
-
Set the detail message of the current message.
- disableBeanValidation() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer.DefaultParamAnnotationLiteral
-
- dispose(T) - Method in class org.omnifaces.cdi.InjectionTargetWrapper
-
- doFilter(HttpServletRequest, HttpServletResponse, HttpSession, FilterChain) - Method in class org.omnifaces.facesviews.FacesViewsForwardingFilter
-
- doFilter(HttpServletRequest, HttpServletResponse, HttpSession, FilterChain) - Method in class org.omnifaces.filter.CacheControlFilter
-
Set the necessary response headers based on expires
initialization parameter.
- doFilter(HttpServletRequest, HttpServletResponse, HttpSession, FilterChain) - Method in class org.omnifaces.filter.CharacterEncodingFilter
-
Perform the filtering job.
- doFilter(HttpServletRequest, HttpServletResponse, HttpSession, FilterChain) - Method in class org.omnifaces.filter.FacesExceptionFilter
-
- doFilter(HttpServletRequest, HttpServletResponse, HttpSession, FilterChain) - Method in class org.omnifaces.filter.GzipResponseFilter
-
Perform the filtering job.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.omnifaces.filter.HttpFilter
-
- doFilter(HttpServletRequest, HttpServletResponse, HttpSession, FilterChain) - Method in class org.omnifaces.filter.HttpFilter
-
Filter the HTTP request.
- doFilter(HttpServletRequest, HttpServletResponse, HttpSession, FilterChain) - Method in class org.omnifaces.filter.OnDemandResponseBufferFilter
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.omnifaces.servlet.FileServlet
-
- doHead(HttpServletRequest, HttpServletResponse) - Method in class org.omnifaces.servlet.FileServlet
-
- doProcess() - Method in class org.omnifaces.component.util.MoveComponent
-
- doProcess() - Method in class org.omnifaces.component.util.ResolveComponent
-
- DynamicParamValueProducer - Class in org.omnifaces.cdi.param
-
Dynamic CDI producer used to work around CDI's restriction to create true generic producers.
- DynamicParamValueProducer(Type) - Constructor for class org.omnifaces.cdi.param.DynamicParamValueProducer
-
- DynamicParamValueProducer.DefaultParamAnnotationLiteral - Class in org.omnifaces.cdi.param
-
- DynamicResource - Class in org.omnifaces.resourcehandler
-
This
Resource
implementation represents a cacheable dynamic resource which doesn't necessarily exist as a
regular classpath resource.
- DynamicResource(String, String, String) - Constructor for class org.omnifaces.resourcehandler.DynamicResource
-
Constructs a new dynamic resource based on the given resource name, library name and content type.