A B C D E F G H I J K L M N O P Q R S T U V W Y 

C

Cache - Class in org.omnifaces.component.output
Cache is a component that captures the mark-up rendered by its children and caches this for future requests.
Cache() - Constructor for class org.omnifaces.component.output.Cache
 
Cache - Interface in org.omnifaces.component.output.cache
Interface that abstracts a simple get and put operation for a concrete cache implementation.
CACHE_INSTALL_BUFFER_FILTER - Static variable in class org.omnifaces.component.output.cache.CacheInitializerListener
 
CACHE_PROVIDER_INIT_PARAM_NAME - Static variable in class org.omnifaces.component.output.cache.CacheInitializerListener
 
CACHE_PROVIDER_PARAM_NAME - Static variable in class org.omnifaces.component.output.cache.CacheFactory
 
CACHE_PROVIDER_SETTING_INIT_PARAM_PREFIX - Static variable in class org.omnifaces.component.output.cache.CacheInitializerListener
 
CacheControlFilter - Class in org.omnifaces.filter
This filter will control the cache-related headers of the response.
CacheControlFilter() - Constructor for class org.omnifaces.filter.CacheControlFilter
 
CacheEntry - Class in org.omnifaces.component.output.cache
Meta data for a value that's stored in a cache.
CacheEntry(String, Date) - Constructor for class org.omnifaces.component.output.cache.CacheEntry
 
CacheFactory - Class in org.omnifaces.component.output.cache
Factory used to obtain Cache instance and to register the CacheProvider that is used to obtain that.
CacheInitializerListener - Class in org.omnifaces.component.output.cache
Optional initializer for the Cache used by the Omnifaces Cache component.
CacheInitializerListener() - Constructor for class org.omnifaces.component.output.cache.CacheInitializerListener
 
CacheInstancePerScopeProvider - Class in org.omnifaces.component.output.cache
Base class for Cache providers where for each scope a new instance of the cache is created if for that scope no instance is present yet.
CacheInstancePerScopeProvider() - Constructor for class org.omnifaces.component.output.cache.CacheInstancePerScopeProvider
 
CacheProvider - Interface in org.omnifaces.component.output.cache
A provider for a specific Cache implementation.
CacheValue - Class in org.omnifaces.component.output.cache.el
CacheValue is a replacement for ui:param and c:set that only evaluates a value expression once and thereafter resolves it from the cache.
CacheValue(TagConfig) - Constructor for class org.omnifaces.component.output.cache.el.CacheValue
 
CachingValueExpression - Class in org.omnifaces.component.output.cache.el
A value expression implementation that caches its main value at the moment it's evaluated and uses this cache value in future evaluations.
CachingValueExpression(String, ValueExpression, Cache) - Constructor for class org.omnifaces.component.output.cache.el.CachingValueExpression
 
Callback - Class in org.omnifaces.util
Collection of callback interfaces.
Callback.Returning<R> - Interface in org.omnifaces.util
Use this if you need a callback which returns a value.
Callback.ReturningWithArgument<R,A> - Interface in org.omnifaces.util
Use this if you need a callback which takes an argument and returns a value.
Callback.Void - Interface in org.omnifaces.util
Use this if you need a void callback.
Callback.WithArgument<A> - Interface in org.omnifaces.util
Use this if you need a callback which takes an argument.
CallbackPhaseListener - Class in org.omnifaces.eventlistener
This phase listener picks up phase listener instances from the request scope by addCallbackXxx() methods of the Events utility class and calls them back for each matching phase.
CallbackPhaseListener() - Constructor for class org.omnifaces.eventlistener.CallbackPhaseListener
 
canScanDirectory(String, String) - Static method in class org.omnifaces.facesviews.FacesViews
 
canScanResource(String, String) - Static method in class org.omnifaces.facesviews.FacesViews
 
capacity() - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Retrieves the maximum weighted capacity of the map.
capitalize(String) - Static method in class org.omnifaces.el.functions.Strings
Capitalize the given string, i.e.
CDNResourceHandler - Class in org.omnifaces.resourcehandler
This ResourceHandler implementation allows the developer to provide CDN URLs instead of the default local URLs for JSF resources as provided by <h:outputScript>, <h:outputStylesheet> and <h:graphicImage>.
CDNResourceHandler(ResourceHandler) - Constructor for class org.omnifaces.resourcehandler.CDNResourceHandler
Creates a new instance of this CDN resource handler which wraps the given resource handler.
CharacterEncodingFilter - Class in org.omnifaces.filter
This filter will set the request body character encoding when not already set by the client.
CharacterEncodingFilter() - Constructor for class org.omnifaces.filter.CharacterEncodingFilter
 
clear() - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
clear() - Method in class org.omnifaces.util.MapWrapper
close() - Method in class org.omnifaces.io.ResettableBufferedOutputStream
 
close() - Method in class org.omnifaces.io.ResettableBufferedWriter
 
close() - Method in class org.omnifaces.servlet.GzipHttpServletResponse
 
close() - Method in class org.omnifaces.servlet.HttpServletResponseOutputWrapper
Close the response body.
close(Closeable) - Static method in class org.omnifaces.util.Utils
Check if the given resource is not null and then close it, whereby any caught IOException is been returned instead of thrown, so that the caller can if necessary handle (log) or just ignore it without the need to put another try-catch.
closePartialResponse() - Method in class org.omnifaces.context.OmniPartialViewContext
Close the partial response.
coalesce(Object, Object) - Static method in class org.omnifaces.el.functions.Objects
Returns the first non-null object from the provided two objects.
coalesce(T...) - Static method in class org.omnifaces.util.Utils
Returns the first non-null object of the argument list, or null if there is no such element.
collectAllValuesFromSelectItems(FacesContext, UIComponent) - Static method in class org.omnifaces.util.selectitems.SelectItemsUtils
Collects all values associated with all SelectItem instances associated with the given component.
collectComponents() - Method in class org.omnifaces.component.validator.ValidateMultipleFields
Collect the input components.
collectFromParent(FacesContext, UIComponent) - Static method in class org.omnifaces.util.selectitems.SelectItemsCollector
This method gets all select items that are expressed via UISelectItem or UISelectItems children of the given parent component.
collectFromUISelectItemsIterator(FacesContext, UISelectItems, Iterable<?>) - Static method in class org.omnifaces.util.selectitems.SelectItemsCollector
This method runs the algorithm expressed by a UISelectItems component that uses the var iterator construct to generate a list of SelectItems.
collection() - Static method in class org.omnifaces.util.concurrentlinkedhashmap.Weighers
A weigher where the value is a Collection and its weight is the number of elements.
collectValues(List<UIInput>) - Method in class org.omnifaces.component.validator.ValidateMultipleFields
Collect the values of the given input components.
CombinedResourceHandler - Class in org.omnifaces.resourcehandler
This ResourceHandler implementation will remove all separate script and stylesheet resources which have the target attribute set to "head" from the UIViewRoot and create a combined one for all scripts and another combined one for all stylesheets, when the JSF project stage is not set to Development.
CombinedResourceHandler(ResourceHandler) - Constructor for class org.omnifaces.resourcehandler.CombinedResourceHandler
Creates a new instance of this combined resource handler which wraps the given resource handler.
CommandScript - Class in org.omnifaces.component.script
CommandScript is an extension to <h:commandXxx> which generates a JavaScript function in the global JavaScript scope which allows the end-user to execute a JSF ajax request by just a function call functionName() in the JavaScript context.
CommandScript() - Constructor for class org.omnifaces.component.script.CommandScript
Constructs the CommandScript component.
compareTo(T) - Method in class org.omnifaces.model.tree.SortedTreeModel
 
COMPONENT_FAMILY - Static variable in class org.omnifaces.component.output.OutputFamily
The standard component family.
COMPONENT_FAMILY - Static variable in class org.omnifaces.component.script.ScriptFamily
The standard component family.
COMPONENT_FAMILY - Static variable in class org.omnifaces.component.tree.TreeFamily
The standard component family.
COMPONENT_FAMILY - Static variable in class org.omnifaces.component.validator.ValidatorFamily
The standard component family.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.input.ComponentIdParam
 
COMPONENT_TYPE - Static variable in class org.omnifaces.component.input.Form
 
COMPONENT_TYPE - Static variable in class org.omnifaces.component.input.ViewParam
 
COMPONENT_TYPE - Static variable in class org.omnifaces.component.messages.OmniMessages
The standard component type.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.output.Cache
 
COMPONENT_TYPE - Static variable in class org.omnifaces.component.output.ConditionalComment
The component type.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.output.OutputFormat
The standard component type.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.output.OutputLabel
 
COMPONENT_TYPE - Static variable in class org.omnifaces.component.output.Param
 
COMPONENT_TYPE - Static variable in class org.omnifaces.component.output.ResourceInclude
The component type.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.script.CommandScript
 
COMPONENT_TYPE - Static variable in class org.omnifaces.component.script.Highlight
The standard component type.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.script.OnloadScript
The standard component type.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.tree.Tree
The standard component type.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.tree.TreeInsertChildren
The standard component type.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.tree.TreeNode
The standard component type.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.tree.TreeNodeItem
The standard component type.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.validator.ValidateAll
The standard component type.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.validator.ValidateAllOrNone
The standard component type.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.validator.ValidateEqual
The standard component type.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.validator.ValidateMultiple
The standard component type.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.validator.ValidateOne
The standard component type.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.validator.ValidateOneOrMore
The standard component type.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.validator.ValidateOneOrNone
The standard component type.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.validator.ValidateOrder
The standard component type.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.validator.ValidateUnique
The standard component type.
ComponentIdParam - Class in org.omnifaces.component.input
ComponentIdParam is a component that allows component ids to be provided as request parameters causing only components with matching ids to be rendered.
ComponentIdParam() - Constructor for class org.omnifaces.component.input.ComponentIdParam
 
Components - Class in org.omnifaces.util
Collection of utility methods for the JSF API with respect to working with UIComponent.
concat(Object, Object) - Static method in class org.omnifaces.el.functions.Strings
Concatenate the string representation of the given objects.
concurrencyLevel(int) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Builder
Specifies the estimated number of concurrently updating threads.
ConcurrentLinkedHashMap<K,V> - Class in org.omnifaces.util.concurrentlinkedhashmap
A hash table supporting full concurrency of retrievals, adjustable expected concurrency for updates, and a maximum capacity to bound the map by.
ConcurrentLinkedHashMap.Builder<K,V> - Class in org.omnifaces.util.concurrentlinkedhashmap
A builder that creates ConcurrentLinkedHashMap instances.
ConcurrentLinkedHashMap.Builder() - Constructor for class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Builder
 
ConditionalComment - Class in org.omnifaces.component.output
ConditionalComment is an UIComponent which renders a conditional comment.
ConditionalComment() - Constructor for class org.omnifaces.component.output.ConditionalComment
 
ConditionalResponseWriter - Class in org.omnifaces.component.input.componentidparam
ResponseWriter intended to work in conjunction with the ComponentIdParam component.
ConditionalResponseWriter(ResponseWriter, FacesContext, List<String>, List<String>, boolean) - Constructor for class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
 
ConditionalWriterListener - Class in org.omnifaces.component.input.componentidparam
PhaseListener intended to work in conjunction with the ComponentIdParam component.
ConditionalWriterListener(FacesContext, List<String>, List<String>, boolean) - Constructor for class org.omnifaces.component.input.componentidparam.ConditionalWriterListener
 
contains(Object[], Object) - Static method in class org.omnifaces.el.functions.Arrays
Returns true if the string representation of an item of the given array equals to the string representation of the given item.
containsByClassName(Collection<?>, String) - Static method in class org.omnifaces.util.Utils
Checks if the given collection contains an object with the given class name.
containsKey(Object) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
containsKey(Object) - Method in class org.omnifaces.util.MapWrapper
containsValue(Object) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
containsValue(Object) - Method in class org.omnifaces.util.MapWrapper
contextDestroyed(ServletContextEvent) - Method in class org.omnifaces.component.output.cache.CacheInitializerListener
 
contextDestroyed(ServletContextEvent) - Method in class org.omnifaces.eventlistener.DefaultServletContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.omnifaces.component.output.cache.CacheInitializerListener
 
contextInitialized(ServletContextEvent) - Method in class org.omnifaces.eventlistener.DefaultServletContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.omnifaces.facesviews.FacesViewsInitializerListener
 
Converter - Class in org.omnifaces.taghandler
The <o:converter> basically extends the <f:converter> tag family with the possibility to evaluate the value expression in all attributes on a per request basis instead of on a per view build time basis.
Converter(ConverterConfig) - Constructor for class org.omnifaces.taghandler.Converter
The constructor.
Converter.RenderTimeConverter - Class in org.omnifaces.taghandler
So that we can have a serializable converter.
Converter.RenderTimeConverter() - Constructor for class org.omnifaces.taghandler.Converter.RenderTimeConverter
 
ConverterManager - Class in org.omnifaces.cdi.converter
Provides access to all FacesConverter annotated Converter instances which are made eligible for CDI.
ConverterManager() - Constructor for class org.omnifaces.cdi.converter.ConverterManager
 
ConverterProvider - Interface in org.omnifaces.application
An abstraction of converter provider, so that JSF can obtain the concrete instance without a CDI dependency.
Converters - Class in org.omnifaces.el.functions
Collection of EL functions for data conversion.
create(Application, String) - Method in class org.omnifaces.taghandler.Converter
 
create(Application, String) - Method in class org.omnifaces.taghandler.Validator
 
create(String, Object...) - Static method in class org.omnifaces.util.Messages
Create a faces message with the default INFO severity and the given message body which is formatted with the given parameters as summary message.
create(FacesMessage.Severity, String, Object...) - Static method in class org.omnifaces.util.Messages
Create a faces message of the given severity with the given message body which is formatted with the given parameters.
createActionListenerMethodExpression(String) - Static method in class org.omnifaces.util.Components
Create an action listener method expression based on the given EL expression.
createAfterPhaseListener(PhaseId, Callback.Void) - Static method in class org.omnifaces.util.Events
Creates a phase listener that invokes the given callback every time after the given phase.
createAjaxBehavior(String) - Static method in class org.omnifaces.util.Components
Create an ajax behavior which should invoke an ajax listener method expression based on the given EL expression.
createArray(int) - Static method in class org.omnifaces.el.functions.Arrays
Creates and returns a dummy object array of the given size.
createBean(Contextual<T>, CreationalContext<T>) - Method in class org.omnifaces.cdi.BeanStorage
Create and return the bean associated with given context and creational context.
createBean(Contextual<T>, CreationalContext<T>) - Method in class org.omnifaces.cdi.viewscope.ViewScopeManager
Create and returns the CDI view scoped managed bean from the current JSF view scope.
createBeforePhaseListener(PhaseId, Callback.Void) - Static method in class org.omnifaces.util.Events
Creates a phase listener that invokes the given callback every time before the given phase.
createCache(Integer, Integer) - Method in class org.omnifaces.component.output.cache.CacheInstancePerScopeProvider
 
createCache(Integer, Integer) - Method in class org.omnifaces.component.output.cache.DefaultCacheProvider
 
createChildren() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
createChildren() - Method in class org.omnifaces.model.tree.ListTreeModel
 
createChildren() - Method in class org.omnifaces.model.tree.SortedTreeModel
 
createConverter(Application, String) - Method in interface org.omnifaces.application.ConverterProvider
Returns the converter instance associated with the given converter ID, or null if there is none.
createConverter(Application, Class<?>) - Method in interface org.omnifaces.application.ConverterProvider
Returns the converter instance associated with the given converter for-class, or null if there is none.
createConverter(String) - Method in class org.omnifaces.application.OmniApplication
If the ConverterProvider is present and there's a CDI managed Converter instance available, then return it, else delegate to OmniApplication.getWrapped() which may return the JSF managed Converter instance.
createConverter(Class<?>) - Method in class org.omnifaces.application.OmniApplication
If the ConverterProvider is present and there's a CDI managed Converter instance available, then return it, else delegate to OmniApplication.getWrapped() which may return the JSF managed Converter instance.
createConverter(Application, String) - Method in class org.omnifaces.cdi.converter.ConverterManager
 
createConverter(Application, Class<?>) - Method in class org.omnifaces.cdi.converter.ConverterManager
 
createError(String, Object...) - Static method in class org.omnifaces.util.Messages
Create an ERROR faces message with the given message body which is formatted with the given parameters.
createFatal(String, Object...) - Static method in class org.omnifaces.util.Messages
Create a FATAL faces message with the given message body which is formatted with the given parameters.
createInfo(String, Object...) - Static method in class org.omnifaces.util.Messages
Create an INFO faces message with the given message body which is formatted with the given parameters.
createIntegerArray(int, int) - Static method in class org.omnifaces.el.functions.Arrays
Creates and an integer array which starts at the given integer and ends at the given integer, inclusive.
createMethodExpression(String, Class<?>, Class<?>...) - Static method in class org.omnifaces.util.Components
Create a method expression based on the given EL expression, the given return type and the given parameter types, if any.
createOutputStream() - Method in class org.omnifaces.servlet.BufferedHttpServletResponse
 
createOutputStream() - Method in class org.omnifaces.servlet.GzipHttpServletResponse
 
createOutputStream() - Method in class org.omnifaces.servlet.HttpServletResponseOutputWrapper
Returns the custom implementation of the servlet response OutputStream.
createResource(String) - Method in class org.omnifaces.resourcehandler.CDNResourceHandler
Delegate to CDNResourceHandler.createResource(String, String, String) with null as library name and content type.
createResource(String, String) - Method in class org.omnifaces.resourcehandler.CDNResourceHandler
Delegate to CDNResourceHandler.createResource(String, String, String) with null as content type.
createResource(String, String, String) - Method in class org.omnifaces.resourcehandler.CDNResourceHandler
Delegate to CDNResourceHandler.createResource(String, String, String) of the wrapped resource handler.
createResource(String) - Method in class org.omnifaces.resourcehandler.CombinedResourceHandler
 
createResource(String, String) - Method in class org.omnifaces.resourcehandler.CombinedResourceHandler
 
createResource(String, String, String) - Method in class org.omnifaces.resourcehandler.CombinedResourceHandler
 
createResource(String) - Method in class org.omnifaces.resourcehandler.UnmappedResourceHandler
Delegate to UnmappedResourceHandler.createResource(String, String, String) with null as library name and content type.
createResource(String, String) - Method in class org.omnifaces.resourcehandler.UnmappedResourceHandler
createResource(String, String, String) - Method in class org.omnifaces.resourcehandler.UnmappedResourceHandler
Delegate to UnmappedResourceHandler.createResource(String, String, String) of the wrapped resource handler.
createResponseWriter(Writer, String, String) - Method in class org.omnifaces.renderkit.Html5RenderKit
Returns a new HTML5 response writer which in turn wraps the default response writer.
createValidator(String) - Method in class org.omnifaces.application.OmniApplication
If the ValidatorProvider is present and there's a CDI managed Validator instance available, then return it, else delegate to OmniApplication.getWrapped() which may return the JSF managed Validator instance.
createValidator(Application, String) - Method in interface org.omnifaces.application.ValidatorProvider
Returns the validator instance associated with the given validator ID, or null if there is none.
createValidator(Application, String) - Method in class org.omnifaces.cdi.validator.ValidatorManager
 
createValueExpression(String, Class<?>) - Static method in class org.omnifaces.util.Components
Create an editable value expression based on the given EL expression and the given type.
createVoidMethodExpression(String, Class<?>...) - Static method in class org.omnifaces.util.Components
Create a void method expression based on the given EL expression and the given parameter types, if any.
createWarn(String, Object...) - Static method in class org.omnifaces.util.Messages
Create a WARN faces message with the given message body which is formatted with the given parameters.
csvToList(String) - Static method in class org.omnifaces.util.Utils
Converts comma separated values in a string into a list with those values.
csvToList(String, String) - Static method in class org.omnifaces.util.Utils
Converts comma separated values in a string into a list with those values.
A B C D E F G H I J K L M N O P Q R S T U V W Y