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
All Classes All Packages
All Classes All Packages
C
- Cache - Class in org.omnifaces.component.output
-
The
<o:cache>
component allows to cache a fragment of rendered markup. - Cache - Interface in org.omnifaces.util.cache
-
Interface that abstracts a simple get and put operation for a concrete cache implementation.
- Cache() - Constructor for class org.omnifaces.component.output.Cache
-
Constructs the component.
- CACHE_INSTALL_BUFFER_FILTER - Static variable in class org.omnifaces.util.cache.CacheInitializer
- CACHE_PROVIDER_INIT_PARAM_NAME - Static variable in class org.omnifaces.util.cache.CacheInitializer
- CACHE_PROVIDER_PARAM_NAME - Static variable in class org.omnifaces.util.cache.CacheFactory
- CACHE_PROVIDER_SETTING_INIT_PARAM_PREFIX - Static variable in class org.omnifaces.util.cache.CacheInitializer
- 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.util.cache
-
Meta data for a value that's stored in a cache.
- CacheEntry(Serializable, Date) - Constructor for class org.omnifaces.util.cache.CacheEntry
- CacheFactory - Class in org.omnifaces.util.cache
-
Factory used to obtain
Cache
instance and to register theCacheProvider
that is used to obtain that. - CacheInitializer - Class in org.omnifaces.util.cache
-
Optional initializer for the
Cache
used by the Omnifaces Cache component. - CacheInstancePerScopeProvider - Class in org.omnifaces.util.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.util.cache.CacheInstancePerScopeProvider
- CacheProvider - Interface in org.omnifaces.util.cache
-
A provider for a specific
Cache
implementation. - cacheRemote() - Method in class org.omnifaces.util.JNDIObjectLocator.JNDIObjectLocatorBuilder
-
Specifies to cache remote enterprise beans.
- CacheValue - Class in org.omnifaces.component.output.cache.el
-
CacheValue is a replacement for
ui:param
andc: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
-
Construct the tag.
- 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
-
Construct the caching value expression.
- Callback - Class in org.omnifaces.util
-
Collection of callback interfaces.
- Callback() - Constructor for class org.omnifaces.util.Callback
- Callback.Output - Interface in org.omnifaces.util
-
Use this if you need an output stream callback.
- Callback.Returning<R> - Interface in org.omnifaces.util
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 4.0. Use
Supplier
instead. - Callback.ReturningWithArgument<R,A> - Interface in org.omnifaces.util
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 4.0. Use
Function
instead. - Callback.SerializableBiConsumer<T,U> - Interface in org.omnifaces.util
-
Use this if you need a serializable bi-consumer.
- Callback.SerializableReturning<R> - Interface in org.omnifaces.util
-
Use this if you need a serializable callback which returns a value.
- Callback.SerializableReturningWithArgument<R,A> - Interface in org.omnifaces.util
-
Use this if you need a serializable callback which takes an argument and returns a value.
- Callback.SerializableVoid - Interface in org.omnifaces.util
-
Use this if you need a serializable void callback.
- Callback.SerializableWithArgument<A> - Interface in org.omnifaces.util
-
Use this if you need a serializable callback which takes an argument.
- Callback.Void - Interface in org.omnifaces.util
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 4.0. Use
Runnable
instead. - Callback.WithArgument<A> - Interface in org.omnifaces.util
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 4.0. Use
Consumer
instead. - CallbackPhaseListener - Class in org.omnifaces.eventlistener
-
This phase listener picks up phase listener instances and phase event callbacks from the request scope subscribed via
subscribeToRequestXxxPhase()
methods of theEvents
utility class and calls them back for each matching phase. - CallbackPhaseListener() - Constructor for class org.omnifaces.eventlistener.CallbackPhaseListener
- capitalize(String) - Static method in class org.omnifaces.el.functions.Strings
-
Capitalize the given string, i.e.
- CDNResource - Class in org.omnifaces.resourcehandler
-
This
Resource
implementation can be used as a marker class to signal the customResourceHandler
such asCombinedResourceHandler
that the given resource actually returns a CDN URL, and offers a method to return the local URL which can be used as fallback in case the CDN request errors out. - CDNResource() - Constructor for class org.omnifaces.resourcehandler.CDNResource
-
Do not use this constructor.
- CDNResource(Resource, String) - Constructor for class org.omnifaces.resourcehandler.CDNResource
-
Constructs a new CDN resource which remaps the given wrapped resource to the given CDN URL.
- CDNResourceHandler - Class in org.omnifaces.resourcehandler
-
This
ResourceHandler
implementation allows the developer to provide external (CDN) URLs instead of the default local URLs for Faces resources. - CDNResourceHandler(ResourceHandler) - Constructor for class org.omnifaces.resourcehandler.CDNResourceHandler
-
Creates a new instance of this CDN resource handler which wraps the given resource handler.
- channel() - Method in annotation type org.omnifaces.cdi.Push
-
(Optional) The name of the push channel.
- 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
- CHROME_WEB_STORE - org.omnifaces.resourcehandler.WebAppManifest.Platform
- clear() - Method in interface org.omnifaces.util.cache.Cache
-
Clears the entire cache
- clear() - Method in class org.omnifaces.util.cache.LruCache
- clear() - Method in class org.omnifaces.util.cache.TimeToLiveCache
- clear() - Method in class org.omnifaces.util.MapWrapper
- clear(FacesMessage.Severity, String...) - Static method in class org.omnifaces.util.Messages
-
Clears faces messages of the given severity associated with the given client IDs.
- clear(FacesContext, FacesMessage.Severity, String...) - Static method in class org.omnifaces.util.MessagesLocal
- clear(FacesContext, String...) - Static method in class org.omnifaces.util.MessagesLocal
- clear(String...) - Static method in class org.omnifaces.util.Messages
-
Clears faces messages associated with the given client IDs.
- clearCache() - Method in class org.omnifaces.util.JNDIObjectLocator
-
Clears object cache.
- clearCachedFacesServletMapping(FacesContext) - Static method in class org.omnifaces.util.Hacks
-
Clear the cached faces servlet mapping as interpreted by either Mojarra or MyFaces.
- clearError(FacesContext, String...) - Static method in class org.omnifaces.util.MessagesLocal
- clearError(String...) - Static method in class org.omnifaces.util.Messages
-
Clears ERROR faces messages associated with the given client IDs.
- clearFatal(FacesContext, String...) - Static method in class org.omnifaces.util.MessagesLocal
- clearFatal(String...) - Static method in class org.omnifaces.util.Messages
-
Clears FATAL faces messages associated with the given client IDs.
- clearGlobal() - Static method in class org.omnifaces.util.Messages
-
Clears global faces messages of all severities.
- clearGlobal(FacesMessage.Severity) - Static method in class org.omnifaces.util.Messages
-
Clears global faces messages of given severity.
- clearGlobal(FacesContext) - Static method in class org.omnifaces.util.MessagesLocal
- clearGlobal(FacesContext, FacesMessage.Severity) - Static method in class org.omnifaces.util.MessagesLocal
- clearGlobalError() - Static method in class org.omnifaces.util.Messages
-
Clears global ERROR faces messages.
- clearGlobalError(FacesContext) - Static method in class org.omnifaces.util.MessagesLocal
- clearGlobalFatal() - Static method in class org.omnifaces.util.Messages
-
Clears global FATAL faces messages.
- clearGlobalFatal(FacesContext) - Static method in class org.omnifaces.util.MessagesLocal
- clearGlobalInfo() - Static method in class org.omnifaces.util.Messages
-
Clears global INFO faces messages.
- clearGlobalInfo(FacesContext) - Static method in class org.omnifaces.util.MessagesLocal
- clearGlobalWarn() - Static method in class org.omnifaces.util.Messages
-
Clears global WARN faces messages.
- clearGlobalWarn(FacesContext) - Static method in class org.omnifaces.util.MessagesLocal
- clearInfo(FacesContext, String...) - Static method in class org.omnifaces.util.MessagesLocal
- clearInfo(String...) - Static method in class org.omnifaces.util.Messages
-
Clears INFO faces messages associated with the given client IDs.
- clearWarn(FacesContext, String...) - Static method in class org.omnifaces.util.MessagesLocal
- clearWarn(String...) - Static method in class org.omnifaces.util.Messages
-
Clears WARN faces messages associated with the given client IDs.
- CloneCopier - Class in org.omnifaces.util.copier
-
Copier that copies an object using the
Cloneable
facility. - CloneCopier() - Constructor for class org.omnifaces.util.copier.CloneCopier
- cloneWithWriter(Writer) - Method in class org.omnifaces.viewhandler.NoAutoGeneratedIdViewHandler.NoAutoGeneratedIdResponseWriter
- close() - Method in class org.omnifaces.io.DefaultServletOutputStream
- close() - Method in class org.omnifaces.io.ResettableBufferedOutputStream
- close() - Method in class org.omnifaces.io.ResettableBufferedWriter
- close() - Method in class org.omnifaces.resourcehandler.CombinedResourceInputStream
-
Closes the
InputStream
of each resource. - close() - Method in class org.omnifaces.servlet.CompressedHttpServletResponse
- close() - Method in class org.omnifaces.servlet.GzipHttpServletResponse
-
Deprecated.
- 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 caughtIOException
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, ornull
if there is no such element. - collect(ProcessBean<T>, BeanManager) - Method in class org.omnifaces.cdi.eager.EagerExtension
-
Collect beans annotated with
Eager
intoEagerBeansRepository.EagerBeans
. - 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
orUISelectItems
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 thevar
iterator construct to generate a list ofSelectItem
s. - collectParams(ProcessInjectionTarget<T>) - Method in class org.omnifaces.cdi.param.ParamExtension
-
Collect fields annotated with
Param
. - collectValues(List<UIInput>) - Method in class org.omnifaces.component.validator.ValidateMultipleFields
-
Collect the values of the given input components.
- CombinedResource - Class in org.omnifaces.resourcehandler
-
This
Resource
implementation holds all the necessary information about combined resources in order to properly serve combined resources on a single HTTP request. - CombinedResource(String, Integer) - Constructor for class org.omnifaces.resourcehandler.CombinedResource
-
Constructs a new combined resource based on the given resource name.
- CombinedResourceHandler - Class in org.omnifaces.resourcehandler
-
This
ResourceHandler
implementation will remove all separate script and stylesheet resources which have thetarget
attribute set to"head"
from theUIViewRoot
and create a combined one for all scripts and another combined one for all stylesheets. - CombinedResourceHandler(ResourceHandler) - Constructor for class org.omnifaces.resourcehandler.CombinedResourceHandler
-
Creates a new instance of this combined resource handler which wraps the given resource handler.
- CombinedResourceInfo - Class in org.omnifaces.resourcehandler
-
This class is a wrapper which collects all combined resources and stores it in the cache.
- CombinedResourceInfo.Builder - Class in org.omnifaces.resourcehandler
-
Use this builder to create an instance of combined resource info and put it in the cache if absent.
- CombinedResourceInputStream - Class in org.omnifaces.resourcehandler
-
This
InputStream
implementation takes care that all in the constructor given resources are been read in sequence. - CombinedResourceInputStream(Set<Resource>) - Constructor for class org.omnifaces.resourcehandler.CombinedResourceInputStream
-
Creates an instance of
CombinedResourceInputStream
based on the given resources. - compareTo(DateProducer.TemporalDate) - Method in class org.omnifaces.cdi.config.DateProducer.TemporalDate
- compareTo(Reflection.PropertyPath) - Method in class org.omnifaces.util.Reflection.PropertyPath
- 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.stylesheet.StylesheetFamily
-
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.util.UtilFamily
-
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.cdi.push.Socket
-
The component type, which is "org.omnifaces.cdi.push.Socket".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.input.ComponentIdParam
-
The component type, which is "org.omnifaces.component.input.ComponentIdParam".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.input.Form
-
The component type, which is "org.omnifaces.component.input.Form".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.input.HashParam
-
The component type, which is "org.omnifaces.component.input.HashParam".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.input.InputFile
-
The component type, which is "org.omnifaces.component.input.InputFile".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.input.InputHidden
-
The component type, which is "org.omnifaces.component.input.InputHidden".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.input.ScriptParam
-
The component type, which is "org.omnifaces.component.input.ScriptParam".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.input.ViewAction
-
The component type, which is "org.omnifaces.component.input.ViewAction".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.input.ViewParam
-
The component type, which is "org.omnifaces.component.input.ViewParam".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.messages.OmniMessages
-
The component type, which is "org.omnifaces.component.messages.OmniMessages".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.model.SelectItemGroups
-
The component type, which is "org.omnifaces.component.model.SelectItemGroups".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.output.Cache
-
The component type, which is "org.omnifaces.component.output.Cache".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.output.ConditionalComment
-
The component type, which is "org.omnifaces.component.output.ConditionalComment".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.output.GraphicImage
-
The component type, which is "org.omnifaces.component.output.GraphicImage".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.output.Link
-
The component type, which is "org.omnifaces.component.output.Link".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.output.OutputFormat
-
The component type, which is "org.omnifaces.component.output.OutputFormat".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.output.OutputLabel
-
The component type, which is "org.omnifaces.component.output.OutputLabel".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.output.Param
-
The component type, which is "org.omnifaces.component.output.Param".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.output.PathParam
-
The component type, which is "org.omnifaces.component.output.PathParam".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.output.ResourceInclude
-
The component type, which is "org.omnifaces.component.output.ResourceInclude".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.output.SitemapUrl
-
The component type, which is "org.omnifaces.component.output.SitemapUrl".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.output.Url
-
The component type, which is "org.omnifaces.component.output.Url".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.script.DeferredScript
-
The component type, which is "org.omnifaces.component.script.DeferredScript".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.script.Highlight
-
The component type, which is "org.omnifaces.component.script.Highlight".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.script.OnloadScript
-
The component type, which is "org.omnifaces.component.script.OnloadScript".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.stylesheet.CriticalStylesheet
-
The component type, which is "org.omnifaces.component.stylesheet.CriticalStylesheet".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.tree.Tree
-
The component type, which is "org.omnifaces.component.tree.Tree".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.tree.TreeInsertChildren
-
The component type, which is "org.omnifaces.component.tree.TreeInsertChildren".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.tree.TreeNode
-
The component type, which is "org.omnifaces.component.tree.TreeNode".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.tree.TreeNodeItem
-
The component type, which is "org.omnifaces.component.tree.TreeNodeItem".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.util.MoveComponent
-
The component type, which is "org.omnifaces.component.util.MoveComponent".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.util.ResolveComponent
-
The component type, which is "org.omnifaces.component.util.ResolveComponent".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.validator.ValidateAll
-
The component type, which is "org.omnifaces.component.validator.ValidateAll".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.validator.ValidateAllOrNone
-
The component type, which is "org.omnifaces.component.validator.ValidateAllOrNone".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.validator.ValidateEqual
-
The component type, which is "org.omnifaces.component.validator.ValidateEqual".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.validator.ValidateMultiple
-
The component type, which is "org.omnifaces.component.validator.ValidateMultiple".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.validator.ValidateOne
-
The component type, which is "org.omnifaces.component.validator.ValidateOne".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.validator.ValidateOneOrMore
-
The component type, which is "org.omnifaces.component.validator.ValidateOneOrMore".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.validator.ValidateOneOrNone
-
The component type, which is "org.omnifaces.component.validator.ValidateOneOrNone".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.validator.ValidateOrder
-
The component type, which is "org.omnifaces.component.validator.ValidateOrder".
- COMPONENT_TYPE - Static variable in class org.omnifaces.component.validator.ValidateUnique
-
The component type, which is "org.omnifaces.component.validator.ValidateUnique".
- ComponentExtraHandler - Class in org.omnifaces.taghandler
-
Handler that can be used by components which wish to receive various extra services.
- ComponentExtraHandler(ComponentConfig) - Constructor for class org.omnifaces.taghandler.ComponentExtraHandler
-
The tag constructor.
- ComponentIdParam - Class in org.omnifaces.component.input
-
The
<o:componentIdParam>
component allows to render just one or more components on a view via a GET parameter. - ComponentIdParam() - Constructor for class org.omnifaces.component.input.ComponentIdParam
- Components - Class in org.omnifaces.el.functions
-
Collection of EL functions for working with components.
- Components - Class in org.omnifaces.util
-
Collection of utility methods for the Faces API with respect to working with
UIComponent
. - Components.ForEach - Class in org.omnifaces.util
-
Builder class used to collect a number of query parameters for a visit (for each) of components in the Faces component tree.
- CompressedHttpServletResponse - Class in org.omnifaces.servlet
-
This HTTP servlet response wrapper will compress the response with the given algorithm when the given threshold has exceeded and the response content type matches one of the given mimetypes.
- CompressedHttpServletResponse(HttpServletResponse, CompressedHttpServletResponse.Algorithm, int, Set<String>) - Constructor for class org.omnifaces.servlet.CompressedHttpServletResponse
-
Construct a new compressed HTTP servlet response based on the given response, algorithm, threshold and mimetypes.
- CompressedHttpServletResponse.Algorithm - Enum in org.omnifaces.servlet
-
Available compression algorithms.
- CompressedResponseFilter - Class in org.omnifaces.filter
-
The
CompressedResponseFilter
will apply compression on HTTP responses whenever applicable. - CompressedResponseFilter() - Constructor for class org.omnifaces.filter.CompressedResponseFilter
- concat(Object, Object) - Static method in class org.omnifaces.el.functions.Strings
-
Concatenate the string representation of the given objects.
- concat(String...) - Static method in class org.omnifaces.util.ResourcePaths
-
Concat given resource paths with the path separator.
- ConditionalComment - Class in org.omnifaces.component.output
-
The
<o:conditionalComment>
component 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
-
Construct conditional response writer.
- ConditionalWriterListener - Class in org.omnifaces.component.input.componentidparam
-
PhaseListener intended to work in conjunction with the
ComponentIdParam
component. - ConditionalWriterListener(List<String>, List<String>, boolean) - Constructor for class org.omnifaces.component.input.componentidparam.ConditionalWriterListener
-
Construct conditional writer listener.
- 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.cache.LruCache
- containsKey(Object) - Method in class org.omnifaces.util.MapWrapper
- containsQueryStringParameter(String, String) - Static method in class org.omnifaces.util.Utils
-
Returns
true
when given URL contains a query string parameter with given name. - containsValue(Object) - Method in class org.omnifaces.util.cache.LruCache
- containsValue(Object) - Method in class org.omnifaces.util.MapWrapper
- contextDestroyed(ServletContextEvent) - Method in class org.omnifaces.eventlistener.DefaultServletContextListener
- contextInitialized(ServletContextEvent) - Method in class org.omnifaces.ApplicationListener
- contextInitialized(ServletContextEvent) - Method in class org.omnifaces.eventlistener.DefaultServletContextListener
- ContextParam - Annotation Type in org.omnifaces.cdi
-
The CDI annotation
@
ContextParam
allows you to inject aweb.xml
context parameter from the current application in a CDI managed bean. - ContextParamProducer - Class in org.omnifaces.cdi.contextparam
-
Producer for injecting a
web.xml
context parameter as defined by theContextParam
annotation. - ContextParamProducer() - Constructor for class org.omnifaces.cdi.contextparam.ContextParamProducer
- convert(String, Object) - Static method in class org.omnifaces.el.functions.Converters
-
Convert given object to string using
Converter.getAsString(FacesContext, UIComponent, Object)
of the converter identified by the given converter ID, invoked withFacesContext.getCurrentInstance()
,UIComponent.getCurrentComponent(FacesContext)
and given object as arguments. - converter() - Method in annotation type org.omnifaces.cdi.Param
-
(Optional/Required) The converter to be used for converting the parameter to the type that is to be injected.
- converter() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer.DefaultParamAnnotationLiteral
- Converter - Class in org.omnifaces.taghandler
-
The
<o:converter>
is a taghandler that extends the standard<f:converter>
tag family with support for deferred value expressions in all attributes. - Converter(ConverterConfig) - Constructor for class org.omnifaces.taghandler.Converter
-
The constructor.
- Converter.DeferredConverter - Class in org.omnifaces.taghandler
-
So that we can have a serializable converter.
- converterAttributes() - Method in annotation type org.omnifaces.cdi.Param
-
(Optional) Attributes that will be set on the converter instance obtained from
Param.converter()
orParam.converterClass()
. - converterAttributes() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer.DefaultParamAnnotationLiteral
- converterClass() - Method in annotation type org.omnifaces.cdi.Param
-
(Optional) Class of the converter to be used for converting the parameter to the type that is to be injected.
- converterClass() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer.DefaultParamAnnotationLiteral
- ConverterManager - Class in org.omnifaces.cdi.converter
-
The
@FacesConverter
is by default not eligible for dependency injection by@Inject
nor@EJB
. - ConverterManager() - Constructor for class org.omnifaces.cdi.converter.ConverterManager
- converterMessage() - Method in annotation type org.omnifaces.cdi.Param
-
(Optional) A message that will be used if conversion fails instead of the message set by the converter.
- converterMessage() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer.DefaultParamAnnotationLiteral
- Converters - Class in org.omnifaces.el.functions
-
Collection of EL functions for data conversion:
of:iterableToList()
(with alternativeof:iterableToModel
),of:setToList()
,of:mapToList()
,of:joinArray()
,of:joinCollection()
,of:joinMap()
,of:splitArray()
,of:splitList()
, andof:toJson()
. - convertToString(FacesContext, ValueHolder, T) - Static method in class org.omnifaces.util.Components
-
Convert given value of given value holder to string using either the converter attached to the given value holder or the one obtained via
Application.createConverter(Class)
based on the type of the given value. - Cookie - Annotation Type in org.omnifaces.cdi
-
The CDI annotation
@
Cookie
allows you to inject a HTTP request cookie value from the current Faces context in a CDI managed bean. - Copier - Interface in org.omnifaces.util.copier
-
Interface that is to be implement by classes that know how to copy an object.
- copy(Object) - Method in class org.omnifaces.util.copier.CloneCopier
- copy(Object) - Method in interface org.omnifaces.util.copier.Copier
-
Return an object that's logically a copy of the given object.
- copy(Object) - Method in class org.omnifaces.util.copier.CopyCtorCopier
- copy(Object) - Method in class org.omnifaces.util.copier.MultiStrategyCopier
- copy(Object) - Method in class org.omnifaces.util.copier.NewInstanceCopier
- copy(Object) - Method in class org.omnifaces.util.copier.SerializationCopier
- CopyCtorCopier - Class in org.omnifaces.util.copier
-
Copier that copies an object using its copy constructor.
- CopyCtorCopier() - Constructor for class org.omnifaces.util.copier.CopyCtorCopier
- create() - Method in class org.omnifaces.resourcehandler.CombinedResourceInfo.Builder
-
Creates the CombinedResourceInfo instance in cache if absent and return its ID.
- create(CreationalContext<Object>) - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
- 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.
- create(FacesContext, ValueExpression, String, Object) - Static method in class org.omnifaces.resourcehandler.GraphicResource
-
Create a new graphic resource based on the given value expression.
- 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.
- createActionListenerMethodExpression(String) - Static method in class org.omnifaces.util.Components
-
Create an action listener method expression based on the given EL expression.
- 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
-
Deprecated, for removal: This API element is subject to removal in a future version.Replaced by
BeanStorage.getBean(Contextual, CreationalContext)
which won't discard any existing bean. - createBean(Contextual<T>, CreationalContext<T>) - Method in class org.omnifaces.cdi.viewscope.ViewScopeManager
-
Deprecated, for removal: This API element is subject to removal in a future version.
- createCache(Integer, Integer) - Method in class org.omnifaces.util.cache.CacheInstancePerScopeProvider
- createCache(Integer, Integer) - Method in class org.omnifaces.util.cache.DefaultCacheProvider
- createChildren() - Method in class org.omnifaces.model.tree.AbstractTreeModel
-
Returns a concrete (and usually empty)
Collection
instance which should hold the tree's children. - createChildren() - Method in class org.omnifaces.model.tree.ListTreeModel
-
Returns a new
ArrayList
. - createChildren() - Method in class org.omnifaces.model.tree.SortedTreeModel
-
Returns a new
TreeSet
. - createComponent(FacesContext, String) - Static method in class org.omnifaces.util.Components
-
Creates a new component.
- createComponent(String) - Static method in class org.omnifaces.util.Components
-
Creates a new component.
- createConverter(Application, Class<?>) - Method in class org.omnifaces.cdi.converter.ConverterManager
-
Returns the converter instance associated with the given converter for-class, or
null
if there is none. - createConverter(Application, String) - Method in class org.omnifaces.cdi.converter.ConverterManager
-
Returns the converter instance associated with the given converter ID, or
null
if there is none. - createConverter(FacesContext, Class<?>) - Static method in class org.omnifaces.util.FacesLocal
- createConverter(FacesContext, Object) - Static method in class org.omnifaces.util.FacesLocal
- createConverter(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
- createConverter(Class<?>) - Method in class org.omnifaces.application.OmniApplication
-
If the there's a CDI managed
Converter
instance available, then return it, else delegate toApplicationWrapper.getWrapped()
which may return the Faces managedConverter
instance. - createConverter(Class<?>) - Static method in class org.omnifaces.util.Faces
-
Creates and returns a Faces converter associated with given class identifier.
- createConverter(Object) - Static method in class org.omnifaces.util.Faces
-
Creates and returns a Faces converter associated with given object identifier.
- createConverter(String) - Method in class org.omnifaces.application.OmniApplication
-
If the there's a CDI managed
Converter
instance available, then return it, else delegate toApplicationWrapper.getWrapped()
which may return the Faces managedConverter
instance. - createConverter(String) - Static method in class org.omnifaces.util.Faces
-
Creates and returns a Faces converter associated with given string identifier.
- createDocument(List<URL>) - Static method in class org.omnifaces.util.Xml
-
Creates a single XML
Document
based on given URLs representing XML documents. - createDocumentBuilder() - Static method in class org.omnifaces.util.Xml
-
Creates an instance of
DocumentBuilder
which doesn't validate, nor is namespace aware nor expands entity references and disables external entity processing (to keep it as lenient and secure as possible). - 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.
- createFatalMessage(Throwable) - Method in class org.omnifaces.exceptionhandler.FacesMessageExceptionHandler
-
Create fatal message based on given exception which will in turn be passed to
FacesContext.addMessage(String, jakarta.faces.application.FacesMessage)
. - 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 returns 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.CompressedHttpServletResponse
- createOutputStream() - Method in class org.omnifaces.servlet.GzipHttpServletResponse
-
Deprecated.
- createOutputStream() - Method in class org.omnifaces.servlet.HttpServletResponseOutputWrapper
-
Returns the custom implementation of the servlet response
OutputStream
. - createOutputStream(boolean) - Method in class org.omnifaces.io.ResettableBufferedOutputStream
-
Returns the custom implementation of the
OutputStream
. - createOutputStream(HttpServletResponse) - Method in enum org.omnifaces.servlet.CompressedHttpServletResponse.Algorithm
-
Returns an output stream which is compressed using this algorithm for the given HTTP servlet response.
- createResource(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
- createResource(FacesContext, String, String) - Static method in class org.omnifaces.util.FacesLocal
- createResource(FacesContext, ResourceIdentifier) - Static method in class org.omnifaces.util.FacesLocal
- createResource(String) - Method in class org.omnifaces.resourcehandler.DefaultResourceHandler
-
Delegate to
DefaultResourceHandler.decorateResource(Resource, String, String)
with result ofDefaultResourceHandler.createResource(String)
from the wrapped resource handler. - createResource(String) - Static method in class org.omnifaces.util.Faces
-
Creates and returns a Faces resource associated with given resource name.
- createResource(String, String) - Method in class org.omnifaces.resourcehandler.DefaultResourceHandler
-
If library name is not null and it equals
DefaultResourceHandler.getLibraryName()
, then delegate toDefaultResourceHandler.createResourceFromLibrary(String, String)
withnull
as content type, else delegate toDefaultResourceHandler.decorateResource(Resource, String, String)
with result ofDefaultResourceHandler.createResource(String, String)
from the wrapped resource handler. - createResource(String, String) - Static method in class org.omnifaces.util.Faces
-
Creates and returns a Faces resource associated with given library name and resource name.
- createResource(String, String, String) - Method in class org.omnifaces.resourcehandler.DefaultResourceHandler
-
If library name is not null and it equals
DefaultResourceHandler.getLibraryName()
, then delegate toDefaultResourceHandler.createResourceFromLibrary(String, String)
, else delegate toDefaultResourceHandler.decorateResource(Resource, String, String)
with result ofDefaultResourceHandler.createResource(String, String, String)
from the wrapped resource handler. - createResource(ResourceIdentifier) - Static method in class org.omnifaces.util.Faces
-
Creates and returns a Faces resource associated with given resource identifier.
- createResourceFromLibrary(String, String) - Method in class org.omnifaces.resourcehandler.CombinedResourceHandler
-
Returns a new
CombinedResource
. - createResourceFromLibrary(String, String) - Method in class org.omnifaces.resourcehandler.DefaultResourceHandler
-
Returns the library-specific resource in case a resource from specifically the library name as identified by
DefaultResourceHandler.getLibraryName()
is requested. - createResourceFromLibrary(String, String) - Method in class org.omnifaces.resourcehandler.GraphicResourceHandler
-
Returns a new
GraphicResource
. - createValidator(Application, String) - Method in class org.omnifaces.cdi.validator.ValidatorManager
-
Returns the validator instance associated with the given validator ID, or
null
if there is none. - createValidator(FacesContext, Class<?>) - Static method in class org.omnifaces.util.FacesLocal
- createValidator(FacesContext, Object) - Static method in class org.omnifaces.util.FacesLocal
- createValidator(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
- createValidator(Class<?>) - Static method in class org.omnifaces.util.Faces
-
Creates and returns a Faces validator associated with given class identifier.
- createValidator(Object) - Static method in class org.omnifaces.util.Faces
-
Creates and returns a Faces validator associated with given object identifier.
- createValidator(String) - Method in class org.omnifaces.application.OmniApplication
-
If the there's a CDI managed
Validator
instance available, then return it, else delegate toApplicationWrapper.getWrapped()
which may return the Faces managedValidator
instance. - createValidator(String) - Static method in class org.omnifaces.util.Faces
-
Creates and returns a Faces validator associated with given string identifier.
- 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.
- createView(FacesContext, String) - Method in class org.omnifaces.viewhandler.OmniViewHandler
-
If the current request is a sw.js request from
PWAResourceHandler
, then create a dummy view and triggerFacesContext.responseComplete()
so that it won't be built nor rendered. - createViewResource(FacesContext, String) - Method in class org.omnifaces.facesviews.FacesViewsResourceHandler
- createViewResource(FacesContext, String) - Method in class org.omnifaces.resourcehandler.ViewResourceHandler
-
This override ensures that
Faces.getRequestServletPath()
is returned as concrete resource rather than the providedresourceName
when theViewResourceHandler.isViewResourceRequest(FacesContext)
returns true. - 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.
- CriticalStylesheet - Class in org.omnifaces.component.stylesheet
-
The
<o:criticalStylesheet>
is a component based on the standard<h:outputStylesheet>
which renders a<link rel="preload" as="style">
instead of<link rel="stylesheet">
and automatically changes therel="preload"
torel="stylesheet"
during window load event. - CriticalStylesheet() - Constructor for class org.omnifaces.component.stylesheet.CriticalStylesheet
-
Construct a new
CriticalStylesheet
component whereby the renderer type is set toCriticalStylesheetRenderer.RENDERER_TYPE
. - CriticalStylesheetRenderer - Class in org.omnifaces.renderer
-
This renderer is the default renderer of
CriticalStylesheet
. - CriticalStylesheetRenderer() - Constructor for class org.omnifaces.renderer.CriticalStylesheetRenderer
- 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.
All Classes All Packages