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

D

daily - org.omnifaces.component.output.SitemapUrl.ChangeFrequency
Daily changed.
data(Object...) - Static method in class org.omnifaces.util.Ajax
Add the given data arguments to the current ajax response.
data(String, Object) - Static method in class org.omnifaces.util.Ajax
Add the given data argument 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
 
DateProducer.TemporalDate - Class in org.omnifaces.cdi.config
ZonedDateTime is a final class, hence this proxy for CDI.
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.
decodeAll(FacesContext) - Method in class org.omnifaces.component.input.HashParam
 
decodeAll(FacesContext) - Method in class org.omnifaces.component.input.OnloadParam
Decode all relevant OnloadParam components at once.
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) - Method in class org.omnifaces.resourcehandler.DefaultResourceHandler
Decorate the given resource.
decorateResource(Resource) - Method in class org.omnifaces.resourcehandler.OmniVersionResourceHandler
 
decorateResource(Resource) - Method in class org.omnifaces.resourcehandler.UnmappedResourceHandler
If the given resource is not null, then decorate it as an unmapped resource.
decorateResource(Resource) - Method in class org.omnifaces.resourcehandler.VersionedResourceHandler
 
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, String, String) - Method in class org.omnifaces.resourcehandler.PWAResourceHandler
 
decorateResource(Resource, String, String) - Method in class org.omnifaces.resourcehandler.SourceMapResourceHandler
 
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
The default scope, which is "session".
DEFAULT_SCOPE - Static variable in class org.omnifaces.component.util.MoveComponent
The default scope, which is "facelet".
DEFAULT_SCOPE - Static variable in class org.omnifaces.component.util.ResolveComponent
The default scope, which is "facelet".
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
 
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
Construct default phase listener for given phase ID.
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(Converter<Object>, ValueExpression, ValueExpression, DeferredTagHandlerHelper.DeferredAttributes) - Constructor for class org.omnifaces.taghandler.Converter.DeferredConverter
Construct the deferred converter.
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
Construct a new DeferredScript component whereby the renderer type is set to DeferredScriptRenderer.RENDERER_TYPE.
DeferredScriptRenderer - Class in org.omnifaces.renderer
This renderer is the default renderer of DeferredScript.
DeferredScriptRenderer() - Constructor for class org.omnifaces.renderer.DeferredScriptRenderer
 
DeferredValidator(Validator<Object>, ValueExpression, ValueExpression, ValueExpression, ValueExpression, DeferredTagHandlerHelper.DeferredAttributes) - Constructor for class org.omnifaces.taghandler.Validator.DeferredValidator
Construct the deferred validator.
DelegatingVariableMapper - Class in org.omnifaces.el
 
DelegatingVariableMapper(VariableMapper) - Constructor for class org.omnifaces.el.DelegatingVariableMapper
Construct delegating variable mapper.
deregister(Serializable, String) - Method in class org.omnifaces.cdi.push.SocketUserManager
Deregister application user associated with given user and session based user ID.
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.
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.
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() - Method in class org.omnifaces.filter.HttpFilter
 
destroy(Bean<T>) - Static method in class org.omnifaces.util.Beans
Destroy the currently active instance of the given CDI managed bean representation.
destroy(BeanManager, Bean<T>) - Static method in class org.omnifaces.util.BeansLocal
 
destroy(BeanManager, Class<T>, Annotation...) - Static method in class org.omnifaces.util.BeansLocal
 
destroy(BeanManager, T) - Static method in class org.omnifaces.util.BeansLocal
 
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(Object, CreationalContext<Object>) - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
 
destroy(T) - Static method in class org.omnifaces.util.Beans
Destroy the currently active instance of the given CDI managed bean instance.
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 annotation type org.omnifaces.cdi.Param
(Optional) Flag that disables bean validation for this instance.
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(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.MutableRequestFilter
Creates and sets the mutable request.
doFilter(HttpServletRequest, HttpServletResponse, HttpSession, FilterChain) - Method in class org.omnifaces.filter.OnDemandResponseBufferFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.omnifaces.filter.HttpFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.omnifaces.servlet.FileServlet
 
doHead(HttpServletRequest, HttpServletResponse) - Method in class org.omnifaces.servlet.FileServlet
 
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
Construct dynamic param value producer for given type.
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.
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