collection() - Static method in class org.omnifaces.component.output.cache.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.
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.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.ResourceInclude
The component type.
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.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.component.output.cache.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Builder
Specifies the estimated number of concurrently updating threads.
ConcurrentLinkedHashMap<K,V> - Class in org.omnifaces.component.output.cache.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.component.output.cache.concurrentlinkedhashmap
ConcurrentLinkedHashMap.Builder() - Constructor for class org.omnifaces.component.output.cache.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.
containsKey(Object) - Method in class org.omnifaces.component.output.cache.concurrentlinkedhashmap.ConcurrentLinkedHashMap
containsKey(Object) - Method in class org.omnifaces.util.MapWrapper
containsValue(Object) - Method in class org.omnifaces.component.output.cache.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.facesviews.FacesViewsInitializerListener
contextInitialized(ServletContextEvent) - Method in class org.omnifaces.component.output.cache.CacheInitializerListener
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(TagConfig) - Constructor for class org.omnifaces.taghandler.Converter
The tag constructor.
Converters - Class in org.omnifaces.el.functions
Collection of EL functions for data conversion.
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.
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.
createArray(int) - Static method in class org.omnifaces.el.functions.Arrays
Creates and returns a dummy object array of the given size.
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
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.
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, String) - Method in class org.omnifaces.resourcehandler.CDNResourceHandler
Creates a new instance of a resource based on the given resource name and library name.
createResource(String, String) - Method in class org.omnifaces.resourcehandler.CombinedResourceHandler
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.
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.