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

A

abbreviate(String, int) - Static method in class org.omnifaces.el.functions.Strings
Abbreviate the given text on the given size limit with ellipsis.
AbstractTreeModel<T> - Class in org.omnifaces.model.tree
A base implementation of TreeModel.
AbstractTreeModel() - Constructor for class org.omnifaces.model.tree.AbstractTreeModel
 
add(PhaseListener) - Static method in class org.omnifaces.eventlistener.CallbackPhaseListener
Adds the given phase listener to the current request scope.
add(String, FacesMessage) - Static method in class org.omnifaces.util.Messages
Add the given faces message to the given client ID.
add(FacesMessage.Severity, String, String, Object...) - Static method in class org.omnifaces.util.Messages
Add a faces message of the given severity to the given client ID, with the given message body which is formatted with the given parameters.
add(String) - Method in class org.omnifaces.util.Messages.Message
Add the current message for the given client ID.
add() - Method in class org.omnifaces.util.Messages.Message
Add the current message as a global message.
add(Object, String) - Method in class org.omnifaces.util.selectitems.SelectItemsBuilder
 
addArgument(String, Object) - Method in class org.omnifaces.context.OmniPartialViewContext
Add an argument to the partial response.
addCallbackScript(String) - Method in class org.omnifaces.context.OmniPartialViewContext
Add a callback script to the partial response.
addChild(T) - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
addChild(T) - Method in class org.omnifaces.model.tree.SortedTreeModel
An override which throws IllegalArgumentException when given data is not null and not an instance of Comparable.
addChild(T) - Method in interface org.omnifaces.model.tree.TreeModel
Creates and adds a child tree node with the given wrapped data to the current tree node.
addChildNode(TreeModel<T>) - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
addChildNode(TreeModel<T>) - Method in interface org.omnifaces.model.tree.TreeModel
Adds the given child tree node to the current tree node.
addClientBehavior(String, ClientBehavior) - Method in class org.omnifaces.component.util.MoveComponent
 
addDays(Date, int) - Static method in class org.omnifaces.el.functions.Dates
Returns a new date instance which is a sum of the given date and the given amount of days.
addError(String, String, Object...) - Static method in class org.omnifaces.util.Messages
Add an ERROR faces message to the given client ID, with the given message body which is formatted with the given parameters.
addFatal(String, String, Object...) - Static method in class org.omnifaces.util.Messages
Add a FATAL faces message to the given client ID, with the given message body which is formatted with the given parameters.
addFlash(String, FacesMessage) - Static method in class org.omnifaces.util.Messages
Add a flash scoped faces message to the given client ID.
addFlash(FacesMessage.Severity, String, String, Object...) - Static method in class org.omnifaces.util.Messages
Add a flash scoped faces message of the given severity to the given client ID, with the given message body which is formatted with the given parameters.
addFlashError(String, String, Object...) - Static method in class org.omnifaces.util.Messages
Add a flash scoped ERROR faces message to the given client ID, with the given message body which is formatted with the given parameters.
addFlashFatal(String, String, Object...) - Static method in class org.omnifaces.util.Messages
Add a flash scoped FATAL faces message to the given client ID, with the given message body which is formatted with the given parameters.
addFlashGlobal(FacesMessage) - Static method in class org.omnifaces.util.Messages
Add a flash scoped global faces message.
addFlashGlobalError(String, Object...) - Static method in class org.omnifaces.util.Messages
Add a flash scoped global ERROR faces message, with the given message body which is formatted with the given parameters.
addFlashGlobalFatal(String, Object...) - Static method in class org.omnifaces.util.Messages
Add a flash scoped global FATAL faces message, with the given message body which is formatted with the given parameters.
addFlashGlobalInfo(String, Object...) - Static method in class org.omnifaces.util.Messages
Add a flash scoped global INFO faces message, with the given message body which is formatted with the given parameters.
addFlashGlobalWarn(String, Object...) - Static method in class org.omnifaces.util.Messages
Add a flash scoped global WARN faces message, with the given message body which is formatted with the given parameters.
addFlashInfo(String, String, Object...) - Static method in class org.omnifaces.util.Messages
Add a flash scoped INFO faces message to the given client ID, with the given message body which is formatted with the given parameters.
addFlashWarn(String, String, Object...) - Static method in class org.omnifaces.util.Messages
Add a flash scoped WARN faces message to the given client ID, with the given message body which is formatted with the given parameters.
addGlobal(FacesMessage) - Static method in class org.omnifaces.util.Messages
Add a global faces message.
addGlobal(FacesMessage.Severity, String, Object...) - Static method in class org.omnifaces.util.Messages
Add a global faces message of the given severity, with the given message body which is formatted with the given parameters.
addGlobalError(String, Object...) - Static method in class org.omnifaces.util.Messages
Add a global ERROR faces message, with the given message body which is formatted with the given parameters.
addGlobalFatal(String, Object...) - Static method in class org.omnifaces.util.Messages
Add a global FATAL faces message, with the given message body which is formatted with the given parameters.
addGlobalInfo(String, Object...) - Static method in class org.omnifaces.util.Messages
Add a global INFO faces message, with the given message body which is formatted with the given parameters.
addGlobalWarn(String, Object...) - Static method in class org.omnifaces.util.Messages
Add a global WARN faces message, with the given message body which is formatted with the given parameters.
addHeader(String, String) - Method in class org.omnifaces.servlet.GzipHttpServletResponse
 
addHours(Date, int) - Static method in class org.omnifaces.el.functions.Dates
Returns a new date instance which is a sum of the given date and the given amount of hours.
addInfo(String, String, Object...) - Static method in class org.omnifaces.util.Messages
Add an INFO faces message to the given client ID, with the given message body which is formatted with the given parameters.
addMappings(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
This will map the FacesServlet to extensions found during scanning in ApplicationInitializer.
addMinutes(Date, int) - Static method in class org.omnifaces.el.functions.Dates
Returns a new date instance which is a sum of the given date and the given amount of minutes.
addMonths(Date, int) - Static method in class org.omnifaces.el.functions.Dates
Returns a new date instance which is a sum of the given date and the given amount of months.
addRenderKit(String, RenderKit) - Method in class org.omnifaces.renderkit.Html5RenderKitFactory
 
addRequestPhaseListener(PhaseListener) - Static method in class org.omnifaces.util.Events
Adds the given phase listener to the current request.
addResponseCookie(String, String, int) - Static method in class org.omnifaces.util.Faces
Add a cookie with given name, value and maxage to the HTTP response.
addResponseCookie(String, String, String, int) - Static method in class org.omnifaces.util.Faces
Add a cookie with given name, value, path and maxage to the HTTP response.
addResponseCookie(String, String, String, String, int) - Static method in class org.omnifaces.util.Faces
Add a cookie with given name, value, domain, path and maxage to the HTTP response.
addResponseCookie(FacesContext, String, String, int) - Static method in class org.omnifaces.util.FacesLocal
addResponseCookie(FacesContext, String, String, String, int) - Static method in class org.omnifaces.util.FacesLocal
addResponseCookie(FacesContext, String, String, String, String, int) - Static method in class org.omnifaces.util.FacesLocal
addResponseCookie(HttpServletRequest, HttpServletResponse, String, String, int) - Static method in class org.omnifaces.util.Servlets
Add a cookie with given name, value and maxage to the HTTP response.
addResponseCookie(HttpServletRequest, HttpServletResponse, String, String, String, int) - Static method in class org.omnifaces.util.Servlets
Add a cookie with given name, value, path and maxage to the HTTP response.
addResponseCookie(HttpServletRequest, HttpServletResponse, String, String, String, String, int) - Static method in class org.omnifaces.util.Servlets
Add a cookie with given name, value, domain, path and maxage to the HTTP response.
addResponseHeader(String, String) - Static method in class org.omnifaces.util.Faces
Add a header with given name and value to the HTTP response.
addResponseHeader(FacesContext, String, String) - Static method in class org.omnifaces.util.FacesLocal
addSeconds(Date, int) - Static method in class org.omnifaces.el.functions.Dates
Returns a new date instance which is a sum of the given date and the given amount of seconds.
addViewPhaseListener(PhaseListener) - Static method in class org.omnifaces.util.Events
Adds the given phase listener to the current view.
addWarn(String, String, Object...) - Static method in class org.omnifaces.util.Messages
Add a WARN faces message to the given client ID, with the given message body which is formatted with the given parameters.
addWeeks(Date, int) - Static method in class org.omnifaces.el.functions.Dates
Returns a new date instance which is a sum of the given date and the given amount of weeks.
addYears(Date, int) - Static method in class org.omnifaces.el.functions.Dates
Returns a new date instance which is a sum of the given date and the given amount of years.
afterBean(AfterBeanDiscovery, BeanManager) - Method in class org.omnifaces.cdi.param.ParamExtension
 
afterBeanDiscovery(AfterBeanDiscovery, BeanManager) - Method in class org.omnifaces.cdi.viewscope.ViewScopeExtension
Register a new view scope context, wrapping the given bean manager and view scope manager bean, in the current CDI context.
afterPhase(PhaseEvent) - Method in class org.omnifaces.cdi.eager.EagerBeansPhaseListener
 
afterPhase(PhaseEvent) - Method in class org.omnifaces.component.input.componentidparam.ConditionalWriterListener
 
afterPhase(PhaseEvent) - Method in class org.omnifaces.eventlistener.CallbackPhaseListener
 
afterPhase(PhaseEvent) - Method in class org.omnifaces.eventlistener.DefaultPhaseListener
 
afterPhase(PhaseEvent) - Method in class org.omnifaces.eventlistener.InvokeActionEventListener
Publish the PostInvokeActionEvent event on the components which are been collected in InvokeActionEventListener.processEvent(SystemEvent).
Ajax - Class in org.omnifaces.util
Collection of utility methods for working with PartialViewContext.
APP_MAX_CAP_PARAM_NAME - Static variable in class org.omnifaces.component.output.cache.CacheInstancePerScopeProvider
 
APP_TTL_PARAM_NAME - Static variable in class org.omnifaces.component.output.cache.CacheInstancePerScopeProvider
 
append(char) - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
 
append(CharSequence) - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
 
append(CharSequence, int, int) - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
 
ApplicationInitializer - Class in org.omnifaces
OmniFaces application initializer.
ApplicationInitializer() - Constructor for class org.omnifaces.ApplicationInitializer
 
ApplicationListener - Class in org.omnifaces
OmniFaces application listener.
ApplicationListener() - Constructor for class org.omnifaces.ApplicationListener
 
apply(FaceletContext, UIComponent) - Method in class org.omnifaces.component.output.cache.el.CacheValue
 
apply(FaceletContext, UIComponent) - Method in class org.omnifaces.taghandler.Converter
Create a Converter based on the binding and/or converterId attributes as per the standard JSF <f:converter> implementation and collect the render time attributes.
apply(FaceletContext, UIComponent) - Method in class org.omnifaces.taghandler.EnableRestorableView
Enable the current view to be restorable.
apply(FaceletContext, UIComponent) - Method in class org.omnifaces.taghandler.IgnoreValidationFailed
This will create a PhaseListener for the before phase of PhaseId.PROCESS_VALIDATIONS which will in turn check if the parent UICommand component has been invoked during the postback and if so, then set a context attribute which informs the Form to ignore the validation.
apply(FaceletContext, UIComponent) - Method in class org.omnifaces.taghandler.ImportConstants
First obtain the constants of the class by its fully qualified name as specified in the type attribute from the cache.
apply(FaceletContext, UIComponent) - Method in class org.omnifaces.taghandler.ImportFunctions
Register a new FunctionMapper which checks if the given prefix matches our own var and then find the associated method based on the given method name.
apply(FaceletContext, UIComponent) - Method in class org.omnifaces.taghandler.MassAttribute
 
apply(FaceletContext, UIComponent) - Method in class org.omnifaces.taghandler.MethodParam
 
apply(FaceletContext, UIComponent) - Method in class org.omnifaces.taghandler.ValidateBean
 
apply(FaceletContext, UIComponent) - Method in class org.omnifaces.taghandler.ValidateUniqueColumn
If the component is new, check if it's an instance of UIInput and then register this tag as a value change listener on it.
apply(FaceletContext, UIComponent) - Method in class org.omnifaces.taghandler.Validator
Create a Validator based on the binding and/or validatorId attributes as per the standard JSF <f:validator> implementation and collect the render time attributes.
apply(FaceletContext, UIComponent) - Method in class org.omnifaces.taghandler.ViewParamValidationFailed
If the parent component is an instance of UIViewRoot or UIViewParameter and is new, and the current request is not a postback, and not in render response, and all required attributes are set, then subscribe the parent component to the PostValidateEvent.
Arrays - Class in org.omnifaces.el.functions
Collection of EL functions for array manipulation: of:createArray(), of:createIntegerArray(), and of:contains().
ascendingKeySet() - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Returns a unmodifiable snapshot Set view of the keys contained in this map.
ascendingKeySetWithLimit(int) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Set view of the keys contained in this map.
ascendingMap() - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Map view of the mappings contained in this map.
ascendingMapWithLimit(int) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Map view of the mappings contained in this map.
asEntryWeigher(Weigher<? super V>) - Static method in class org.omnifaces.util.concurrentlinkedhashmap.Weighers
A entry weigher backed by the specified weigher.
Attribute - Annotation Type in org.omnifaces.cdi.param
Attribute for a Converter or Validator that is applied to a value retrieved from an HTTP request and injected via the Param qualifier.
ATTRIBUTE_NAMES - Static variable in class org.omnifaces.component.output.GraphicImage
 
authenticate() - Static method in class org.omnifaces.util.Faces
Trigger the default container managed authentication mechanism on the current request.
authenticate(FacesContext) - Static method in class org.omnifaces.util.FacesLocal

B

BEAN_VALIDATION_AVAILABLE - Static variable in class org.omnifaces.util.Platform
 
BeanManager - Enum in org.omnifaces.config
This configuration enum allows you to get a reference to CDI managed beans without having any direct CDI dependency.
Beans - Class in org.omnifaces.util
Collection of utility methods for the CDI API that are mainly shortcuts for obtaining stuff from the BeanManager.
BeansLocal - Class in org.omnifaces.util
Collection of utility methods for the CDI API that are mainly shortcuts for obtaining stuff from the BeanManager.
BeanStorage - Class in org.omnifaces.cdi
CDI bean storage.
BeanStorage(int) - Constructor for class org.omnifaces.cdi.BeanStorage
Construct a new CDI bean storage with the given initial capacity of the map holding all beans.
BeanValidationEventListener - Class in org.omnifaces.eventlistener
Overrides BeanValidator.setValidationGroups(String) for all components in the current view.
BeanValidationEventListener(String, boolean) - Constructor for class org.omnifaces.eventlistener.BeanValidationEventListener
Construct an instance of bean validation event listener based on the given validation groups and disabled state.
beforePhase(PhaseEvent) - Method in class org.omnifaces.component.input.componentidparam.ConditionalWriterListener
 
beforePhase(PhaseEvent) - Method in class org.omnifaces.eventlistener.CallbackPhaseListener
 
beforePhase(PhaseEvent) - Method in class org.omnifaces.eventlistener.DefaultPhaseListener
 
beforePhase(PhaseEvent) - Method in class org.omnifaces.eventlistener.InvokeActionEventListener
Publish the PreInvokeActionEvent event on the components which are been collected in InvokeActionEventListener.processEvent(SystemEvent).
beforePhase(PhaseEvent) - Method in class org.omnifaces.eventlistener.ResetInputAjaxActionListener
Delegate to the ResetInputAjaxActionListener.processAction(ActionEvent) method when this action listener is been registered as a phase listener so that it get applied on all ajax requests.
broadcast(FacesEvent) - Method in class org.omnifaces.component.tree.Tree
If the given event is an instance of the specific faces event which was created during our Tree.queueEvent(FacesEvent), then extract the node from it and set it as current node and delegate the call to the wrapped faces event.
BUFFERED_RESPONSE - Static variable in class org.omnifaces.filter.OnDemandResponseBufferFilter
 
BufferedHttpServletResponse - Class in org.omnifaces.servlet
This HTTP servlet response implementation buffers the entire response body.
BufferedHttpServletResponse(HttpServletResponse) - Constructor for class org.omnifaces.servlet.BufferedHttpServletResponse
Construct a buffered HTTP servlet response which wraps the given response.
build() - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Builder
Creates a new ConcurrentLinkedHashMap instance.
build() - Method in class org.omnifaces.util.selectitems.SelectItemsBuilder
 
buildList() - Method in class org.omnifaces.util.selectitems.SelectItemsBuilder
 
byteArray() - Static method in class org.omnifaces.util.concurrentlinkedhashmap.Weighers
A weigher where the value is a byte array and its weight is the number of bytes.

C

Cache - Class in org.omnifaces.component.output
The <o:cache> component allows to cache a fragment of rendered markup.
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.CacheInitializer
 
CACHE_PROVIDER_INIT_PARAM_NAME - Static variable in class org.omnifaces.component.output.cache.CacheInitializer
 
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.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.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.
CacheInitializer - Class in org.omnifaces.component.output.cache
Optional initializer for the Cache used by the Omnifaces Cache component.
CacheInitializer() - Constructor for class org.omnifaces.component.output.cache.CacheInitializer
 
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.With2Arguments<A,B> - Interface in org.omnifaces.util
Use this if you need a callback which takes two arguments.
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 and phase event callbacks from the request scope subscribed via subscribeToRequestXxxPhase() 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
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.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.
collect(ProcessBean<T>, BeanManager) - Method in class org.omnifaces.cdi.eager.EagerExtension
 
collect(ProcessManagedBean<T>) - Method in class org.omnifaces.cdi.param.ParamExtension
 
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.
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
The <o:commandScript> is a component based on the standard <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.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.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.GraphicImage
 
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.DeferredScript
The standard 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.util.MoveComponent
 
COMPONENT_TYPE - Static variable in class org.omnifaces.component.util.ResolveComponent
 
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.
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
 
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 JSF 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 JSF component tree.
Components.ForEach() - Constructor for class org.omnifaces.util.Components.ForEach
 
Components.ForEach(FacesContext) - Constructor for class org.omnifaces.util.Components.ForEach
 
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
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
 
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.eventlistener.DefaultServletContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.omnifaces.ApplicationListener
 
contextInitialized(ServletContextEvent) - Method in class org.omnifaces.eventlistener.DefaultServletContextListener
 
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.
Converter.DeferredConverter() - Constructor for class org.omnifaces.taghandler.Converter.DeferredConverter
 
converterAttributes() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer.DefaultParamAnnotationLiteral
 
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 class org.omnifaces.cdi.param.DynamicParamValueProducer.DefaultParamAnnotationLiteral
 
Converters - Class in org.omnifaces.el.functions
Collection of EL functions for data conversion: of:iterableToList() (with alternative of:iterableToModel), of:setToList(), of:mapToList(), of:joinArray(), of:joinCollection(), of:joinMap(), of:splitArray(), of:splitList(), and of:toJson().
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(CreationalContext<Object>) - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
 
create(FacesContext, ValueExpression, Object) - Static method in class org.omnifaces.resourcehandler.GraphicResource
Create a new graphic resource based on the given value expression.
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.
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.
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
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.
createConverter(String) - Method in class org.omnifaces.application.OmniApplication
If the 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 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
Returns the converter instance associated with the given converter ID, or null if there is none.
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.
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, javax.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 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, String, String) - Method in class org.omnifaces.resourcehandler.CDNResourceHandler
Delegate to CDNResourceHandler.createResource(String, String, String) of the wrapped resource handler.
createResource(String, String, String) - Method in class org.omnifaces.resourcehandler.CombinedResourceHandler
 
createResource(String) - Method in class org.omnifaces.resourcehandler.DefaultResourceHandler
Delegate to DefaultResourceHandler.createResource(String, String, String) with null as library name and content type.
createResource(String, String) - Method in class org.omnifaces.resourcehandler.DefaultResourceHandler
createResource(String, String, String) - Method in class org.omnifaces.resourcehandler.DefaultResourceHandler
Delegate to the right createResource() method of the wrapped resource handler.
createResource(String, String, String) - Method in class org.omnifaces.resourcehandler.GraphicResourceHandler
 
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 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 class org.omnifaces.cdi.validator.ValidatorManager
Returns the validator instance associated with the given validator ID, or null if there is none.
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.

D

data(String, Object) - Static method in class org.omnifaces.util.Ajax
Add the given data argument to the current ajax response.
data(Object...) - Static method in class org.omnifaces.util.Ajax
Add the given data arguments to the current ajax response.
data(Map<String, Object>) - Static method in class org.omnifaces.util.Ajax
Add the given mapping of data arguments to the current ajax response.
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(Date, Date) - 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.component.input.ComponentIdParam
 
decode(FacesContext) - Method in class org.omnifaces.component.script.CommandScript
If this command script was invoked, queue the ActionEvent accordingly.
decodeURL(String) - Static method in class org.omnifaces.util.Utils
URL-decode the given string using UTF-8.
DEFAULT_CACHE_PARAM_NAME - Static variable in class org.omnifaces.component.output.cache.CacheInstancePerScopeProvider
 
DEFAULT_MAX_ACTIVE_VIEW_SCOPES - Static variable in class org.omnifaces.cdi.viewscope.ViewScopeManager
Default value of maximum active view scopes in session.
DEFAULT_SCOPE - Static variable in class org.omnifaces.component.output.Cache
 
DEFAULT_SCOPE - Static variable in class org.omnifaces.component.util.MoveComponent
 
DEFAULT_SCOPE - Static variable in class org.omnifaces.component.util.ResolveComponent
 
DefaultCache - Class in org.omnifaces.component.output.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.component.output.cache.DefaultCache
 
DefaultCacheProvider - Class in org.omnifaces.component.output.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.component.output.cache.DefaultCacheProvider
 
DefaultExceptionHandlerFactory - Class in org.omnifaces.exceptionhandler
Default implementation for ExceptionHandlerFactory, saving boilerplate to get hold of wrapped one.
DefaultExceptionHandlerFactory(ExceptionHandlerFactory) - Constructor for class org.omnifaces.exceptionhandler.DefaultExceptionHandlerFactory
Constructs a exception handler factory, wrapping the given exception handler factory.
DefaultHttpSessionListener - Class in org.omnifaces.eventlistener
Default implementation for the HttpSessionListener interface.
DefaultHttpSessionListener() - Constructor for class org.omnifaces.eventlistener.DefaultHttpSessionListener
 
DefaultPhaseListener - Class in org.omnifaces.eventlistener
Default implementation for the PhaseListener interface.
DefaultPhaseListener(PhaseId) - Constructor for class org.omnifaces.eventlistener.DefaultPhaseListener
 
DefaultResource - Class in org.omnifaces.resourcehandler
A default Resource implementation, fixing broken ResourceWrapper and implementing Externalizable to avoid JSF state saving trouble.
DefaultResource(Resource) - Constructor for class org.omnifaces.resourcehandler.DefaultResource
Constructs a new resource wrapping the given resource.
DefaultResourceHandler - Class in org.omnifaces.resourcehandler
DefaultResourceHandler(ResourceHandler) - Constructor for class org.omnifaces.resourcehandler.DefaultResourceHandler
Creates a new instance of this unmapped 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
 
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
 
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
 
descendingKeySet() - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Set view of the keys contained in this map.
descendingKeySetWithLimit(int) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Set view of the keys contained in this map.
descendingMap() - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Map view of the mappings contained in this map.
descendingMapWithLimit(int) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Map view of the mappings contained in this map.
destroy(Object, CreationalContext<Object>) - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
 
destroy() - Method in class org.omnifaces.filter.HttpFilter
 
destroy(Class<T>) - Static method in class org.omnifaces.util.Beans
Destroy the currently active instance of the given CDI managed bean class.
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, Class<T>) - Static method in class org.omnifaces.util.BeansLocal
destroy(BeanManager, Bean<T>) - Static method in class org.omnifaces.util.BeansLocal
destroyBeans() - Method in class org.omnifaces.cdi.BeanStorage
Destroy all beans managed so far.
detail(String, Object...) - Method in class org.omnifaces.util.Messages.Message
Set the detail message of the current message.
disable() - Static method in class org.omnifaces.cdi.eager.EagerBeansWebListener
 
disableBeanValidation() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer.DefaultParamAnnotationLiteral
 
doFilter(HttpServletRequest, HttpServletResponse, HttpSession, FilterChain) - Method in class org.omnifaces.cdi.eager.EagerBeansFilter
 
doFilter(HttpServletRequest, HttpServletResponse, HttpSession, FilterChain) - Method in class org.omnifaces.facesviews.FacesViewsForwardingFilter
 
doFilter(HttpServletRequest, HttpServletResponse, HttpSession, FilterChain) - Method in class org.omnifaces.filter.CacheControlFilter
Set the necessary response headers based on expires initialization parameter.
doFilter(HttpServletRequest, HttpServletResponse, HttpSession, FilterChain) - Method in class org.omnifaces.filter.CharacterEncodingFilter
Perform the filtering job.
doFilter(HttpServletRequest, HttpServletResponse, HttpSession, FilterChain) - Method in class org.omnifaces.filter.FacesExceptionFilter
 
doFilter(HttpServletRequest, HttpServletResponse, HttpSession, FilterChain) - Method in class org.omnifaces.filter.GzipResponseFilter
Perform the filtering job.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.omnifaces.filter.HttpFilter
 
doFilter(HttpServletRequest, HttpServletResponse, HttpSession, FilterChain) - Method in class org.omnifaces.filter.HttpFilter
Filter the HTTP request.
doFilter(HttpServletRequest, HttpServletResponse, HttpSession, FilterChain) - Method in class org.omnifaces.filter.OnDemandResponseBufferFilter
 
doProcess() - Method in class org.omnifaces.component.util.MoveComponent
 
doProcess() - Method in class org.omnifaces.component.util.ResolveComponent
 
DynamicParamValueProducer - Class in org.omnifaces.cdi.param
Dynamic CDI producer used to work around CDI's restriction to create true generic producers.
DynamicParamValueProducer(BeanManager, Type) - Constructor for class org.omnifaces.cdi.param.DynamicParamValueProducer
 
DynamicParamValueProducer.DefaultParamAnnotationLiteral - Class in org.omnifaces.cdi.param
 
DynamicParamValueProducer.DefaultParamAnnotationLiteral() - Constructor for class org.omnifaces.cdi.param.DynamicParamValueProducer.DefaultParamAnnotationLiteral
 
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.

E

Eager - Annotation Type in org.omnifaces.cdi
The CDI annotation Eager specifies that a scoped bean is to be eagerly instantiated.
EagerBeansFilter - Class in org.omnifaces.cdi.eager
A servlet Filter that can be used as alternative for EagerBeansWebListener.
EagerBeansFilter() - Constructor for class org.omnifaces.cdi.eager.EagerBeansFilter
 
EagerBeansPhaseListener - Class in org.omnifaces.cdi.eager
A PhaseListener that instantiates eager request scoped beans by JSF view ID.
EagerBeansPhaseListener() - Constructor for class org.omnifaces.cdi.eager.EagerBeansPhaseListener
 
EagerBeansRepository - Class in org.omnifaces.cdi.eager
Bean repository via which various types of eager beans can be instantiated on demand.
EagerBeansRepository() - Constructor for class org.omnifaces.cdi.eager.EagerBeansRepository
 
EagerBeansWebListener - Class in org.omnifaces.cdi.eager
A web listener that instantiates eager session and request scoped beans.
EagerBeansWebListener() - Constructor for class org.omnifaces.cdi.eager.EagerBeansWebListener
 
EagerExtension - Class in org.omnifaces.cdi.eager
CDI extension that collects beans annotated with Eager.
EagerExtension() - Constructor for class org.omnifaces.cdi.eager.EagerExtension
 
EditableValueHolderStateHelper - Class in org.omnifaces.component
Helper class to save and restore state of an EditableValueHolder.
EditableValueHolderStateHelper() - Constructor for class org.omnifaces.component.EditableValueHolderStateHelper
 
ELContextWrapper - Class in org.omnifaces.el
Provides a simple implementation of ELContext that can be sub-classed by developers wishing to provide specialized behavior to an existing ELContext instance.
ELContextWrapper() - Constructor for class org.omnifaces.el.ELContextWrapper
 
ELContextWrapper(ELContext) - Constructor for class org.omnifaces.el.ELContextWrapper
 
ELResolverWrapper - Class in org.omnifaces.el
Provides a simple implementation of ELResolver that can be sub-classed by developers wishing to provide specialized behavior to an existing ELResolver instance.
ELResolverWrapper() - Constructor for class org.omnifaces.el.ELResolverWrapper
 
ELResolverWrapper(ELResolver) - Constructor for class org.omnifaces.el.ELResolverWrapper
 
EnableRestorableView - Class in org.omnifaces.taghandler
The <o:enableRestorableView> taghandler instructs the view handler to recreate the entire view whenever the view has been expired, i.e.
EnableRestorableView(TagConfig) - Constructor for class org.omnifaces.taghandler.EnableRestorableView
The tag constructor.
encode(Object) - Static method in class org.omnifaces.util.Json
Encodes the given object as JSON.
encodeAll(FacesContext) - Method in class org.omnifaces.component.output.Param
 
encodeAll(FacesContext) - Method in class org.omnifaces.component.tree.TreeNodeItem
Suppress default behavior of TreeNodeItem.encodeAll(FacesContext) (which also checks UIComponentBase.isRendered()) by delegating directly to TreeFamily.encodeChildren(FacesContext).
encodeBegin(FacesContext) - Method in class org.omnifaces.component.input.Form
 
encodeBegin(FacesContext) - Method in class org.omnifaces.component.output.ConditionalComment
 
encodeBegin(FacesContext) - Method in class org.omnifaces.component.output.GraphicImage
 
encodeBegin(FacesContext) - Method in class org.omnifaces.component.output.OutputFormat
If the var attribute is set, start capturing the output.
encodeBegin(FacesContext) - Method in class org.omnifaces.component.output.ResourceInclude
Create a dispatcher for the resource given by the component's path attribute, catch its output and write it to the JSF response writer.
encodeBegin(FacesContext) - Method in class org.omnifaces.component.script.CommandScript
Write a <span><script> with therein the script function which allows the end-user to execute a JSF ajax request by a just script function call functionName() in the JavaScript context.
encodeBegin(FacesContext) - Method in class org.omnifaces.component.script.OnloadScript
If the current request is not an ajax request, and this component is rendered, and there are any children, then start the <script> element.
encodeBegin(FacesContext, UIComponent) - Method in class org.omnifaces.renderer.DeferredScriptRenderer
Writes a <script> element which calls OmniFaces.DeferredScript.add with as arguments the script URL and, if any, the onbegin, onsuccess and/or onerror callbacks.
encodeChildren(FacesContext) - Method in class org.omnifaces.component.output.Cache
 
encodeChildren(FacesContext) - Method in class org.omnifaces.component.script.Highlight
Visit all components of the current UIForm, check if they are an instance of UIInput and are not UIInput.isValid() and finally append them to an array in JSON format and render the script.
encodeChildren(FacesContext) - Method in class org.omnifaces.component.tree.TreeFamily
encodeChildren(FacesContext) - Method in class org.omnifaces.component.validator.ValidatorFamily
encodeChildren(FacesContext, UIComponent) - Method in class org.omnifaces.renderer.InlineResourceRenderer
Obtain the resource, construct a Reader around it using the character encoding as obtained from the response writer and then invoke InlineResourceRenderer.startElement(ResponseWriter, UIComponent), InlineResourceRenderer.writeResource(Reader, ResponseWriter) and InlineResourceRenderer.endElement(ResponseWriter) in sequence.
encodeChildren(FacesContext, UIComponent) - Method in class org.omnifaces.renderer.MessagesRenderer
 
encodeEmptyMessages(FacesContext, OmniMessages) - Method in class org.omnifaces.renderer.MessagesRenderer
Encode the case when there are no messages.
encodeEnd(FacesContext) - Method in class org.omnifaces.component.output.ConditionalComment
 
encodeEnd(FacesContext) - Method in class org.omnifaces.component.output.GraphicImage
 
encodeEnd(FacesContext) - Method in class org.omnifaces.component.output.OutputFormat
If the var attribute is set, stop capturing the output and expose it in request scope by the var attribute value as variable name.
encodeEnd(FacesContext) - Method in class org.omnifaces.component.script.CommandScript
 
encodeEnd(FacesContext) - Method in class org.omnifaces.component.script.OnloadScript
If the current request is not an ajax request, and this component is rendered, and there are any children, then end the <script> element.
encodeEnd(FacesContext, UIComponent) - Method in class org.omnifaces.renderer.DeferredScriptRenderer
 
encodeFunction(FacesContext, String) - Method in class org.omnifaces.component.script.CommandScript
Encode the script function.
encodeMessages(FacesContext, OmniMessages, List<FacesMessage>, boolean) - Method in class org.omnifaces.renderer.MessagesRenderer
Encode the case when the faces messages are to be rendered as either a HTML table or a HTML list.
encodeMessagesRepeater(FacesContext, OmniMessages, List<FacesMessage>) - Method in class org.omnifaces.renderer.MessagesRenderer
Encode the case when the var attribute is specified.
encodeOneventOption(FacesContext, String, String) - Method in class org.omnifaces.component.script.CommandScript
Create an option for the onevent function which contains the onbegin and oncomplete scripts.
encodeOptions(FacesContext) - Method in class org.omnifaces.component.script.CommandScript
Encode the JS object which holds the jsf.ajax.request options, such as additional request parameters from <f:param>, the values of execute and render attributes and the onevent function which contains the onbegin and oncomplete scripts.
encodeURL(String) - Static method in class org.omnifaces.el.functions.Strings
URL-encode the given string using UTF-8.
encodeURL(String) - Static method in class org.omnifaces.util.Utils
URL-encode the given string using UTF-8.
END_CONTENT_MARKER - Static variable in class org.omnifaces.component.output.Cache
 
endCDATA() - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
 
endDocument() - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
 
endElement(String) - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
 
endElement(ResponseWriter) - Method in class org.omnifaces.renderer.InlineResourceRenderer
End the element.
endElement(ResponseWriter) - Method in class org.omnifaces.renderer.InlineScriptRenderer
 
endElement(ResponseWriter) - Method in class org.omnifaces.renderer.InlineStylesheetRenderer
 
entrySet() - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
entrySet() - Method in class org.omnifaces.util.MapWrapper
entrySingleton() - Static method in class org.omnifaces.util.concurrentlinkedhashmap.Weighers
A weigher where an entry has a weight of 1.
EntryWeigher<K,V> - Interface in org.omnifaces.util.concurrentlinkedhashmap
A class that can determine the weight of an entry.
equals(Object) - Method in class org.omnifaces.el.MethodExpressionValueExpressionAdapter
 
equals(Object) - Method in class org.omnifaces.el.ReadOnlyValueExpression
 
equals(ReadOnlyValueExpression) - Method in class org.omnifaces.el.ReadOnlyValueExpression
 
equals(Object) - Method in class org.omnifaces.el.ValueExpressionMethodWrapper
 
equals(ValueExpressionMethodWrapper) - Method in class org.omnifaces.el.ValueExpressionMethodWrapper
 
equals(Object) - Method in class org.omnifaces.el.ValueExpressionWrapper
 
equals(Object) - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
equals(Object) - Method in class org.omnifaces.resourcehandler.ResourceIdentifier
 
equals(Object) - Method in class org.omnifaces.util.MapWrapper
error() - Method in class org.omnifaces.util.Messages.Message
Set the severity of the current message to ERROR.
escapeJS(String) - Static method in class org.omnifaces.el.functions.Strings
Escapes the given string according the JavaScript code rules.
escapeJS(String, boolean) - Static method in class org.omnifaces.util.Utils
Escapes the given string according the JavaScript code rules.
evalAttribute(UIComponent, String) - Static method in class org.omnifaces.el.functions.Components
Evaluates an attribute of a component by first checking if there's a value expression associated with it, and only if there isn't one look at a component property with that name.
evaluateExpressionGet(String) - Static method in class org.omnifaces.util.Faces
Programmatically evaluate the given EL expression and return the evaluated value.
evaluateExpressionGet(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
evaluateExpressionSet(String, Object) - Static method in class org.omnifaces.util.Faces
Programmatically evaluate the given EL expression and set the given value.
evaluateExpressionSet(FacesContext, String, Object) - Static method in class org.omnifaces.util.FacesLocal
Events - Class in org.omnifaces.util
Collection of utility methods for the JSF API with respect to working with system and phase events.
EvictionListener<K,V> - Interface in org.omnifaces.util.concurrentlinkedhashmap
A listener registered for notification when an entry is evicted.
Exceptions - Class in org.omnifaces.util
Collection of general utility methods with respect to working with exceptions.
ExpressionInspector - Class in org.omnifaces.el
This class contains methods that inspect expressions to reveal information about them.
ExpressionInspector() - Constructor for class org.omnifaces.el.ExpressionInspector
 
ExtendedSelectItem - Class in org.omnifaces.model
This class extends the default SelectItem with several convenience methods.
ExtendedSelectItem() - Constructor for class org.omnifaces.model.ExtendedSelectItem
Construct a SelectItem with no initialized property values.
ExtendedSelectItem(UISelectItem) - Constructor for class org.omnifaces.model.ExtendedSelectItem
Construct a SelectItem with property values initialized from the corresponding properties on the UISelectItem.
ExtensionAction - Enum in org.omnifaces.facesviews
The action that is done when a Faces Views request with an extension is done.

F

FaceletContextConsumer - Interface in org.omnifaces.component.util
Interface to be implemented by components that wish to receive the FaceletContext for the Facelet in which they are declared.
Facelets - Class in org.omnifaces.util
Collection of utility methods for Facelets code.
Facelets() - Constructor for class org.omnifaces.util.Facelets
 
Faces - Class in org.omnifaces.util
Collection of utility methods for the JSF API that are mainly shortcuts for obtaining stuff from the thread local FacesContext.
FACES_SERVLET_EXTENSIONS - Static variable in class org.omnifaces.facesviews.FacesViews
The name of the application scope context parameter under which a Set that stores the extensions to which the FacesServlet is mapped.
FACES_VIEWS_DISPATCH_METHOD_PARAM_NAME - Static variable in class org.omnifaces.facesviews.FacesViews
The name of the init parameter (in web.xml) that determines the method used by FacesViews to invoke the FacesServlet.
FACES_VIEWS_ENABLED_PARAM_NAME - Static variable in class org.omnifaces.facesviews.FacesViews
Web context parameter to switch auto-scanning completely off for Servlet 3.0 containers.
FACES_VIEWS_EXTENSION_ACTION_PARAM_NAME - Static variable in class org.omnifaces.facesviews.FacesViews
The name of the init parameter (in web.xml) that determines the action that is performed whenever a resource is requested WITH extension that's also available without an extension.
FACES_VIEWS_FILTER_AFTER_DECLARED_FILTERS_PARAM_NAME - Static variable in class org.omnifaces.facesviews.FacesViews
The name of the boolean init parameter (in web.xml) via which the user can set whether the FacesViewsForwardingFilter should match before declared filters (false) or after declared filters (true);
FACES_VIEWS_ORIGINAL_SERVLET_PATH - Static variable in class org.omnifaces.facesviews.FacesViews
 
FACES_VIEWS_PATH_ACTION_PARAM_NAME - Static variable in class org.omnifaces.facesviews.FacesViews
The name of the init parameter (in web.xml) that determines the action that is performed whenever a resource is requested in a public path that has been used for scanning views by faces views.
FACES_VIEWS_RESOURCES - Static variable in class org.omnifaces.facesviews.FacesViews
 
FACES_VIEWS_RESOURCES_EXTENSIONS - Static variable in class org.omnifaces.facesviews.FacesViews
 
FACES_VIEWS_REVERSE_RESOURCES - Static variable in class org.omnifaces.facesviews.FacesViews
 
FACES_VIEWS_SCAN_PATHS_PARAM_NAME - Static variable in class org.omnifaces.facesviews.FacesViews
The name of the init parameter (in web.xml) where the value holds a comma separated list of paths that are to be scanned by faces views.
FACES_VIEWS_SCANNED_VIEWS_EXTENSIONLESS_PARAM_NAME - Static variable in class org.omnifaces.facesviews.FacesViews
The name of the init parameter (in web.xml) via which the user can set scanned views to be always rendered extensionless.
FACES_VIEWS_VIEW_HANDLER_MODE_PARAM_NAME - Static variable in class org.omnifaces.facesviews.FacesViews
The name of the boolean init parameter (in web.xml) via which the user can set whether the FacesViewsViewHandler should strip the extension from the parent view handler's outcome or construct the URL itself and only take the query parameters (if any) from the parent.
FacesEventWrapper - Class in org.omnifaces.event
Provides a simple implementation of FacesEvent that can be sub-classed by developers wishing to provide specialized behavior to an existing FacesEvent instance without the need to implement/override all the methods which do not necessarily need to be implemented.
FacesEventWrapper(FacesEvent, UIComponent) - Constructor for class org.omnifaces.event.FacesEventWrapper
Construct a new faces event wrapper which wraps the given faces event for the given component.
FacesExceptionFilter - Class in org.omnifaces.filter
The FacesExceptionFilter will solve 2 problems with exceptions thrown in JSF methods.
FacesExceptionFilter() - Constructor for class org.omnifaces.filter.FacesExceptionFilter
 
FacesLocal - Class in org.omnifaces.util
Collection of utility methods for the JSF API that are mainly shortcuts for obtaining stuff from the provided FacesContext argument.
FacesMessageExceptionHandler - Class in org.omnifaces.exceptionhandler
The FacesMessageExceptionHandler will add every exception as a global FATAL faces message.
FacesMessageExceptionHandler(ExceptionHandler) - Constructor for class org.omnifaces.exceptionhandler.FacesMessageExceptionHandler
Construct a new faces message exception handler around the given wrapped exception handler.
FacesMessageExceptionHandlerFactory - Class in org.omnifaces.exceptionhandler
This exception handler factory needs to be registered as follows in faces-config.xml to get the FacesMessageExceptionHandler to run:
FacesMessageExceptionHandlerFactory(ExceptionHandlerFactory) - Constructor for class org.omnifaces.exceptionhandler.FacesMessageExceptionHandlerFactory
Construct a new full ajax exception handler factory around the given wrapped factory.
facesRedirect(HttpServletRequest, HttpServletResponse, String, String...) - Static method in class org.omnifaces.util.Servlets
Sends a temporary (302) JSF redirect to the given URL, supporting JSF ajax requests.
FacesServletDispatchMethod - Enum in org.omnifaces.facesviews
The method used by FacesViews to invoke the FacesServlet.
FacesViews - Class in org.omnifaces.facesviews
FacesViews is a mechanism to use SEO-friendly extensionless URLs in a JSF application without the need to enlist individual Facelet source files in some configuration file.
FacesViewsForwardingFilter - Class in org.omnifaces.facesviews
This filter makes sure extensionless requests arrive at the FacesServlet using an extension on which that Servlet is mapped, and that non-extensionless requests are handled according to a set preference.
FacesViewsForwardingFilter() - Constructor for class org.omnifaces.facesviews.FacesViewsForwardingFilter
 
FacesViewsJSF2ExternalContextFactory - Class in org.omnifaces.facesviews
External context factory that installs an external context which locates resources just like the FacesViewsResolver does.
FacesViewsJSF2ExternalContextFactory(ExternalContextFactory) - Constructor for class org.omnifaces.facesviews.FacesViewsJSF2ExternalContextFactory
 
FacesViewsJSF2ExternalContextFactory.FacesViewsJSF2ExternalContext - Class in org.omnifaces.facesviews
 
FacesViewsJSF2ExternalContextFactory.FacesViewsJSF2ExternalContext(ExternalContext) - Constructor for class org.omnifaces.facesviews.FacesViewsJSF2ExternalContextFactory.FacesViewsJSF2ExternalContext
 
FacesViewsResolver - Class in org.omnifaces.facesviews
Facelets resource resolver that resolves mapped resources (views) to the folders from which those views were scanned (like the the special auto-scanned faces-views folder).
FacesViewsResolver(ResourceResolver) - Constructor for class org.omnifaces.facesviews.FacesViewsResolver
 
FacesViewsViewHandler - Class in org.omnifaces.facesviews
View handler that renders an action URL extensionless if a resource is a mapped one, and faces views has been set to always render extensionless or if the current request is extensionless, otherwise as-is.
FacesViewsViewHandler(ViewHandler) - Constructor for class org.omnifaces.facesviews.FacesViewsViewHandler
 
FacesViewsViewHandlerInstaller - Class in org.omnifaces.facesviews
Installs the FacesViewsViewHandler.
FacesViewsViewHandlerInstaller() - Constructor for class org.omnifaces.facesviews.FacesViewsViewHandlerInstaller
 
fatal() - Method in class org.omnifaces.util.Messages.Message
Set the severity of the current message to FATAL.
filterExtension(Set<String>) - Static method in class org.omnifaces.util.ResourcePaths
Filters away every resource in the given set that has an extension.
findComponent(String) - Static method in class org.omnifaces.util.Components
Returns the UI component matching the given client ID search expression.
findComponentInChildren(UIComponent, String) - Static method in class org.omnifaces.util.Components
Returns the UI component matching the given client ID search expression relative to the point in the component tree of the given component, searching only in its children.
findComponentInParents(UIComponent, String) - Static method in class org.omnifaces.util.Components
Returns the UI component matching the given client ID search expression relative to the point in the component tree of the given component, searching only in its parents.
findComponentRelatively(UIComponent, String) - Static method in class org.omnifaces.util.Components
Returns the UI component matching the given client ID search expression relative to the point in the component tree of the given component.
findComponentsInChildren(UIComponent, Class<C>) - Static method in class org.omnifaces.util.Components
Returns a list of UI components matching the given type in children of the given component.
findErrorPageLocation(Throwable) - Method in enum org.omnifaces.config.WebXml
Find for the given exception the right error page location.
findErrorPageLocation(FacesContext, Throwable) - Method in class org.omnifaces.exceptionhandler.FullAjaxExceptionHandler
Determine the error page location based on the given exception.
findExceptionRootCause(FacesContext, Throwable) - Method in class org.omnifaces.exceptionhandler.FullAjaxExceptionHandler
Determine the root cause based on the caught exception, which will then be used to find the error page location.
findMethod(Object, String, Object[]) - Static method in class org.omnifaces.util.Reflection
Finds a method based on the method name, amount of parameters and limited typing, if necessary prefixed with "get".
findValueByStringConversion(FacesContext, UIComponent, String, Converter) - Static method in class org.omnifaces.util.selectitems.SelectItemsUtils
Finds an object value in the SelectItem instances associated with the given component by means of matching its converted value with the given string value.
flash() - Method in class org.omnifaces.util.Messages.Message
Make the current message a flash message.
flush() - Method in class org.omnifaces.io.ResettableBufferedOutputStream
 
flush() - Method in class org.omnifaces.io.ResettableBufferedWriter
 
flushBuffer() - Method in class org.omnifaces.servlet.GzipHttpServletResponse
 
flushBuffer() - Method in class org.omnifaces.servlet.HttpServletResponseOutputWrapper
 
forEachComponent() - Static method in class org.omnifaces.util.Components
Invokes an operation on every component in the component tree.
forEachComponent(FacesContext) - Static method in class org.omnifaces.util.Components
Invokes an operation on every component in the component tree.
Form - Class in org.omnifaces.component.input
The <o:form> is a component that extends the standard <h:form> and provides a way to keep view or request parameters in the request URL after a post-back and offers in combination with the <o:ignoreValidationFailed> tag on an UICommand component the possibility to ignore validation failures so that the invoke action phase will be executed anyway.
Form() - Constructor for class org.omnifaces.component.input.Form
 
format1(String, Object) - Static method in class org.omnifaces.el.functions.Strings
Format the given string with 1 parameter.
format2(String, Object, Object) - Static method in class org.omnifaces.el.functions.Strings
Format the given string with 2 parameters.
format3(String, Object, Object, Object) - Static method in class org.omnifaces.el.functions.Strings
Format the given string with 3 parameters.
format4(String, Object, Object, Object, Object) - Static method in class org.omnifaces.el.functions.Strings
Format the given string with 4 parameters.
format5(String, Object, Object, Object, Object, Object) - Static method in class org.omnifaces.el.functions.Strings
Format the given string with 5 parameters.
formatBytes(Long) - Static method in class org.omnifaces.el.functions.Numbers
Format the given bytes to nearest 10n with IEC binary unit (KiB, MiB, etc) with rounding precision of 1 fraction.
formatCurrency(Number, String) - Static method in class org.omnifaces.el.functions.Numbers
Format the given number as currency with the given symbol.
formatDate(Date, String) - Static method in class org.omnifaces.el.functions.Dates
Format the given date in the given pattern with system default timezone.
formatDateWithTimezone(Date, String, Object) - Static method in class org.omnifaces.el.functions.Dates
Format the given date in the given pattern with the given timezone.
formatNumber(Number, String) - Static method in class org.omnifaces.el.functions.Numbers
Format the given number in the given pattern.
formatNumberDefault(Number) - Static method in class org.omnifaces.el.functions.Numbers
Format the given number in the locale-default pattern.
formatPercent(Number) - Static method in class org.omnifaces.el.functions.Numbers
Format the given number as percentage.
formatRFC1123(Date) - Static method in class org.omnifaces.util.Utils
Formats the given Date to a string in RFC1123 format.
fromMap(Map<?, ?>) - Static method in class org.omnifaces.util.selectitems.SelectItemsBuilder
Builds a List of SelectItems from the given Map argument.
fromRoot(UIComponent) - Method in class org.omnifaces.util.Components.ForEach
The root component where tree visiting starts
FullAjaxExceptionHandler - Class in org.omnifaces.exceptionhandler
The FullAjaxExceptionHandler will transparently handle exceptions during ajax requests exactly the same way as exceptions during synchronous (non-ajax) requests.
FullAjaxExceptionHandler(ExceptionHandler) - Constructor for class org.omnifaces.exceptionhandler.FullAjaxExceptionHandler
Construct a new ajax exception handler around the given wrapped exception handler.
FullAjaxExceptionHandlerFactory - Class in org.omnifaces.exceptionhandler
This exception handler factory needs to be registered as follows in faces-config.xml to get the FullAjaxExceptionHandler to run:
FullAjaxExceptionHandlerFactory(ExceptionHandlerFactory) - Constructor for class org.omnifaces.exceptionhandler.FullAjaxExceptionHandlerFactory
Construct a new full ajax exception handler factory around the given wrapped factory.

G

GenericEnumConverter - Class in org.omnifaces.converter
The omnifaces.GenericEnumConverter is intended for use in UISelectMany components whose value is been bound to a List<E> property where E is an enum.
GenericEnumConverter() - Constructor for class org.omnifaces.converter.GenericEnumConverter
 
get(Contextual<T>) - Method in class org.omnifaces.cdi.viewscope.ViewScopeContext
 
get(Contextual<T>, CreationalContext<T>) - Method in class org.omnifaces.cdi.viewscope.ViewScopeContext
 
get(StateHelper, String) - Static method in class org.omnifaces.component.EditableValueHolderStateHelper
Returns the state helper of the EditableValueHolder child associated with the given client ID.
get(String) - Method in interface org.omnifaces.component.output.cache.Cache
Gets a value from the cache
get(String) - Method in class org.omnifaces.component.output.cache.TimeToLiveCache
 
get() - Method in enum org.omnifaces.config.BeanManager
Returns the CDI bean manager.
get(Object) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
get(Object) - Method in class org.omnifaces.util.MapWrapper
get() - Method in class org.omnifaces.util.Messages.Message
Returns the so far built message.
get(Serializable) - Method in class org.omnifaces.util.State
Attempts to find a value associated with the specified key in the component's state.
get(Serializable, Object) - Method in class org.omnifaces.util.State
Attempts to find a value associated with the specified key in the component's state.
getActionURL(FacesContext, String) - Method in class org.omnifaces.facesviews.FacesViewsViewHandler
 
getActiveInstances(Class<S>) - Static method in class org.omnifaces.util.Beans
Returns all active CDI managed bean instances in the given CDI managed bean scope.
getActiveInstances(BeanManager, Class<S>) - Static method in class org.omnifaces.util.BeansLocal
getActualParameters() - Method in class org.omnifaces.el.MethodReference
Returns the actual (evaluated) parameters of the method call.
getAlt() - Method in class org.omnifaces.component.output.GraphicImage
Returns an empty string as default value instead of null, so that the attribute is always rendered, as mandated by HTML5.
getAnnotation(Annotated, Class<A>) - Static method in class org.omnifaces.util.Beans
Get program element annotation of a certain annotation type.
getAnnotation(BeanManager, Annotated, Class<A>) - Static method in class org.omnifaces.util.BeansLocal
getApplication() - Method in class org.omnifaces.application.OmniApplicationFactory
Returns an instance of OmniApplication which wraps the original application.
getApplication() - Static method in class org.omnifaces.util.Faces
Returns the application singleton.
getApplicationAttribute(String) - Static method in class org.omnifaces.util.Faces
Returns the application scope attribute value associated with the given name.
getApplicationAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getApplicationAttribute(ServletContext, String) - Static method in class org.omnifaces.util.Servlets
Returns the application scope attribute value associated with the given name.
getApplicationFromFactory() - Static method in class org.omnifaces.util.Faces
Gets the JSF Application singleton from the FactoryFinder.
getApplicationMap() - Static method in class org.omnifaces.util.Faces
Returns the application scope map.
getApplicationMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getAsChangedObject(FacesContext, UIComponent, String) - Method in class org.omnifaces.converter.ValueChangeConverter
Use this method instead of ValueChangeConverter.getAsObject(FacesContext, UIComponent, String) if you intend to perform the conversion only when the submitted value is really changed as compared to the model value.
getAsObject(FacesContext, UIComponent, String) - Method in class org.omnifaces.converter.GenericEnumConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.omnifaces.converter.ListConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.omnifaces.converter.ListIndexConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.omnifaces.converter.SelectItemsConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.omnifaces.converter.SelectItemsIndexConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.omnifaces.converter.ValueChangeConverter
If the component is an instance of EditableValueHolder and the string representation of its old object value is equal to the submitted value, then immediately return its old object value unchanged.
getAsString(FacesContext, UIComponent, Object) - Method in class org.omnifaces.converter.GenericEnumConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.omnifaces.converter.ListConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.omnifaces.converter.ListIndexConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.omnifaces.converter.SelectItemsConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.omnifaces.converter.SelectItemsIndexConverter
 
getAttribute(String, String) - Method in interface org.omnifaces.component.output.cache.Cache
Gets a named attribute from the cache entry identified by the key parameter.
getAttribute(String, String) - Method in class org.omnifaces.component.output.cache.TimeToLiveCache
 
getAttribute(UIComponent, String) - Static method in class org.omnifaces.util.Components
Returns the attribute of the given component on the given name.
getAttributes() - Method in class org.omnifaces.component.input.ViewParam
 
getAttributes() - Method in class org.omnifaces.component.output.cache.CacheEntry
Gets a map of attributes associated with this entry.
getBase() - Method in class org.omnifaces.el.MethodReference
Returns the base of the EL method expression.
getBean(Contextual<T>, BeanManager) - Method in class org.omnifaces.cdi.BeanStorage
Returns the bean associated with the given context, or null if there is none.
getBean(Contextual<T>) - Method in class org.omnifaces.cdi.viewscope.ViewScopeManager
Returns the CDI view scoped managed bean from the current JSF view scope.
getBeanClass() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
 
getBeanValidator() - Static method in class org.omnifaces.util.Platform
 
getBeanValidatorFactory() - Static method in class org.omnifaces.util.Platform
 
getBehaviorDefaultEvent() - Method in class org.omnifaces.component.util.MoveComponent
 
getBehaviorEvents() - Method in class org.omnifaces.component.util.MoveComponent
 
getBookmarkableURL(Map<String, List<String>>, boolean) - Static method in class org.omnifaces.util.Faces
Returns the concrete domain-relative URL to the current view with the given params URL-encoded in the query string and optionally include view parameters as well.
getBookmarkableURL(String, Map<String, List<String>>, boolean) - Static method in class org.omnifaces.util.Faces
Returns the concrete domain-relative URL to the given view with the given params URL-encoded in the query string and optionally include view parameters as well.
getBookmarkableURL(Collection<ParamHolder>, boolean) - Static method in class org.omnifaces.util.Faces
Returns the concrete domain-relative URL to the current view with the given params URL-encoded in the query string and optionally include view parameters as well.
getBookmarkableURL(String, Collection<ParamHolder>, boolean) - Static method in class org.omnifaces.util.Faces
Returns the concrete domain-relative URL to the given view with the given params URL-encoded in the query string and optionally include view parameters as well.
getBookmarkableURL(FacesContext, Map<String, List<String>>, boolean) - Static method in class org.omnifaces.util.FacesLocal
getBookmarkableURL(FacesContext, String, Map<String, List<String>>, boolean) - Static method in class org.omnifaces.util.FacesLocal
getBookmarkableURL(FacesContext, Collection<ParamHolder>, boolean) - Static method in class org.omnifaces.util.FacesLocal
getBookmarkableURL(FacesContext, String, Collection<ParamHolder>, boolean) - Static method in class org.omnifaces.util.FacesLocal
getBoolean(TagAttribute, FaceletContext) - Static method in class org.omnifaces.util.Facelets
Return the boolean value of the given attribute
getBuffer() - Method in class org.omnifaces.servlet.BufferedHttpServletResponse
Flushes and returns the buffered response.
getBufferAsString() - Method in class org.omnifaces.servlet.BufferedHttpServletResponse
Flushes and returns the buffered response as a string which is encoded using the character encoding provided by ServletResponseWrapper.getCharacterEncoding().
getCache(FacesContext, String) - Static method in class org.omnifaces.component.output.cache.CacheFactory
Gets an instance of a Cache using the configured cache provider.
getCache(FacesContext, String) - Method in class org.omnifaces.component.output.cache.CacheInstancePerScopeProvider
 
getCache(FacesContext, String) - Method in interface org.omnifaces.component.output.cache.CacheProvider
Gets an instance of a Cache using the configured cache provider.
getCacheAttribute(FacesContext, String) - Method in class org.omnifaces.component.output.Cache
Gets a named attribute associated with the main cache entry this component is using to store the rendering of its child components.
getCacheProvider(ServletContext) - Static method in class org.omnifaces.component.output.cache.CacheFactory
Gets the cache provider as it has been set in the ServletContext.
getCacheProvider(FacesContext) - Static method in class org.omnifaces.component.output.cache.CacheFactory
Gets the cache provider that has been set, or the default provider if none is present.
getChildCount() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
getChildCount() - Method in interface org.omnifaces.model.tree.TreeModel
Returns the count of the children of the current tree node.
getChildren() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
getChildren() - Method in interface org.omnifaces.model.tree.TreeModel
Returns an unmodifiable list of all child tree nodes of the current tree node.
getClosestParent(UIComponent, Class<C>) - Static method in class org.omnifaces.util.Components
Returns from the given component the closest parent of the given parent type, or null if none is found.
getCommonPropertyType(ELContext, Object) - Method in class org.omnifaces.el.ELResolverWrapper
getComponents() - Method in class org.omnifaces.component.validator.ValidateMultipleFields
Returns the client identifiers of components which are to be validated.
getContainerClientId(FacesContext) - Method in class org.omnifaces.component.tree.Tree
An override which appends the index of the current model node to the client ID chain, if any available.
getContentType() - Method in class org.omnifaces.resourcehandler.DefaultResource
 
getContext(Class) - Method in class org.omnifaces.el.ELContextWrapper
getContext() - Static method in class org.omnifaces.util.Ajax
Returns the current partial view context (the ajax context).
getContext() - Static method in class org.omnifaces.util.Faces
Returns the current faces context.
getContext(ELContext) - Static method in class org.omnifaces.util.Faces
Returns the faces context that's stored in an ELContext.
getContextAttribute(String) - Static method in class org.omnifaces.util.Faces
Returns the Faces context attribute value associated with the given name.
getContextAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getConverter(Param, Class<?>) - Static method in class org.omnifaces.cdi.param.RequestParameterProducer
 
getConverter() - Method in class org.omnifaces.component.output.Param
 
getConverter() - Method in class org.omnifaces.component.SimpleParam
 
getCurrentCommand() - Static method in class org.omnifaces.util.Components
Returns the currently invoked UI command component, or null if there is none, which may happen when the current request is not a postback request at all, or when the view has been changed by for example a successful navigation.
getCurrentComponent() - Static method in class org.omnifaces.util.Components
Returns the current UI component from the EL context.
getCurrentForm() - Static method in class org.omnifaces.util.Components
Returns the currently submitted UI form component, or null if there is none, which may happen when the current request is not a postback request at all, or when the view has been changed by for example a successful navigation.
getCurrentInjectionPoint(CreationalContext<?>) - Static method in class org.omnifaces.util.Beans
Gets the current injection point when called from a context where injection is taking place (e.g.
getCurrentInjectionPoint(BeanManager, CreationalContext<?>) - Static method in class org.omnifaces.util.BeansLocal
getCurrentInstance() - Static method in class org.omnifaces.context.OmniPartialViewContext
Returns the current instance of the OmniFaces partial view context.
getCurrentInstance(FacesContext) - Static method in class org.omnifaces.context.OmniPartialViewContext
Returns the current instance of the OmniFaces partial view context from the given faces context.
getCurrentModelNode() - Method in class org.omnifaces.component.tree.Tree
Returns the current node of the tree model.
getCurrentPhaseId() - Static method in class org.omnifaces.util.Faces
Returns the current phase ID.
getData() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
getData() - Method in interface org.omnifaces.model.tree.TreeModel
Returns the wrapped data of the current tree node.
getDataURI() - Method in class org.omnifaces.resourcehandler.GraphicResource
Returns the data URI for resource's content.
getDayOfWeek(Integer) - Static method in class org.omnifaces.el.functions.Dates
Returns the day of week name from the mapping associated with the given day of week number in ISO 8601 order (Monday first) for the current locale.
getDaysOfWeek() - Static method in class org.omnifaces.el.functions.Dates
Returns a mapping of day of week names in ISO 8601 order (Monday first) for the current locale.
getDefaultCacheProvider() - Static method in class org.omnifaces.component.output.cache.CacheFactory
Returns an instance of the default cache provider.
getDefaultEventName() - Method in class org.omnifaces.component.util.MoveComponent
 
getDefaultLocale() - Static method in class org.omnifaces.util.Faces
Returns the default locale, or null if there is none.
getDefaultLocale(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getDefaultResourceMaxAge() - Static method in class org.omnifaces.util.Hacks
Returns the default resource maximum age in milliseconds.
getDestination() - Method in class org.omnifaces.component.util.MoveComponent
 
getELContext() - Static method in class org.omnifaces.util.Faces
Returns the current EL context.
getELResolver() - Method in class org.omnifaces.el.ELContextWrapper
getEnvEntry(String) - Static method in class org.omnifaces.util.JNDI
Returns the named environment entry for the deployment component from where this is called.
getErrorPageLocations() - Method in enum org.omnifaces.config.WebXml
Returns a mapping of all error page locations by exception type.
getEventNames() - Method in class org.omnifaces.component.util.MoveComponent
 
getExceptionHandler() - Method in class org.omnifaces.exceptionhandler.FacesMessageExceptionHandlerFactory
Returns a new instance of FacesMessageExceptionHandler which wraps the original exception handler.
getExceptionHandler() - Method in class org.omnifaces.exceptionhandler.FullAjaxExceptionHandlerFactory
Returns a new instance of FullAjaxExceptionHandler which wraps the original exception handler.
getExecute() - Method in class org.omnifaces.component.script.CommandScript
Returns a space separated string of client IDs to process on ajax request.
getExpectedType() - Method in class org.omnifaces.el.ReadOnlyValueExpression
 
getExpectedType() - Method in class org.omnifaces.el.ValueExpressionMethodWrapper
 
getExpectedType() - Method in class org.omnifaces.el.ValueExpressionWrapper
 
getExpressionString() - Method in class org.omnifaces.el.MethodExpressionValueExpressionAdapter
 
getExpressionString() - Method in class org.omnifaces.el.ReadOnlyValueExpression
 
getExpressionString() - Method in class org.omnifaces.el.ValueExpressionMethodWrapper
 
getExpressionString() - Method in class org.omnifaces.el.ValueExpressionWrapper
 
getExtension(String) - Static method in class org.omnifaces.util.ResourcePaths
Gets the extension of a resource if any.
getExtensionAction(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
 
getExtensionlessURLWithQuery(HttpServletRequest) - Static method in class org.omnifaces.facesviews.FacesViews
Obtains the full request URL from the given request complete with the query string, but with the extension (if any) cut out.
getExtensionlessURLWithQuery(HttpServletRequest, String) - Static method in class org.omnifaces.facesviews.FacesViews
Obtains the full request URL from the given request and the given resource complete with the query string, but with the extension (if any) cut out.
getExternalContext(Object, Object, Object) - Method in class org.omnifaces.facesviews.FacesViewsJSF2ExternalContextFactory
 
getExternalContext() - Static method in class org.omnifaces.util.Faces
Returns the current external context.
getFaceletAttribute(String) - Static method in class org.omnifaces.util.Faces
Returns the Facelet attribute value associated with the given name.
getFaceletAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getFaceletContext() - Static method in class org.omnifaces.util.Faces
Returns the Facelet context.
getFaceletContext(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getFacesContext() - Method in class org.omnifaces.util.Components.ForEach
 
getFacesServletDispatchMethod(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
 
getFacesServletExtensions(FacesContext) - Static method in class org.omnifaces.facesviews.FacesViews
 
getFacesServletExtensions(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
 
getFacesServletRegistration(ServletContext) - Static method in class org.omnifaces.util.Platform
Returns the ServletRegistration associated with the FacesServlet.
getFacet() - Method in class org.omnifaces.component.util.MoveComponent
 
getFamily() - Method in class org.omnifaces.component.output.OutputFamily
getFamily() - Method in class org.omnifaces.component.script.CommandScript
getFamily() - Method in class org.omnifaces.component.script.ScriptFamily
getFamily() - Method in class org.omnifaces.component.tree.TreeFamily
getFamily() - Method in class org.omnifaces.component.util.UtilFamily
getFamily() - Method in class org.omnifaces.component.validator.ValidatorFamily
getFeatureDescriptors(ELContext, Object) - Method in class org.omnifaces.el.ELResolverWrapper
getFilterConfig() - Method in class org.omnifaces.filter.HttpFilter
Returns the filter config.
getFlash() - Static method in class org.omnifaces.util.Faces
Returns the flash scope.
getFlash(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getFlashAttribute(String) - Static method in class org.omnifaces.util.Faces
Returns the flash scope attribute value associated with the given name.
getFlashAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getFor() - Method in class org.omnifaces.component.util.MoveComponent
 
getFor() - Method in class org.omnifaces.component.util.ResolveComponent
 
getFormErrorPage() - Method in enum org.omnifaces.config.WebXml
Returns the location of the FORM authentication error page, or null if it is not defined.
getFormLoginPage() - Method in enum org.omnifaces.config.WebXml
Returns the location of the FORM authentication login page, or null if it is not defined.
getForwardRequestQueryString() - Static method in class org.omnifaces.util.Faces
Returns the original HTTP request query string behind this forwarded request, if any.
getForwardRequestQueryString(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getForwardRequestQueryString(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the original HTTP request query string behind this forwarded request, if any.
getForwardRequestURI() - Static method in class org.omnifaces.util.Faces
Returns the original HTTP request URI behind this forwarded request, if any.
getForwardRequestURI(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getForwardRequestURI(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the original HTTP request URI behind this forwarded request, if any.
getForwardRequestURIWithQueryString() - Static method in class org.omnifaces.util.Faces
Returns the original HTTP request URI with query string behind this forwarded request, if any.
getForwardRequestURIWithQueryString(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getForwardRequestURIWithQueryString(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the original HTTP request URI with query string behind this forwarded request, if any.
getFunctionMapper() - Method in class org.omnifaces.el.ELContextWrapper
getHints() - Method in class org.omnifaces.util.Components.ForEach
 
getId() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
 
getIds() - Method in class org.omnifaces.util.Components.ForEach
 
getIf() - Method in class org.omnifaces.component.output.ConditionalComment
Returns the if condition.
getImmediateValue(UIInput) - Static method in class org.omnifaces.util.Components
Returns the value of the given input component whereby any unconverted submitted string value will immediately be converted/validated as this method is called.
getImplInfo() - Static method in class org.omnifaces.util.Faces
Returns the implementation information of currently loaded JSF implementation.
getIndex() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
getIndex() - Method in interface org.omnifaces.model.tree.TreeModel
Returns the zero-based unique index of the current tree node.
getInitParameter(String) - Method in class org.omnifaces.filter.HttpFilter
Returns the value of the filter init parameter associated with the given name.
getInitParameter(String) - Static method in class org.omnifaces.util.Faces
Returns the application initialization parameter.
getInitParameter(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getInitParameterMap() - Static method in class org.omnifaces.util.Faces
Returns the application initialization parameter map.
getInitParameterMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getInjectionPoint() - Method in class org.omnifaces.cdi.beans.InjectionPointGenerator
 
getInjectionPoints() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
 
getInputStream() - Method in class org.omnifaces.resourcehandler.GraphicResource
 
getInstance(Class<T>) - Static method in class org.omnifaces.util.Beans
Returns the CDI managed bean instance (actual) of the given bean class and creates one if one doesn't exist.
getInstance(Class<T>, boolean) - Static method in class org.omnifaces.util.Beans
Returns the CDI managed bean instance (actual) of the given bean class and creates one if one doesn't exist and create argument is true, otherwise don't create one and return null if there's no current instance.
getInstance(Bean<T>, boolean) - Static method in class org.omnifaces.util.Beans
Returns the CDI managed bean instance (actual) of the given bean representation and creates one if one doesn't exist and create argument is true, otherwise don't create one and return null if there's no current instance.
getInstance(BeanManager, Class<T>) - Static method in class org.omnifaces.util.BeansLocal
getInstance(BeanManager, Class<T>, boolean) - Static method in class org.omnifaces.util.BeansLocal
getInstance(BeanManager, Bean<T>, boolean) - Static method in class org.omnifaces.util.BeansLocal
getKey() - Method in class org.omnifaces.component.output.Cache
 
getLabel(UIComponent) - Static method in class org.omnifaces.util.Components
Returns the value of the label attribute associated with the given UI component if any, else the client ID.
getLastModified() - Method in class org.omnifaces.resourcehandler.DynamicResource
Returns the "last modified" timestamp of this resource.
getLevel() - Method in class org.omnifaces.component.tree.TreeNode
Returns the level for which this node should render the items.
getLevel() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
getLevel() - Method in interface org.omnifaces.model.tree.TreeModel
Returns the level of the current tree node.
getLibrary() - Method in class org.omnifaces.resourcehandler.ResourceIdentifier
Returns the resource library.
getLibraryName() - Method in class org.omnifaces.resourcehandler.DefaultResource
 
getLocale() - Method in class org.omnifaces.el.ELContextWrapper
getLocale() - Static method in class org.omnifaces.util.Faces
Returns the current locale.
getLocale(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getLocalValue() - Method in class org.omnifaces.component.output.Param
 
getLocalValue() - Method in interface org.omnifaces.component.ParamHolder
Returns the original, unconverted value of the parameter.
getLocalValue() - Method in class org.omnifaces.component.SimpleParam
 
getManager() - Static method in class org.omnifaces.util.Beans
Returns the CDI bean manager.
getMappedPath(String) - Static method in class org.omnifaces.facesviews.FacesViews
 
getMapping() - Static method in class org.omnifaces.util.Faces
Determines and returns the faces servlet mapping used in the current request.
getMapping(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getMessage() - Method in class org.omnifaces.component.messages.OmniMessages
Returns the single INFO message to be shown instead when this component has any faces message.
getMessage() - Method in class org.omnifaces.component.validator.ValidateMultipleFields
Returns the validation message to be shown.
getMessage() - Method in class org.omnifaces.taghandler.ValidateUniqueColumn
Returns the runtime evaluated value of the message attribute.
getMessage(String, Object...) - Method in interface org.omnifaces.util.Messages.Resolver
Returns the resolved message based on the given message and parameters.
getMessageBundle() - Static method in class org.omnifaces.util.Faces
Returns the application message bundle as identified by <message-bundle> in faces-config.xml.
getMessageBundle(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getMessages(FacesContext, OmniMessages) - Method in class org.omnifaces.renderer.MessagesRenderer
Collect all messages associated with components identified by for attribute and return it.
getMetadataAttribute(String, String) - Static method in class org.omnifaces.util.Faces
Returns the metadata attribute of the given view ID associated with the given name.
getMetadataAttribute(String) - Static method in class org.omnifaces.util.Faces
Returns the metadata attribute of the current view associated with the given name.
getMetadataAttribute(FacesContext, String, String) - Static method in class org.omnifaces.util.FacesLocal
getMetadataAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getMetadataAttributes(String) - Static method in class org.omnifaces.util.Faces
Returns the metadata attribute map of the given view ID, or an empty map if there is no view metadata.
getMetadataAttributes() - Static method in class org.omnifaces.util.Faces
Returns the metadata attribute map of the current view, or an empty map if there is no view metadata.
getMetadataAttributes(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getMetadataAttributes(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getMethod() - Method in class org.omnifaces.el.MethodReference
Returns the concrete Method instance of the EL method expression.
getMethodInfo(ELContext) - Method in class org.omnifaces.el.MethodExpressionValueExpressionAdapter
 
getMethodInfo() - Method in class org.omnifaces.el.MethodReference
Returns the standard EL MethodInfo of the MethodExpression where this MethodReference has been extracted from.
getMethodReference(ELContext, ValueExpression) - Static method in class org.omnifaces.el.ExpressionInspector
Gets a MethodReference from a ValueExpression.
getMimeType(String) - Static method in class org.omnifaces.util.Faces
Returns the mime type for the given file name.
getMimeType(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getMonth(Integer) - Static method in class org.omnifaces.el.functions.Dates
Returns the month name from the mapping associated with the given month number for the current locale.
getMonths() - Static method in class org.omnifaces.el.functions.Dates
Returns a mapping of month names by month numbers for the current locale.
getName() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
 
getName() - Method in interface org.omnifaces.component.ParamHolder
Returns the name of the parameter.
getName() - Method in class org.omnifaces.component.script.CommandScript
Returns the script function name.
getName() - Method in class org.omnifaces.component.SimpleParam
 
getName() - Method in class org.omnifaces.component.util.ResolveComponent
 
getName() - Method in class org.omnifaces.resourcehandler.ResourceIdentifier
Returns the resource name.
getNextSibling() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
getNextSibling() - Method in interface org.omnifaces.model.tree.TreeModel
Returns the next tree node sibling of the current tree node.
getObject(TagAttribute, FaceletContext) - Static method in class org.omnifaces.util.Facelets
Return the Object value of the given attribute
getOnbegin() - Method in class org.omnifaces.component.script.CommandScript
Returns a script to execute before ajax request is fired.
getOncomplete() - Method in class org.omnifaces.component.script.CommandScript
Returns a script to execute after ajax response is processed.
getOptionalLabel(UIComponent) - Static method in class org.omnifaces.util.Components
Returns the value of the label attribute associated with the given UI component if any, else null.
getOutputStream() - Method in class org.omnifaces.servlet.HttpServletResponseOutputWrapper
 
getParameters() - Method in class org.omnifaces.component.output.cache.CacheInstancePerScopeProvider
 
getParent() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
getParent() - Method in interface org.omnifaces.model.tree.TreeModel
Returns the parent tree node of the current tree node.
getPartialResponseWriter() - Method in class org.omnifaces.context.OmniPartialViewContext
 
getPartialViewContext(FacesContext) - Method in class org.omnifaces.context.OmniPartialViewContextFactory
Returns a new instance of OmniPartialViewContext which wraps the original partial view context.
getPathAction(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
 
getPathInfo() - Method in class org.omnifaces.facesviews.UriExtensionRequestWrapper
 
getPhaseId() - Method in class org.omnifaces.component.input.componentidparam.ConditionalWriterListener
 
getPhaseId() - Method in class org.omnifaces.event.FacesEventWrapper
 
getPhaseId() - Method in class org.omnifaces.eventlistener.CallbackPhaseListener
 
getPhaseId() - Method in class org.omnifaces.eventlistener.DefaultPhaseListener
 
getPreviousSibling() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
getPreviousSibling() - Method in interface org.omnifaces.model.tree.TreeModel
Returns the previous tree node sibling of the current tree node.
getPublicRootPaths(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
 
getQualifiers() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
 
getQueryParameters(String) - Static method in class org.omnifaces.facesviews.FacesViewsViewHandler
Extracts the query string from a resource.
getRealPath(String) - Static method in class org.omnifaces.util.Faces
Returns the absolute disk file system path representation of the given web content path.
getRealPath(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getReference(Class<T>) - Method in enum org.omnifaces.config.BeanManager
Returns the CDI managed bean reference (proxy) of the given class.
getReference(Class<T>) - Static method in class org.omnifaces.util.Beans
Returns the CDI managed bean reference (proxy) of the given bean class.
getReference(Bean<T>) - Static method in class org.omnifaces.util.Beans
Returns the CDI managed bean reference (proxy) of the given bean representation.
getReference(BeanManager, Class<T>) - Static method in class org.omnifaces.util.BeansLocal
getReference(BeanManager, Bean<T>) - Static method in class org.omnifaces.util.BeansLocal
getRemoteAddr() - Static method in class org.omnifaces.util.Faces
Returns the Internet Protocol (IP) address of the client that sent the request.
getRemoteAddr(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRemoteUser() - Static method in class org.omnifaces.util.Faces
Returns the name of the logged-in user for container managed FORM based authentication, if any.
getRemoteUser(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRender() - Method in class org.omnifaces.component.script.CommandScript
Returns a space separated string of client IDs to update on ajax response.
getRenderKit(FacesContext, String) - Method in class org.omnifaces.renderkit.Html5RenderKitFactory
If the given render kit ID equals to RenderKitFactory.HTML_BASIC_RENDER_KIT, then return a new Html5RenderKit instance which wraps the original render kit, else return the original render kit.
getRenderKitIds() - Method in class org.omnifaces.renderkit.Html5RenderKitFactory
 
getRendersChildren() - Method in class org.omnifaces.component.output.OutputFamily
Returns true.
getRendersChildren() - Method in class org.omnifaces.component.script.ScriptFamily
Returns true.
getRendersChildren() - Method in class org.omnifaces.component.tree.TreeFamily
Returns true.
getRendersChildren() - Method in class org.omnifaces.component.util.UtilFamily
Returns true.
getRendersChildren() - Method in class org.omnifaces.component.validator.ValidatorFamily
Returns true.
getRendersChildren() - Method in class org.omnifaces.renderer.InlineResourceRenderer
Returns true.
getRendersChildren() - Method in class org.omnifaces.renderer.MessagesRenderer
Returns true.
getRequest() - Static method in class org.omnifaces.util.Faces
Returns the HTTP servlet request.
getRequest(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestAttribute(String) - Static method in class org.omnifaces.util.Faces
Returns the request scope attribute value associated with the given name.
getRequestAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getRequestBaseURL() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request base URL.
getRequestBaseURL(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestBaseURL(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request base URL.
getRequestContextPath() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request context path.
getRequestContextPath(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestCookie(String) - Static method in class org.omnifaces.util.Faces
Returns the value of the HTTP request cookie associated with the given name.
getRequestCookie(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getRequestCookie(HttpServletRequest, String) - Static method in class org.omnifaces.util.Servlets
Returns the value of the HTTP request cookie associated with the given name.
getRequestDomainURL() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request domain URL.
getRequestDomainURL(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestDomainURL(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request domain URL.
getRequestHeader(String) - Static method in class org.omnifaces.util.Faces
Returns the HTTP request header value associated with the given name.
getRequestHeader(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getRequestHeaderMap() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request header map.
getRequestHeaderMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestHeaderValues(String) - Static method in class org.omnifaces.util.Faces
Returns the HTTP request header values associated with the given name.
getRequestHeaderValues(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getRequestHeaderValuesMap() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request header values map.
getRequestHeaderValuesMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestHostname() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request hostname.
getRequestHostname(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestHostname(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request hostname.
getRequestMap() - Static method in class org.omnifaces.util.Faces
Returns the request scope map.
getRequestMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestParameter(String) - Static method in class org.omnifaces.util.Faces
Returns the HTTP request parameter value associated with the given name.
getRequestParameter(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getRequestParameterMap() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request parameter map.
getRequestParameterMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestParameterValues(String) - Static method in class org.omnifaces.util.Faces
Returns the HTTP request parameter values associated with the given name.
getRequestParameterValues(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getRequestParameterValuesMap() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request parameter values map.
getRequestParameterValuesMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestPath() - Method in class org.omnifaces.resourcehandler.DynamicResource
 
getRequestPath() - Method in class org.omnifaces.resourcehandler.GraphicResource
An override which either returns the data URI or appends the converted method parameters to the query string.
getRequestPathInfo() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request path info.
getRequestPathInfo(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestQueryString() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request query string.
getRequestQueryString(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestQueryStringMap() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request query string as parameter values map.
getRequestQueryStringMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestQueryStringMap(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request query string as parameter values map.
getRequestRelativeURI(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request URI relative to the context root of a web application.
getRequestRelativeURIWithoutPathParameters(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request URI relative to the context root of a web application.
getRequestServletPath() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request servlet path.
getRequestServletPath(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestURI() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request URI.
getRequestURI(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestURIWithQueryString() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request URI with query string.
getRequestURIWithQueryString(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestURIWithQueryString(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request URI with query string.
getRequestURL() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request URL.
getRequestURL(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestURLWithQueryString() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request URL with query string.
getRequestURLWithQueryString(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestURLWithQueryString(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request URL with query string.
getResource(String) - Method in class org.omnifaces.facesviews.FacesViewsJSF2ExternalContextFactory.FacesViewsJSF2ExternalContext
 
getResource(String) - Static method in class org.omnifaces.util.Faces
Returns a URL for an application resource mapped to the specified path, if it exists; otherwise, return null.
getResource(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getResourceAsStream(String) - Static method in class org.omnifaces.util.Faces
Returns an input stream for an application resource mapped to the specified path, if it exists; otherwise, return null.
getResourceAsStream(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getResourceBundle(String) - Static method in class org.omnifaces.util.Faces
Returns the application resource bundle as identified by the given <var> of the <resource-bundle> in faces-config.xml.
getResourceBundle(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getResourceName() - Method in class org.omnifaces.resourcehandler.DefaultResource
 
getResourcePaths(String) - Static method in class org.omnifaces.util.Faces
Returns a set of available application resource paths matching the specified path.
getResourcePaths(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getResponse() - Static method in class org.omnifaces.util.Faces
Returns the HTTP servlet response.
getResponse(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getResponseBufferSize() - Static method in class org.omnifaces.util.Faces
Returns the HTTP response buffer size.
getResponseBufferSize(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getResponseCharacterEncoding() - Static method in class org.omnifaces.util.Faces
Returns the HTTP response character encoding.
getResponseCharacterEncoding(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getResponseHeaders() - Method in class org.omnifaces.resourcehandler.DynamicResource
 
getRichFacesPartialViewContext() - Static method in class org.omnifaces.util.Hacks
RichFaces PartialViewContext implementation does not extend from PartialViewContextWrapper.
getRichFacesRenderIds() - Static method in class org.omnifaces.util.Hacks
RichFaces PartialViewContext implementation does not have the getRenderIds() method properly implemented.
getRichFacesResourceLibraryResources(ResourceIdentifier) - Static method in class org.omnifaces.util.Hacks
Returns an ordered set of all JSF resource identifiers for the given RichFaces resource library resources.
getRichFacesWrappedPartialViewContext() - Static method in class org.omnifaces.util.Hacks
RichFaces PartialViewContext implementation does not have any getWrapped() method to return the wrapped PartialViewContext.
getRoot() - Method in class org.omnifaces.util.Components.ForEach
 
getRootPaths(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
 
getRowCount() - Method in class org.omnifaces.model.IterableDataModel
 
getRowData() - Method in class org.omnifaces.model.IterableDataModel
 
getRowIndex() - Method in class org.omnifaces.model.IterableDataModel
 
getScope() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
 
getScope() - Method in class org.omnifaces.cdi.viewscope.ViewScopeContext
Returns ViewScoped class.
getScope() - Method in class org.omnifaces.component.output.Cache
 
getScope() - Method in class org.omnifaces.component.util.ResolveComponent
 
getSecurityConstraints() - Method in enum org.omnifaces.config.WebXml
Returns a mapping of all security constraint URL patterns and the associated roles in the declared order.
getServerInfo() - Static method in class org.omnifaces.util.Faces
Returns the server information of currently running application server implementation.
getServerInfo(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getServletContext() - Method in class org.omnifaces.filter.HttpFilter
Returns the servlet context.
getServletContext() - Static method in class org.omnifaces.util.Faces
Returns the servlet context.
getServletContext(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getServletPath() - Method in class org.omnifaces.facesviews.UriExtensionRequestWrapper
 
getSession() - Static method in class org.omnifaces.util.Faces
Returns the HTTP session and creates one if one doesn't exist.
getSession(boolean) - Static method in class org.omnifaces.util.Faces
Returns the HTTP session and creates one if one doesn't exist and create argument is true, otherwise don't create one and return null.
getSession(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getSession(FacesContext, boolean) - Static method in class org.omnifaces.util.FacesLocal
getSessionAttribute(String) - Static method in class org.omnifaces.util.Faces
Returns the session scope attribute value associated with the given name.
getSessionAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getSessionCreationTime() - Static method in class org.omnifaces.util.Faces
Returns the time when the HTTP session was created, measured in epoch time.
getSessionCreationTime(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getSessionId() - Static method in class org.omnifaces.util.Faces
Returns a string containing the unique identifier assigned to this session.
getSessionId(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getSessionLastAccessedTime() - Static method in class org.omnifaces.util.Faces
Returns the time of the previous request associated with the current HTTP session, measured in epoch time.
getSessionLastAccessedTime(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getSessionMap() - Static method in class org.omnifaces.util.Faces
Returns the session scope map.
getSessionMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getSessionMaxInactiveInterval() - Static method in class org.omnifaces.util.Faces
Returns the HTTP session timeout in seconds.
getSessionMaxInactiveInterval(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getSessionTimeout() - Method in enum org.omnifaces.config.WebXml
Returns the configured session timeout in minutes, or -1 if it is not defined.
getShortDayOfWeek(Integer) - Static method in class org.omnifaces.el.functions.Dates
Returns the short day of week name from the mapping associated with the given day of week number in ISO 8601 order (Monday first) for the current locale.
getShortDaysOfWeek() - Static method in class org.omnifaces.el.functions.Dates
Returns a mapping of short day of week names in ISO 8601 order (Monday first) for the current locale.
getShortMonth(Integer) - Static method in class org.omnifaces.el.functions.Dates
Returns the short month name from the mapping associated with the given month number for the current locale.
getShortMonths() - Static method in class org.omnifaces.el.functions.Dates
Returns a mapping of short month names by month numbers for the current locale.
getShowMessageFor() - Method in class org.omnifaces.component.validator.ValidateMultipleFields
Returns the client identifiers to show the validation message for.
getSrc(FacesContext) - Method in class org.omnifaces.component.output.GraphicImage
Returns the URL needed for the 'src' attribute.
getStereotypes() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
 
getString(TagAttribute, FaceletContext) - Static method in class org.omnifaces.util.Facelets
Return the String value of the given attribute
getStringValueFromModel(FacesContext) - Method in class org.omnifaces.component.input.ViewParam
When there's a value expression and the evaluated model value is null, then just return null instead of delegating to default implementation which would return an empty string when a converter is attached.
getStyleClass() - Method in class org.omnifaces.component.script.Highlight
Returns the error style class which is to be applied on invalid inputs.
getSubmittedValue() - Method in class org.omnifaces.cdi.param.ParamValue
 
getSubmittedValue() - Method in class org.omnifaces.component.input.ViewParam
 
getSupportedLocales() - Static method in class org.omnifaces.util.Faces
Returns a list of all supported locales on this application, with the default locale as the first item, if any.
getSupportedLocales(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getTagAttribute(String) - Method in class org.omnifaces.taghandler.Converter
 
getTagAttribute(String) - Method in class org.omnifaces.taghandler.Validator
 
getTagHandlerDelegate() - Method in class org.omnifaces.taghandler.Converter
 
getTagHandlerDelegate() - Method in class org.omnifaces.taghandler.Validator
 
getTime() - Method in class org.omnifaces.component.output.Cache
 
getType() - Method in class org.omnifaces.component.validator.ValidateOrder
Returns the ordering type to be used.
getType(ELContext, Object, Object) - Method in class org.omnifaces.el.ELResolverWrapper
getType(ELContext) - Method in class org.omnifaces.el.ReadOnlyValueExpression
 
getType(ELContext) - Method in class org.omnifaces.el.ValueExpressionMethodWrapper
 
getType(ELContext) - Method in class org.omnifaces.el.ValueExpressionWrapper
 
getTypes() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
 
getURL() - Method in class org.omnifaces.resourcehandler.DynamicResource
 
getValidateMethod() - Method in class org.omnifaces.component.validator.ValidateMultiple
Returns the validator method expression.
getValidator() - Method in class org.omnifaces.component.validator.ValidateMultiple
Returns the validator instance.
getValidTill() - Method in class org.omnifaces.component.output.cache.CacheEntry
Returns the date that's the last moment in time the value obtained via getValue() is valid.
getValue() - Method in class org.omnifaces.cdi.param.ParamValue
Gets the converted version of the value that was retrieved from the request.
getValue() - Method in class org.omnifaces.component.output.cache.CacheEntry
Returns the value for which this object is keeping meta data
getValue(ELContext) - Method in class org.omnifaces.component.output.cache.el.CachingValueExpression
 
getValue() - Method in class org.omnifaces.component.output.Param
 
getValue() - Method in interface org.omnifaces.component.ParamHolder
Returns the converted value of the parameter.
getValue() - Method in class org.omnifaces.component.SimpleParam
 
getValue() - Method in class org.omnifaces.component.tree.Tree
Returns the tree model.
getValue(ELContext, Object, Object) - Method in class org.omnifaces.el.ELResolverWrapper
getValue(ELContext) - Method in class org.omnifaces.el.ReadOnlyValueExpression
 
getValue(ELContext) - Method in class org.omnifaces.el.ValueExpressionMethodWrapper
 
getValue(ELContext) - Method in class org.omnifaces.el.ValueExpressionWrapper
 
getValue(EditableValueHolder) - Static method in class org.omnifaces.util.Components
Returns the value of the given editable value holder component without the need to know if the given component has already been converted/validated or not.
getValueExpression() - Method in class org.omnifaces.el.MethodExpressionValueExpressionAdapter
 
getValueReference(ELContext, ValueExpression) - Static method in class org.omnifaces.el.ExpressionInspector
Gets the ValueReference from a ValueExpression, without any checks whether the property is actually a property or if it isn't a "MethodSuffix".
getValueReference(ELContext) - Method in class org.omnifaces.el.ValueExpressionWrapper
 
getVar() - Method in class org.omnifaces.component.messages.OmniMessages
Returns the name of the request attribute which exposes the current faces message.
getVar() - Method in class org.omnifaces.component.output.OutputFormat
Returns the variable name which exposes the captured output into the request scope.
getVar() - Method in class org.omnifaces.component.tree.Tree
Returns the name of the request attribute which exposes the wrapped data of the current node of the tree model.
getVariableMapper() - Method in class org.omnifaces.el.ELContextWrapper
getVarNode() - Method in class org.omnifaces.component.tree.Tree
Returns the name of the request attribute which exposes the current node of the tree model.
getViewAttribute(String) - Static method in class org.omnifaces.util.Faces
Returns the view scope attribute value associated with the given name.
getViewAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getViewDeclarationLanguage() - Static method in class org.omnifaces.util.Faces
Returns the ViewDeclarationLanguage associated with the "current" view ID.
getViewDeclarationLanguage(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getViewHandlerMode(FacesContext) - Static method in class org.omnifaces.facesviews.FacesViews
 
getViewHandlerMode(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
 
getViewId() - Static method in class org.omnifaces.util.Faces
Returns the ID of the current view root, or null if there is no view.
getViewId(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getViewMap() - Static method in class org.omnifaces.util.Faces
Returns the view scope map.
getViewMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getViewParameterMap() - Static method in class org.omnifaces.util.Faces
Returns the view parameters of the current view as a parameter map, or an empty map if there is no view.
getViewParameterMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getViewParameters() - Static method in class org.omnifaces.util.Faces
Returns the view parameters of the current view, or an empty collection if there is no view.
getViewParameters(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getViewRoot() - Static method in class org.omnifaces.util.Faces
Returns the current view root.
getWelcomeFiles() - Method in enum org.omnifaces.config.WebXml
Returns a list of all welcome files.
getWrapped() - Method in class org.omnifaces.application.OmniApplication
 
getWrapped() - Method in class org.omnifaces.application.OmniApplicationFactory
Returns the wrapped factory.
getWrapped() - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
 
getWrapped() - Method in class org.omnifaces.context.OmniPartialViewContext
 
getWrapped() - Method in class org.omnifaces.context.OmniPartialViewContextFactory
Returns the wrapped factory.
getWrapped() - Method in class org.omnifaces.el.ELContextWrapper
 
getWrapped() - Method in class org.omnifaces.el.ELResolverWrapper
 
getWrapped() - Method in class org.omnifaces.el.ValueExpressionWrapper
 
getWrapped() - Method in class org.omnifaces.event.FacesEventWrapper
 
getWrapped() - Method in class org.omnifaces.exceptionhandler.DefaultExceptionHandlerFactory
Returns the wrapped exception handler factory.
getWrapped() - Method in class org.omnifaces.exceptionhandler.FacesMessageExceptionHandler
 
getWrapped() - Method in class org.omnifaces.exceptionhandler.FullAjaxExceptionHandler
 
getWrapped() - Method in class org.omnifaces.facesviews.FacesViewsJSF2ExternalContextFactory.FacesViewsJSF2ExternalContext
 
getWrapped() - Method in class org.omnifaces.facesviews.FacesViewsJSF2ExternalContextFactory
 
getWrapped() - Method in class org.omnifaces.facesviews.FacesViewsViewHandler
 
getWrapped() - Method in class org.omnifaces.renderkit.Html5RenderKit
 
getWrapped() - Method in class org.omnifaces.resourcehandler.DefaultResource
 
getWrapped() - Method in class org.omnifaces.resourcehandler.DefaultResourceHandler
 
getWrapped() - Method in class org.omnifaces.util.MapWrapper
 
getWrapped() - Method in class org.omnifaces.viewhandler.NoAutoGeneratedIdViewHandler
 
getWrapped() - Method in class org.omnifaces.viewhandler.NoAutoGeneratedIdViewHandler.NoAutoGeneratedIdResponseWriter
 
getWrapped() - Method in class org.omnifaces.viewhandler.RestorableViewHandler
 
getWrappedData() - Method in class org.omnifaces.model.IterableDataModel
 
getWriter() - Method in class org.omnifaces.servlet.HttpServletResponseOutputWrapper
 
GraphicImage - Class in org.omnifaces.component.output
The <o:graphicImage> is a component that extends the standard <h:graphicImage> with support for referencing an InputStream or byte[] property in the value attribute, optionally as a data URI.
GraphicImage() - Constructor for class org.omnifaces.component.output.GraphicImage
Constructs the GraphicImage component.
GraphicResource - Class in org.omnifaces.resourcehandler
This Resource implementation is used by the GraphicImage component.
GraphicResource(Object, String) - Constructor for class org.omnifaces.resourcehandler.GraphicResource
Construct a new graphic resource which uses the given content as data URI.
GraphicResource(String, String[], Object) - Constructor for class org.omnifaces.resourcehandler.GraphicResource
Construct a new graphic resource based on the given name, EL method parameters converted as string, and the "last modified" representation.
GraphicResourceHandler - Class in org.omnifaces.resourcehandler
This ResourceHandler implementation deals with GraphicResource requests.
GraphicResourceHandler(ResourceHandler) - Constructor for class org.omnifaces.resourcehandler.GraphicResourceHandler
Creates a new instance of this combined resource handler which wraps the given resource handler.
GzipHttpServletResponse - Class in org.omnifaces.servlet
This HTTP servlet response wrapper will GZIP the response when the given threshold has exceeded and the response content type matches one of the given mimetypes.
GzipHttpServletResponse(HttpServletResponse, int, Set<String>) - Constructor for class org.omnifaces.servlet.GzipHttpServletResponse
Construct a new GZIP HTTP servlet response based on the given wrapped response, threshold and mimetypes.
GzipResponseFilter - Class in org.omnifaces.filter
The GzipResponseFilter will apply GZIP compression on responses whenever applicable.
GzipResponseFilter() - Constructor for class org.omnifaces.filter.GzipResponseFilter
 

H

Hacks - Class in org.omnifaces.util
Collection of JSF implementation and/or JSF component library specific hacks.
handle() - Method in class org.omnifaces.exceptionhandler.FacesMessageExceptionHandler
Set every exception as a global FATAL faces message.
handle() - Method in class org.omnifaces.exceptionhandler.FullAjaxExceptionHandler
Handle the ajax exception as follows, only and only if the current request is an ajax request with an uncommitted response and there is at least one unhandled exception: Find the root cause of the exception by FullAjaxExceptionHandler.findExceptionRootCause(FacesContext, Throwable).
handleResourceRequest(FacesContext) - Method in class org.omnifaces.resourcehandler.UnmappedResourceHandler
 
hasContext() - Static method in class org.omnifaces.util.Faces
Returns true when the current faces context is available (i.e.
hashCode() - Method in class org.omnifaces.el.MethodExpressionValueExpressionAdapter
 
hashCode() - Method in class org.omnifaces.el.ReadOnlyValueExpression
 
hashCode() - Method in class org.omnifaces.el.ValueExpressionMethodWrapper
 
hashCode() - Method in class org.omnifaces.el.ValueExpressionWrapper
 
hashCode() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
hashCode() - Method in class org.omnifaces.resourcehandler.ResourceIdentifier
 
hashCode() - Method in class org.omnifaces.util.MapWrapper
hasInvokedSubmit(UIComponent) - Static method in class org.omnifaces.util.Components
Returns whether the given component has invoked the form submit.
hasSession() - Static method in class org.omnifaces.util.Faces
Returns whether the HTTP session has already been created.
hasSession(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
hasSessionTimedOut() - Static method in class org.omnifaces.util.Faces
Returns whether the HTTP session has been timed out for the current request.
hasSessionTimedOut(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
hasSubmittedValue(EditableValueHolder) - Static method in class org.omnifaces.util.Components
Returns whether the given editable value holder component has a submitted value.
havingIds(Collection<String>) - Method in class org.omnifaces.util.Components.ForEach
The IDs of the components that are visited
havingIds(String...) - Method in class org.omnifaces.util.Components.ForEach
The IDs of the components that are to be visited
Highlight - Class in org.omnifaces.component.script
The <o:highlight> is a helper component which highlights all invalid UIInput components and the associated labels by adding an error style class to them.
Highlight() - Constructor for class org.omnifaces.component.script.Highlight
 
hoursBetween(Date, Date) - Static method in class org.omnifaces.el.functions.Dates
Returns the amount of hours between two given dates.
Html5RenderKit - Class in org.omnifaces.renderkit
This HTML5 render kit adds support for HTML5 specific attributes which are unsupported by the JSF UIForm, UIInput and UICommand components.
Html5RenderKit(RenderKit) - Constructor for class org.omnifaces.renderkit.Html5RenderKit
Construct a new HTML5 render kit around the given wrapped render kit.
Html5RenderKitFactory - Class in org.omnifaces.renderkit
This render kit factory needs to be registered as follows in faces-config.xml to get the Html5RenderKit to run:
Html5RenderKitFactory(RenderKitFactory) - Constructor for class org.omnifaces.renderkit.Html5RenderKitFactory
Construct a new HTML5 render kit factory around the given wrapped factory.
HttpFilter - Class in org.omnifaces.filter
The HttpFilter is abstract filter specifically for HTTP requests.
HttpFilter() - Constructor for class org.omnifaces.filter.HttpFilter
 
HttpServletResponseOutputWrapper - Class in org.omnifaces.servlet
Convenience class for extending HttpServletResponseWrapper wherein the servlet response OutputStream has to be replaced by a custom implementation.
HttpServletResponseOutputWrapper(HttpServletResponse) - Constructor for class org.omnifaces.servlet.HttpServletResponseOutputWrapper
Construct a new HttpServletResponseOutputWrapper which wraps the given response.

I

IgnoreValidationFailed - Class in org.omnifaces.taghandler
The <o:ignoreValidationFailed> taghandler allows the developer to ignore validation failures when executing an UICommand action.
IgnoreValidationFailed(TagConfig) - Constructor for class org.omnifaces.taghandler.IgnoreValidationFailed
The tag constructor.
ImportConstants - Class in org.omnifaces.taghandler
The <o:importConstants> taghandler allows the developer to have a mapping of all constant field values of the given fully qualified name of a type in the EL scope.
ImportConstants(TagConfig) - Constructor for class org.omnifaces.taghandler.ImportConstants
The tag constructor.
ImportFunctions - Class in org.omnifaces.taghandler
The <o:importFunctions> taghandler allows the developer to have access to all functions of the given fully qualified name of a type in the EL scope using the usual EL functions syntax without the need to register them in .taglib.xml file.
ImportFunctions(TagConfig) - Constructor for class org.omnifaces.taghandler.ImportFunctions
The tag constructor.
includeCompositeComponent(UIComponent, String, String, String) - Static method in class org.omnifaces.util.Components
Create and include the composite component of the given library and resource name as child of the given UI component parent and return the created composite component.
includeFacelet(UIComponent, String) - Static method in class org.omnifaces.util.Components
Include the Facelet file at the given (relative) path as child of the given UI component parent.
init() - Method in class org.omnifaces.cdi.eager.EagerBeansFilter
 
init(ServletContext) - Method in enum org.omnifaces.config.WebXml
Perform manual initialization with the given servlet context, if not null and not already initialized yet.
init(FilterConfig) - Method in class org.omnifaces.facesviews.FacesViewsForwardingFilter
 
init() - Method in class org.omnifaces.filter.CacheControlFilter
Initialize the expires parameter.
init() - Method in class org.omnifaces.filter.CharacterEncodingFilter
Initializes the filter parameters.
init() - Method in class org.omnifaces.filter.GzipResponseFilter
Initializes the filter parameters.
init(FilterConfig) - Method in class org.omnifaces.filter.HttpFilter
Called by the servlet container when the filter is about to be placed into service.
init() - Method in class org.omnifaces.filter.HttpFilter
Convenience init() method without FilterConfig parameter which will be called by init(FilterConfig).
initialCapacity(int) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Builder
Specifies the initial capacity of the hash table (default 16).
InjectionPointGenerator - Class in org.omnifaces.cdi.beans
Dummy class used to take the injection point for "InjectionPoint" of, for usage in the implementation of Beans.getCurrentInjectionPoint(javax.enterprise.context.spi.CreationalContext).
InjectionPointGenerator() - Constructor for class org.omnifaces.cdi.beans.InjectionPointGenerator
 
InlineResourceRenderer - Class in org.omnifaces.renderer
Base renderer which is to be shared between inline CSS and JS renderers.
InlineResourceRenderer() - Constructor for class org.omnifaces.renderer.InlineResourceRenderer
 
InlineScriptRenderer - Class in org.omnifaces.renderer
This renderer enables rendering a JS resource inline.
InlineScriptRenderer() - Constructor for class org.omnifaces.renderer.InlineScriptRenderer
 
InlineStylesheetRenderer - Class in org.omnifaces.renderer
This renderer enables rendering a CSS resource inline.
InlineStylesheetRenderer() - Constructor for class org.omnifaces.renderer.InlineStylesheetRenderer
 
instance(String) - Static method in class org.omnifaces.util.Reflection
Creates an instance of a class with the given fully qualified class name.
instance(Class<T>) - Static method in class org.omnifaces.util.Reflection
Creates a new instance of the class represented by the given Class object
instantiateApplicationScoped() - Method in class org.omnifaces.cdi.eager.EagerBeansRepository
 
instantiateByRequestURI(String) - Method in class org.omnifaces.cdi.eager.EagerBeansRepository
 
instantiateByViewID(String) - Method in class org.omnifaces.cdi.eager.EagerBeansRepository
 
instantiateSessionScoped() - Method in class org.omnifaces.cdi.eager.EagerBeansRepository
 
interpolate(String, MessageInterpolator.Context) - Method in class org.omnifaces.validator.JsfLabelMessageInterpolator
 
interpolate(String, MessageInterpolator.Context, Locale) - Method in class org.omnifaces.validator.JsfLabelMessageInterpolator
 
invalidateSession() - Static method in class org.omnifaces.util.Faces
Invalidates the current HTTP session.
invalidateSession(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.omnifaces.el.ELResolverWrapper
invoke(ELContext, Object[]) - Method in class org.omnifaces.el.MethodExpressionValueExpressionAdapter
 
invoke(Callback.Void) - Method in class org.omnifaces.el.ScopedRunner
Invokes the callback within the scope of the variables being given in the constructor.
invoke() - Method in class org.omnifaces.taghandler.ValidateBean.TargetFormInvoker
 
invoke() - Method in interface org.omnifaces.util.Callback.Returning
This method should be invoked by the method where you're passing this callback instance to.
invoke(A) - Method in interface org.omnifaces.util.Callback.ReturningWithArgument
This method should be invoked by the method where you're passing this callback instance to.
invoke() - Method in interface org.omnifaces.util.Callback.Void
This method should be invoked by the method where you're passing this callback instance to.
invoke(A, B) - Method in interface org.omnifaces.util.Callback.With2Arguments
This method should be invoked by the method where you're passing this callback instance to.
invoke(A) - Method in interface org.omnifaces.util.Callback.WithArgument
This method should be invoked by the method where you're passing this callback instance to.
invoke(Callback.WithArgument<UIComponent>) - Method in class org.omnifaces.util.Components.ForEach
Invokes the given operation on the components as specified by the query parameters set via this builder.
invoke(Callback.ReturningWithArgument<VisitResult, UIComponent>) - Method in class org.omnifaces.util.Components.ForEach
Invokes the given operation on the components as specified by the query parameters set via this builder.
invoke(VisitCallback) - Method in class org.omnifaces.util.Components.ForEach
Invokes the given operation on the components as specified by the query parameters set via this builder.
InvokeActionEventListener - Class in org.omnifaces.eventlistener
The InvokeActionEventListener will add support for new <f:event> types preInvokeAction and postInvokeAction.
InvokeActionEventListener() - Constructor for class org.omnifaces.eventlistener.InvokeActionEventListener
This constructor instructs the DefaultPhaseListener to hook on PhaseId.INVOKE_APPLICATION and subscribes this instance as a SystemEventListener to the PostValidateEvent event.
is(Throwable, Class<T>) - Static method in class org.omnifaces.util.Exceptions
Returns true if the given exception or one of its nested causes is an instance of the given type.
isAccessAllowed(String, String) - Method in enum org.omnifaces.config.WebXml
Returns true if access to the given URL is allowed for the given role.
isActive() - Method in class org.omnifaces.cdi.viewscope.ViewScopeContext
Returns true if there is a FacesContext, and it has a UIViewRoot, and ViewScopeContext.isInitialized() has returned true.
isAjaxRequest() - Static method in class org.omnifaces.util.Faces
Returns whether the current request is an ajax request.
isAjaxRequest(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
isAlternative() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
 
isAnyEmpty(Object...) - Static method in class org.omnifaces.util.Utils
Returns true if at least one value is empty.
isAppropriateListener(FacesListener) - Method in class org.omnifaces.event.FacesEventWrapper
 
isBeanValidationAvailable() - Static method in class org.omnifaces.util.Platform
 
isBlank(String) - Static method in class org.omnifaces.util.Utils
Returns true if the given string is null or is empty or contains whitespace only.
isCDIAvailableInGlassFish(ServletContext) - Static method in class org.omnifaces.util.Hacks
Returns true if CDI is available in GlassFish.
isCommitted() - Method in class org.omnifaces.servlet.HttpServletResponseOutputWrapper
Returns whether the response is committed or not.
isDecimal(String) - Static method in class org.omnifaces.util.Utils
Returns true if the given string is parseable as a decimal.
isDevelopment() - Static method in class org.omnifaces.util.Faces
Returns whether we're in development stage.
isDevelopment(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
isDirectory(String) - Static method in class org.omnifaces.util.ResourcePaths
Checks if the given resource path obtained from ServletContext.getResourcePaths(String) represents a directory.
isDisabled() - Method in class org.omnifaces.component.output.Cache
Returns whether this cache is disabled.
isDisabled() - Method in class org.omnifaces.component.validator.ValidateMultipleFields
Returns whether the validation should be disabled or not.
isDisabled(FaceletContext) - Method in class org.omnifaces.taghandler.Converter
 
isDisabled() - Method in class org.omnifaces.taghandler.ValidateUniqueColumn
Returns the runtime evaluated value of the disabled attribute.
isDisabled(FaceletContext) - Method in class org.omnifaces.taghandler.Validator
 
isEditable(UIInput) - Static method in class org.omnifaces.util.Components
Returns whether the given UI input component is editable.
isEmpty() - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
isEmpty() - Method in class org.omnifaces.util.MapWrapper
isEmpty(String) - Static method in class org.omnifaces.util.Utils
Returns true if the given string is null or is empty.
isEmpty(Object[]) - Static method in class org.omnifaces.util.Utils
Returns true if the given array is null or is empty.
isEmpty(Collection<?>) - Static method in class org.omnifaces.util.Utils
Returns true if the given collection is null or is empty.
isEmpty(Map<?, ?>) - Static method in class org.omnifaces.util.Utils
Returns true if the given map is null or is empty.
isEmpty(Object) - Static method in class org.omnifaces.util.Utils
Returns true if the given value is null or is empty.
isEscape() - Method in class org.omnifaces.component.messages.OmniMessages
Returns whether the message detail and summary should be HTML-escaped.
isExtensionless(String) - Static method in class org.omnifaces.util.ResourcePaths
 
isFacesAjaxRequest(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns true if the given HTTP servlet request is a JSF ajax request.
isFacesResourceRequest(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns true if the given HTTP servlet request is a JSF resource request.
isFacesViewsActive(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
 
isFilterAfterDeclaredFilters(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
 
isFirst() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
isFirst() - Method in interface org.omnifaces.model.tree.TreeModel
Returns whether the current tree node is the first child of its parent, if any.
isFocus() - Method in class org.omnifaces.component.script.Highlight
Returns whether the first error element should gain focus.
isFromMethod() - Method in class org.omnifaces.el.MethodReference
Returns true if this method reference is from an actual method call and not from a getter of a property.
isIncludeRequestParams() - Method in class org.omnifaces.component.input.Form
Returns whether or not the request parameters should be encoded into the form's action URL.
isIncludeViewParams() - Method in class org.omnifaces.component.input.Form
Returns whether or not the view parameters should be encoded into the form's action URL.
isInvalidateAll() - Method in class org.omnifaces.component.validator.ValidateMultipleFields
Returns whether to invalidate all fields or only those which are actually invalid as per ValidateMultipleFields.shouldInvalidateInput(FacesContext, UIInput, Object)
isJUELSupportingMethodExpression() - Static method in class org.omnifaces.util.Hacks
 
isJUELUsed() - Static method in class org.omnifaces.util.Hacks
 
isJUELUsed(ExpressionFactory) - Static method in class org.omnifaces.util.Hacks
 
isLast() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
isLast() - Method in interface org.omnifaces.model.tree.TreeModel
Returns whether the current tree node is the last child of its parent, if any.
isLeaf() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
isLeaf() - Method in interface org.omnifaces.model.tree.TreeModel
Returns whether the current tree node is a leaf node.
isListenerForSource(Object) - Method in class org.omnifaces.application.ViewScopeEventListener
Returns true if given source is an instance of UIViewRoot.
isListenerForSource(Object) - Method in class org.omnifaces.component.script.OnloadScript
Returns true if the given source is an instance of OnloadScript or UIViewRoot.
isListenerForSource(Object) - Method in class org.omnifaces.component.util.MoveComponent
 
isListenerForSource(Object) - Method in class org.omnifaces.component.util.ResolveComponent
 
isListenerForSource(Object) - Method in class org.omnifaces.eventlistener.BeanValidationEventListener
Only listens to UIInput components which have a BeanValidator assigned.
isListenerForSource(Object) - Method in class org.omnifaces.eventlistener.DefaultSystemEventListener
 
isListenerForSource(Object) - Method in class org.omnifaces.eventlistener.DefaultViewEventListener
 
isListenerForSource(Object) - Method in class org.omnifaces.eventlistener.InvokeActionEventListener
Returns true only when the given source is an instance of UIViewRoot, UIForm, UIInput or UICommand.
isListenerForSource(Object) - Method in class org.omnifaces.facesviews.FacesViewsViewHandlerInstaller
 
isListenerForSource(Object) - Method in class org.omnifaces.resourcehandler.CombinedResourceHandler
Returns true if the source is an instance of UIViewRoot.
isLiteralText() - Method in class org.omnifaces.el.MethodExpressionValueExpressionAdapter
 
isLiteralText() - Method in class org.omnifaces.el.ReadOnlyValueExpression
 
isLiteralText() - Method in class org.omnifaces.el.ValueExpressionMethodWrapper
 
isLiteralText() - Method in class org.omnifaces.el.ValueExpressionWrapper
 
isMyFacesUsed() - Static method in class org.omnifaces.util.Hacks
Returns true if MyFaces is used.
isNullable() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
 
isNumber(String) - Static method in class org.omnifaces.util.Utils
Returns true if the given string is parseable as a number.
isOneAnnotationPresent(Class<?>, Class<? extends Annotation>...) - Static method in class org.omnifaces.util.Utils
Returns true if the given class has at least one of the given annotations.
isOneInstanceOf(Class<?>, Class<?>...) - Static method in class org.omnifaces.util.Utils
Returns true if an instance of the given class could also be an instance of one of the given classes.
isOneOf(T, T...) - Static method in class org.omnifaces.util.Utils
Returns true if the given object equals one of the given objects.
isPassThrough() - Method in class org.omnifaces.servlet.HttpServletResponseOutputWrapper
Returns whether the writing has to be passed through to the wrapped ServletOutputStream.
isPostback() - Static method in class org.omnifaces.util.Faces
Returns whether the current request is a postback.
isPrefixMapping() - Static method in class org.omnifaces.util.Faces
Returns whether the faces servlet mapping used in the current request is a prefix mapping.
isPrefixMapping(String) - Static method in class org.omnifaces.util.Faces
Returns whether the given faces servlet mapping is a prefix mapping.
isPrefixMapping(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
isPrimeFacesDynamicResourceRequest(FacesContext) - Static method in class org.omnifaces.util.Hacks
Returns true if the current request is a PrimeFaces dynamic resource request.
isPropertyResolved() - Method in class org.omnifaces.el.ELContextWrapper
isReadOnly(ELContext, Object, Object) - Method in class org.omnifaces.el.ELResolverWrapper
isReadOnly(ELContext) - Method in class org.omnifaces.el.ReadOnlyValueExpression
 
isReadOnly(ELContext) - Method in class org.omnifaces.el.ValueExpressionMethodWrapper
 
isReadOnly(ELContext) - Method in class org.omnifaces.el.ValueExpressionWrapper
 
isRendered(UIComponent) - Static method in class org.omnifaces.util.Components
Returns whether the given UI component and all of its parents is rendered.
isRenderResponse() - Static method in class org.omnifaces.util.Faces
Returns true if we're currently in the render response phase.
isRenderResponse(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
isRequired() - Method in class org.omnifaces.component.input.ViewParam
 
isReset() - Method in class org.omnifaces.component.output.Cache
 
isResettable() - Method in interface org.omnifaces.io.ResettableBuffer
Returns true if buffer can be reset.
isResettable() - Method in class org.omnifaces.io.ResettableBufferedOutputStream
 
isResettable() - Method in class org.omnifaces.io.ResettableBufferedWriter
 
isResourceInPublicPath(ServletContext, String) - Static method in class org.omnifaces.facesviews.FacesViews
 
isResourceRequest(FacesContext) - Method in class org.omnifaces.resourcehandler.UnmappedResourceHandler
Returns true if ExternalContext.getRequestServletPath() equals ResourceHandler.RESOURCE_IDENTIFIER.
isResponseCommitted() - Static method in class org.omnifaces.util.Faces
Returns whether the response is already committed.
isResponseCommitted(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
isResponseComplete() - Static method in class org.omnifaces.util.Faces
Returns true if the FacesContext.responseComplete() has been called.
isRichFacesInstalled() - Static method in class org.omnifaces.util.Hacks
Returns true if RichFaces 4.0-4.3 is installed.
isRichFacesResourceLibraryRenderer(String) - Static method in class org.omnifaces.util.Hacks
Returns true if the given renderer type is recognizeable as RichFaces resource library renderer.
isRoot() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
isRoot() - Method in interface org.omnifaces.model.tree.TreeModel
Returns whether the current tree node is the root node.
isRowAvailable() - Method in class org.omnifaces.model.IterableDataModel
 
isScannedViewsAlwaysExtensionless(FacesContext) - Static method in class org.omnifaces.facesviews.FacesViews
 
isScriptResourceRendered(FacesContext, ResourceIdentifier) - Static method in class org.omnifaces.util.Hacks
Returns whether the given script resource is rendered.
isSessionNew() - Static method in class org.omnifaces.util.Faces
Returns whether the HTTP session has been created for the first time in the current request.
isSessionNew(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
isUseBuffer() - Method in class org.omnifaces.component.output.Cache
 
isUseRequestURI() - Method in class org.omnifaces.component.input.Form
Returns whether or not the request URI should be used as form's action URL.
isUserInRole(String) - Static method in class org.omnifaces.util.Faces
Returns whether the currently logged-in user has the given role.
isUserInRole(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
isValid() - Method in class org.omnifaces.component.output.cache.CacheEntry
Returns whether this entry holds a valid value.
isValidationFailed() - Method in class org.omnifaces.component.validator.ValidateMultipleFields
Returns whether the validation has failed or not.
isValidationFailed() - Static method in class org.omnifaces.util.Faces
Returns whether the validations phase of the current request has failed.
isVisitable(VisitContext) - Method in class org.omnifaces.component.output.Cache
 
iterable() - Static method in class org.omnifaces.util.concurrentlinkedhashmap.Weighers
A weigher where the value is a Iterable and its weight is the number of elements.
IterableDataModel<E> - Class in org.omnifaces.model
IterableDataModel is an implementation of DataModel that wraps an Iterable.
IterableDataModel(Iterable<E>) - Constructor for class org.omnifaces.model.IterableDataModel
 
iterableToList(Iterable<E>) - Static method in class org.omnifaces.el.functions.Converters
Converts a Iterable<E> to a List<E>.
iterableToList(Iterable<E>) - Static method in class org.omnifaces.util.Utils
Converts an iterable into a list.
iterableToModel(Iterable<E>) - Static method in class org.omnifaces.el.functions.Converters
Converts an Iterable<E> to a DataModel<E>.
iterator() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
iterator() - Method in interface org.omnifaces.model.tree.TreeModel
Returns an unmodifiable iterator over the children of the current tree node.

J

JNDI - Class in org.omnifaces.util
Utility class for simplifying some web related tasks that use JNDI under the hood, such as getting the <env-entry> from web.xml.
joinArray(Object, String) - Static method in class org.omnifaces.el.functions.Converters
Joins all elements of the given array to a single string, separated by the given separator.
joinCollection(Collection<E>, String) - Static method in class org.omnifaces.el.functions.Converters
Joins all elements of the given collection to a single string, separated by the given separator.
joinMap(Map<K, V>, String, String) - Static method in class org.omnifaces.el.functions.Converters
Joins all elements of the given map to a single string, separated by the given key-value pair separator and entry separator.
JsfLabelMessageInterpolator - Class in org.omnifaces.validator
Unlike native JSF validation error messages, in a bean validation message by default the label of the component where a validation constraint violation originated from can not be displayed in the middle of a message.
JsfLabelMessageInterpolator() - Constructor for class org.omnifaces.validator.JsfLabelMessageInterpolator
 
Json - Class in org.omnifaces.util
A simple JSON encoder.

K

keySet() - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
keySet() - Method in class org.omnifaces.util.MapWrapper

L

label() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer.DefaultParamAnnotationLiteral
 
LIBRARY_NAME - Static variable in class org.omnifaces.resourcehandler.CombinedResourceHandler
The default library name of a combined resource.
LIBRARY_NAME - Static variable in class org.omnifaces.resourcehandler.GraphicResourceHandler
The default library name of a graphic resource.
list() - Static method in class org.omnifaces.util.concurrentlinkedhashmap.Weighers
A weigher where the value is a List and its weight is the number of elements.
ListConverter - Class in org.omnifaces.converter
The omnifaces.ListConverter is intented for use in specialized selection components which doesn't use SelectItems as the source for their selectable items, but work directly via a List of entities, and therefore the SelectItemsConverter isn't usable on them.
ListConverter() - Constructor for class org.omnifaces.converter.ListConverter
 
listener(EvictionListener<K, V>) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Builder
Specifies an optional listener that is registered for notification when an entry is evicted.
ListIndexConverter - Class in org.omnifaces.converter
The omnifaces.ListIndexConverter is a variant of the ListConverter which automatically converts based on the position (index) of the selected item in the list instead of the Object.toString() of the selected item.
ListIndexConverter() - Constructor for class org.omnifaces.converter.ListIndexConverter
 
ListTreeModel<T> - Class in org.omnifaces.model.tree
A concrete implementation of TreeModel which holds the tree children in an ArrayList.
ListTreeModel() - Constructor for class org.omnifaces.model.tree.ListTreeModel
 
load(AfterDeploymentValidation, BeanManager) - Method in class org.omnifaces.cdi.eager.EagerExtension
 
loadProviderAndRegisterFilter(ServletContext) - Static method in class org.omnifaces.component.output.cache.CacheInitializer
 
logException(FacesContext, Throwable, String, String, Object...) - Method in class org.omnifaces.exceptionhandler.FullAjaxExceptionHandler
Log the thrown exception and determined error page location with the given message, optionally parameterized with the given parameters.
login(String, String) - Static method in class org.omnifaces.util.Faces
Perform programmatic login for container managed FORM based authentication.
login(FacesContext, String, String) - Static method in class org.omnifaces.util.FacesLocal
logout() - Static method in class org.omnifaces.util.Faces
Perform programmatic logout for container managed FORM based authentication.
logout(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
lookup(String) - Static method in class org.omnifaces.util.JNDI
Returns the named object from the default JNDI instance.

M

map() - Static method in class org.omnifaces.util.concurrentlinkedhashmap.Weighers
A weigher where the value is a Map and its weight is the number of entries.
mapFacesServlet(ServletContext, Set<String>) - Static method in class org.omnifaces.facesviews.FacesViews
Map the Facelets Servlet to the given extensions
mapToList(Map<K, V>) - Static method in class org.omnifaces.el.functions.Converters
Converts a Map<K, V> to a List<Map.Entry<K, V>>.
MapWrapper<K,V> - Class in org.omnifaces.util
Implementation of Map that wraps another map.
MapWrapper(Map<K, V>) - Constructor for class org.omnifaces.util.MapWrapper
Initializes the wrapper with its wrapped map.
MassAttribute - Class in org.omnifaces.taghandler
The <o:massAttribute> sets an attribute of the given name and value on all nested components, if they don't already have an attribute set.
MassAttribute(TagConfig) - Constructor for class org.omnifaces.taghandler.MassAttribute
The tag constructor.
matches(String, String) - Static method in class org.omnifaces.el.functions.Strings
Returns true if the given string matches the given pattern.
maximumWeightedCapacity(long) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Builder
Specifies the maximum weighted capacity to coerce the map to and may exceed it temporarily.
Messages - Class in org.omnifaces.util
Collection of utility methods for the JSF API with respect to working with FacesMessage.
Messages.Message - Class in org.omnifaces.util
Faces message builder.
Messages.Resolver - Interface in org.omnifaces.util
The message resolver allows the developers to change the way how messages are resolved.
MessagesRenderer - Class in org.omnifaces.renderer
This renderer is the default renderer of OmniMessages.
MessagesRenderer() - Constructor for class org.omnifaces.renderer.MessagesRenderer
 
methodExpressionToStaticMethod(ELContext, MethodExpression) - Static method in class org.omnifaces.util.Hacks
This method wraps a MethodExpression in a Method which can be statically invoked.
MethodExpressionValueExpressionAdapter - Class in org.omnifaces.el
This MethodExpression wraps a ValueExpression.
MethodExpressionValueExpressionAdapter(ValueExpression) - Constructor for class org.omnifaces.el.MethodExpressionValueExpressionAdapter
 
MethodParam - Class in org.omnifaces.taghandler
The <o:methodParam> is a tag handler that can be used to pass a method expression as attribute into a Facelets tag.
MethodParam(TagConfig) - Constructor for class org.omnifaces.taghandler.MethodParam
 
MethodReference - Class in org.omnifaces.el
This encapsulates information about an EL method expression.
MethodReference(Object, Method) - Constructor for class org.omnifaces.el.MethodReference
 
MethodReference(Object, Method, Object[], boolean) - Constructor for class org.omnifaces.el.MethodReference
 
minutesBetween(Date, Date) - Static method in class org.omnifaces.el.functions.Dates
Returns the amount of minutes between two given dates.
monthsBetween(Date, Date) - Static method in class org.omnifaces.el.functions.Dates
Returns the amount of months between two given dates.
MoveComponent - Class in org.omnifaces.component.util
The <o:moveComponent> component is a utility component via which components, facets and behaviors can be moved at runtime to a target component in various ways.
MoveComponent() - Constructor for class org.omnifaces.component.util.MoveComponent
 
MoveComponent.Destination - Enum in org.omnifaces.component.util
 
MultiFieldValidator - Interface in org.omnifaces.validator
Generic interface for multi field validator.
MultiStrategyCopier - Class in org.omnifaces.util.copier
Copier that copies an object trying a variety of strategies until one succeeds.
MultiStrategyCopier() - Constructor for class org.omnifaces.util.copier.MultiStrategyCopier
 

N

name() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer.DefaultParamAnnotationLiteral
 
navigate(String) - Static method in class org.omnifaces.util.Faces
Perform the JSF navigation to the given outcome.
navigate(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
NewInstanceCopier - Class in org.omnifaces.util.copier
Copier that doesn't actually copy an object fully, but just returns a new instance of the same type.
NewInstanceCopier() - Constructor for class org.omnifaces.util.copier.NewInstanceCopier
 
NO_PARAMS - Static variable in class org.omnifaces.el.MethodReference
 
NoAutoGeneratedIdViewHandler - Class in org.omnifaces.viewhandler
This ViewHandler once installed will during development stage throw an IllegalStateException whenever an automatically generated JSF component ID (j_id...) is encountered in the rendered output.
NoAutoGeneratedIdViewHandler(ViewHandler) - Constructor for class org.omnifaces.viewhandler.NoAutoGeneratedIdViewHandler
Construct a new No Auto Generated Id view handler around the given wrapped view handler.
NoAutoGeneratedIdViewHandler.NoAutoGeneratedIdResponseWriter - Class in org.omnifaces.viewhandler
This response writer throws an IllegalStateException when an attribute with name "id" is written with a non-null value which starts with UIViewRoot.UNIQUE_ID_PREFIX or contains an intermediate.
NoAutoGeneratedIdViewHandler.NoAutoGeneratedIdResponseWriter(ResponseWriter) - Constructor for class org.omnifaces.viewhandler.NoAutoGeneratedIdViewHandler.NoAutoGeneratedIdResponseWriter
 
normalizeRootPath(String) - Static method in class org.omnifaces.facesviews.FacesViews
 
normalizeViewId(String) - Static method in class org.omnifaces.util.Faces
Normalize the given path as a valid view ID based on the current mapping, if necessary.
normalizeViewId(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
Numbers - Class in org.omnifaces.el.functions
Collection of EL functions for number formatting: of:formatBytes(), of:formatCurrency(), of:formatNumber(), of:formatNumberDefault() and of:formatPercent().

O

Objects - Class in org.omnifaces.el.functions
Collection of EL functions for objects.
ofTypes(Class<?>...) - Method in class org.omnifaces.util.Components.ForEach
The types of the components that are to be visited
OmniApplication - Class in org.omnifaces.application
This OmniFaces application extends the standard JSF application as follows: Support for CDI in Converters and Validators, so that e.g.
OmniApplication(Application) - Constructor for class org.omnifaces.application.OmniApplication
Construct a new OmniFaces application around the given wrapped application.
OmniApplicationFactory - Class in org.omnifaces.application
This application factory takes care that the OmniApplication is properly initialized.
OmniApplicationFactory(ApplicationFactory) - Constructor for class org.omnifaces.application.OmniApplicationFactory
Construct a new OmniFaces application factory around the given wrapped factory.
OmniMessages - Class in org.omnifaces.component.messages
The <o:messages> is a component that extends the standard <h:messages> with the following new features: Multiple for components Possibility to specify multiple client IDs space separated in the for attribute.
OmniMessages() - Constructor for class org.omnifaces.component.messages.OmniMessages
Construct a new OmniMessages component whereby the renderer type is set to MessagesRenderer.RENDERER_TYPE.
OmniPartialViewContext - Class in org.omnifaces.context
This OmniFaces partial view context extends and improves the standard partial view context as follows: Support for executing callback scripts by PartialResponseWriter.startEval(). Support for adding arguments to an ajax response. Any XML tags which Mojarra and MyFaces has left open after an exception in rendering of an already committed ajax response, will now be properly closed.
OmniPartialViewContext(PartialViewContext) - Constructor for class org.omnifaces.context.OmniPartialViewContext
Construct a new OmniFaces partial view context around the given wrapped partial view context.
OmniPartialViewContextFactory - Class in org.omnifaces.context
This partial view context factory takes care that the OmniPartialViewContext is properly initialized.
OmniPartialViewContextFactory(PartialViewContextFactory) - Constructor for class org.omnifaces.context.OmniPartialViewContextFactory
Construct a new OmniFaces partial view context factory around the given wrapped factory.
oncomplete(String...) - Static method in class org.omnifaces.util.Ajax
Execute the given scripts on complete of the current ajax response.
OnDemandResponseBufferFilter - Class in org.omnifaces.filter
Filter that wraps the response with one capable of buffering on command.
OnDemandResponseBufferFilter() - Constructor for class org.omnifaces.filter.OnDemandResponseBufferFilter
 
onEviction(K, V) - Method in interface org.omnifaces.util.concurrentlinkedhashmap.EvictionListener
A call-back notification that the entry was evicted.
OnloadScript - Class in org.omnifaces.component.script
The <o:onloadScript is a component that extends the standard <h:outputScript> which will be executed in the end of the HTML body (thus when all HTML elements are initialized in the HTML DOM tree) and will re-execute its script body on every ajax request.
OnloadScript() - Constructor for class org.omnifaces.component.script.OnloadScript
 
onStartup(Set<Class<?>>, ServletContext) - Method in class org.omnifaces.ApplicationInitializer
 
org.omnifaces - package org.omnifaces
 
org.omnifaces.application - package org.omnifaces.application
 
org.omnifaces.cdi - package org.omnifaces.cdi
 
org.omnifaces.cdi.beans - package org.omnifaces.cdi.beans
 
org.omnifaces.cdi.converter - package org.omnifaces.cdi.converter
 
org.omnifaces.cdi.eager - package org.omnifaces.cdi.eager
 
org.omnifaces.cdi.param - package org.omnifaces.cdi.param
 
org.omnifaces.cdi.validator - package org.omnifaces.cdi.validator
 
org.omnifaces.cdi.viewscope - package org.omnifaces.cdi.viewscope
 
org.omnifaces.component - package org.omnifaces.component
 
org.omnifaces.component.input - package org.omnifaces.component.input
 
org.omnifaces.component.input.componentidparam - package org.omnifaces.component.input.componentidparam
 
org.omnifaces.component.messages - package org.omnifaces.component.messages
 
org.omnifaces.component.output - package org.omnifaces.component.output
 
org.omnifaces.component.output.cache - package org.omnifaces.component.output.cache
 
org.omnifaces.component.output.cache.el - package org.omnifaces.component.output.cache.el
 
org.omnifaces.component.script - package org.omnifaces.component.script
 
org.omnifaces.component.tree - package org.omnifaces.component.tree
 
org.omnifaces.component.util - package org.omnifaces.component.util
 
org.omnifaces.component.validator - package org.omnifaces.component.validator
 
org.omnifaces.config - package org.omnifaces.config
 
org.omnifaces.context - package org.omnifaces.context
 
org.omnifaces.converter - package org.omnifaces.converter
 
org.omnifaces.el - package org.omnifaces.el
 
org.omnifaces.el.functions - package org.omnifaces.el.functions
 
org.omnifaces.event - package org.omnifaces.event
 
org.omnifaces.eventlistener - package org.omnifaces.eventlistener
 
org.omnifaces.exceptionhandler - package org.omnifaces.exceptionhandler
 
org.omnifaces.facesviews - package org.omnifaces.facesviews
This package contains the classes for the OmniFaces' FacesViews feature.
org.omnifaces.filter - package org.omnifaces.filter
 
org.omnifaces.io - package org.omnifaces.io
 
org.omnifaces.model - package org.omnifaces.model
 
org.omnifaces.model.tree - package org.omnifaces.model.tree
 
org.omnifaces.renderer - package org.omnifaces.renderer
 
org.omnifaces.renderkit - package org.omnifaces.renderkit
 
org.omnifaces.resourcehandler - package org.omnifaces.resourcehandler
 
org.omnifaces.servlet - package org.omnifaces.servlet
 
org.omnifaces.taghandler - package org.omnifaces.taghandler
 
org.omnifaces.util - package org.omnifaces.util
 
org.omnifaces.util.concurrentlinkedhashmap - package org.omnifaces.util.concurrentlinkedhashmap
This package contains an implementation of a bounded ConcurrentMap data structure.
org.omnifaces.util.copier - package org.omnifaces.util.copier
 
org.omnifaces.util.selectitems - package org.omnifaces.util.selectitems
 
org.omnifaces.validator - package org.omnifaces.validator
 
org.omnifaces.viewhandler - package org.omnifaces.viewhandler
 
OutputFamily - Class in org.omnifaces.component.output
Base class which is to be shared between all components of the Output family.
OutputFamily() - Constructor for class org.omnifaces.component.output.OutputFamily
 
OutputFormat - Class in org.omnifaces.component.output
The <o:outputFormat> is a component that extends the standard <h:outputFormat> with support for capturing the output and exposing it into the request scope by the variable name as specified by the var attribute.
OutputFormat() - Constructor for class org.omnifaces.component.output.OutputFormat
 
OutputLabel - Class in org.omnifaces.component.output
The <o:outputLabel> is a component that extends the standard <h:outputLabel> with support for automatically setting its value as the label of the component identified by its for attribute (if any).
OutputLabel() - Constructor for class org.omnifaces.component.output.OutputLabel
 
overrideGlobalBeanValidationDisabled() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer.DefaultParamAnnotationLiteral
 

P

Param - Annotation Type in org.omnifaces.cdi
The CDI annotation Param allows you to inject, convert and validate a HTTP request parameter in a CDI managed bean.
Param - Class in org.omnifaces.component.output
The <o:param> is a component that extends the standard UIParameter to implement ValueHolder and thus support a Converter to convert the supplied value to string, if necessary.
Param() - Constructor for class org.omnifaces.component.output.Param
 
PARAM_NAME_CDN_DISABLED - Static variable in class org.omnifaces.resourcehandler.CDNResourceHandler
The context parameter name to conditionally disable CDN resource handler.
PARAM_NAME_CDN_RESOURCES - Static variable in class org.omnifaces.resourcehandler.CDNResourceHandler
The context parameter name to specify CDN URLs for the given resource identifiers.
PARAM_NAME_DISABLED - Static variable in class org.omnifaces.resourcehandler.CombinedResourceHandler
The context parameter name to conditionally disable combined resource handler.
PARAM_NAME_EXCLUDED_RESOURCES - Static variable in class org.omnifaces.resourcehandler.CombinedResourceHandler
The context parameter name to specify resource identifiers which needs to be excluded from combining.
PARAM_NAME_INLINE_CSS - Static variable in class org.omnifaces.resourcehandler.CombinedResourceHandler
The context parameter name to enable rendering CSS inline instead of as resource link.
PARAM_NAME_INLINE_JS - Static variable in class org.omnifaces.resourcehandler.CombinedResourceHandler
The context parameter name to enable rendering JS inline instead of as resource link.
PARAM_NAME_MAX_ACTIVE_VIEW_SCOPES - Static variable in class org.omnifaces.cdi.viewscope.ViewScopeManager
OmniFaces specific context parameter name of maximum active view scopes in session.
PARAM_NAME_MOJARRA_NUMBER_OF_VIEWS - Static variable in class org.omnifaces.cdi.viewscope.ViewScopeManager
Mojarra specific context parameter name of maximum number of logical views in session.
PARAM_NAME_MYFACES_NUMBER_OF_VIEWS - Static variable in class org.omnifaces.cdi.viewscope.ViewScopeManager
MyFaces specific context parameter name of maximum number of views in session.
PARAM_NAME_PASSTHROUGH_ATTRIBUTES - Static variable in class org.omnifaces.renderkit.Html5RenderKit
The context parameter name to specify additional passthrough attributes.
PARAM_NAME_SUPPRESSED_RESOURCES - Static variable in class org.omnifaces.resourcehandler.CombinedResourceHandler
The context parameter name to specify resource identifiers which needs to be suppressed and removed.
ParamExtension - Class in org.omnifaces.cdi.param
CDI extension that works around the fact that CDI insists on doing absolutely guaranteed type safe injections.
ParamExtension() - Constructor for class org.omnifaces.cdi.param.ParamExtension
 
ParamHolder - Interface in org.omnifaces.component
This interface represents a (request) parameter holder which extends ValueHolder with ParamHolder.getName() method to obtain the parameter name associated with the parameter value and changes the ParamHolder.getLocalValue() method to return the original, unconverted value and changes the ParamHolder.getValue() method to return the converted value.
ParamValue<V> - Class in org.omnifaces.cdi.param
The type that's injected via the Param qualifier.
ParamValue(String, Param, Class<?>, V) - Constructor for class org.omnifaces.cdi.param.ParamValue
 
parseRFC1123(String) - Static method in class org.omnifaces.util.Utils
Parses the given string in RFC1123 format to a Date object.
PathAction - Enum in org.omnifaces.facesviews
The action that is done when a request for a public path from which faces views where scanned is done.
Platform - Class in org.omnifaces.util
This class provides access to (Java EE 6) platform services from the view point of JSF.
postConstructSession() - Method in class org.omnifaces.cdi.viewscope.ViewScopeManager
Create a new LRU map of active view scopes with maximum weighted capacity depending on several context params.
PostInvokeActionEvent - Class in org.omnifaces.event
Use this event to have a hook on a listener method during the afterphase of the PhaseId.INVOKE_APPLICATION.
PostInvokeActionEvent(UIComponent) - Constructor for class org.omnifaces.event.PostInvokeActionEvent
Construct a new post invoke action event on the given component.
preDestroySession() - Method in class org.omnifaces.cdi.viewscope.ViewScopeManager
This method is invoked during session destroy, in that case destroy all beans in all active view scopes.
preDestroyView() - Method in class org.omnifaces.cdi.viewscope.ViewScopeManager
This method is invoked during view destroy by ViewScopeEventListener, in that case destroy all beans in current active view scope.
PreInvokeActionEvent - Class in org.omnifaces.event
Use this event to have a hook on a listener method during the beforephase of the PhaseId.INVOKE_APPLICATION.
PreInvokeActionEvent(UIComponent) - Constructor for class org.omnifaces.event.PreInvokeActionEvent
Construct a new pre invoke action event on the given component.
prettyURL(String) - Static method in class org.omnifaces.el.functions.Strings
URL-prettify the given string.
printStackTrace(Throwable) - Static method in class org.omnifaces.el.functions.Converters
Print the stack trace of the given exception.
process(FacesContext, PhaseId) - Method in class org.omnifaces.component.tree.Tree
Set the root node as current node and delegate the call to Tree.processTreeNode(FacesContext, PhaseId).
process(FacesContext, PhaseId) - Method in class org.omnifaces.component.tree.TreeFamily
Process the component according to the rules of the given phase ID.
process(FacesContext, PhaseId) - Method in class org.omnifaces.component.tree.TreeInsertChildren
Delegate processing of the tree node to Tree.processTreeNode(FacesContext, PhaseId).
process(FacesContext, PhaseId) - Method in class org.omnifaces.component.tree.TreeNode
This method is by design only called by Tree.processTreeNode(FacesContext, PhaseId) as it maintains all the nodes.
process(FacesContext, PhaseId) - Method in class org.omnifaces.component.tree.TreeNodeItem
Loop over children of the current model node, set the child as the current model node and continue processing this component according to the rules of the given phase ID.
processAction(ActionEvent) - Method in class org.omnifaces.eventlistener.ResetInputAjaxActionListener
Handle the reset input action as follows, only and only if the current request is an ajax request and the PartialViewContext.getRenderIds() does not return an empty collection nor is the same as PartialViewContext.getExecuteIds(): find all EditableValueHolder components based on PartialViewContext.getRenderIds() and if the component is not covered by PartialViewContext.getExecuteIds(), then invoke EditableValueHolder.resetValue() on the component.
processAnnotatedType(ProcessAnnotatedType<T>) - Method in class org.omnifaces.VetoAnnotatedTypeExtension
 
processDecodes(FacesContext) - Method in class org.omnifaces.component.input.ViewParam
 
processDecodes(FacesContext) - Method in class org.omnifaces.component.tree.TreeFamily
Calls TreeFamily.validateHierarchy() and then TreeFamily.process(FacesContext, PhaseId) with PhaseId.APPLY_REQUEST_VALUES.
processDecodes(FacesContext) - Method in class org.omnifaces.component.validator.ValidatorFamily
processEvent(SystemEvent) - Method in class org.omnifaces.application.ViewScopeEventListener
If the event is an instance of PreDestroyViewMapEvent, which means that the JSF view scope is about to be destroyed, then find the current instance of ViewScopeManager and invoke its ViewScopeManager.preDestroyView() method.
processEvent(ComponentSystemEvent) - Method in class org.omnifaces.component.output.OutputLabel
 
processEvent(ComponentSystemEvent) - Method in class org.omnifaces.component.script.DeferredScript
 
processEvent(ComponentSystemEvent) - Method in class org.omnifaces.component.script.OnloadScript
If the event is a PostAddToViewEvent, then relocate the component to end of body, so that we can make sure that the script is executed after all HTML DOM elements are been created.
processEvent(SystemEvent) - Method in class org.omnifaces.component.script.OnloadScript
If the event is a PreRenderViewEvent and the current request is an ajax request and this component is rendered and there are any children, then encode the children as Ajax.oncomplete(String...).
processEvent(SystemEvent) - Method in class org.omnifaces.component.util.MoveComponent
 
processEvent(SystemEvent) - Method in class org.omnifaces.component.util.ResolveComponent
 
processEvent(ComponentSystemEvent) - Method in class org.omnifaces.component.util.ResolveComponent
 
processEvent(SystemEvent) - Method in class org.omnifaces.eventlistener.BeanValidationEventListener
Handle the PreValidateEvent and PostValidateEvent.
processEvent(SystemEvent) - Method in class org.omnifaces.eventlistener.DefaultSystemEventListener
 
processEvent(SystemEvent) - Method in class org.omnifaces.eventlistener.DefaultViewEventListener
 
processEvent(SystemEvent) - Method in class org.omnifaces.eventlistener.InvokeActionEventListener
If the validation has not failed for the current faces context, then check if the UIComponent which passed the InvokeActionEventListener.isListenerForSource(Object) check has any listeners for the PreInvokeActionEvent and/or PostInvokeActionEvent events and then add them to a set in the current faces context.
processEvent(SystemEvent) - Method in class org.omnifaces.facesviews.FacesViewsViewHandlerInstaller
 
processEvent(SystemEvent) - Method in class org.omnifaces.resourcehandler.CombinedResourceHandler
Before rendering of a freshly created view, perform the following actions: Collect all component resources from the head.
processEvent(ComponentSystemEvent) - Method in class org.omnifaces.taghandler.ViewParamValidationFailed
If the current request is not a postback and the current response is not already completed, and validation on the parent component has failed (for UIViewRoot this is checked by FacesContext.isValidationFailed() and for UIViewParameter this is checked by UIInput.isValid()), then send either a redirect or error depending on the tag attributes set.
processListener(FacesListener) - Method in class org.omnifaces.event.FacesEventWrapper
 
processManagedBeans(ProcessManagedBean<ViewScopeManager>) - Method in class org.omnifaces.cdi.viewscope.ViewScopeExtension
Obtain an instance of the view scope manager bean.
processSuper(FacesContext, PhaseId) - Method in class org.omnifaces.component.tree.TreeFamily
Helper method to delegate the processing further to the UIComponentBase superclass which will handle all children.
processTreeNode(FacesContext, PhaseId) - Method in class org.omnifaces.component.tree.Tree
If the current model node isn't a leaf (i.e.
processUpdates(FacesContext) - Method in class org.omnifaces.component.input.ComponentIdParam
 
processUpdates(FacesContext) - Method in class org.omnifaces.component.input.Form
 
processUpdates(FacesContext) - Method in class org.omnifaces.component.tree.TreeFamily
Calls TreeFamily.process(FacesContext, PhaseId) with PhaseId.UPDATE_MODEL_VALUES.
processUpdates(FacesContext) - Method in class org.omnifaces.component.validator.ValidatorFamily
Does nothing.
processValidators(FacesContext) - Method in class org.omnifaces.component.input.ComponentIdParam
 
processValidators(FacesContext) - Method in class org.omnifaces.component.input.Form
 
processValidators(FacesContext) - Method in class org.omnifaces.component.input.ViewParam
 
processValidators(FacesContext) - Method in class org.omnifaces.component.tree.TreeFamily
Calls TreeFamily.process(FacesContext, PhaseId) with PhaseId.PROCESS_VALIDATIONS.
processValidators(FacesContext) - Method in class org.omnifaces.component.validator.ValidatorFamily
processValueChange(ValueChangeEvent) - Method in class org.omnifaces.taghandler.ValidateUniqueColumn
When this tag is not disabled, the input value is changed, the input component is valid and the input component's local value is not null, then check for a duplicate value by visiting all rows of the parent UIData component.
produce(InjectionPoint) - Method in class org.omnifaces.cdi.param.RequestParameterProducer
 
PUBLIC_SCAN_PATHS - Static variable in class org.omnifaces.facesviews.FacesViews
The name of the application scope context parameter under which a Set version of the public paths that are to be scanned by faces views are kept.
put(String, String) - Method in interface org.omnifaces.component.output.cache.Cache
Stores a value in the cache
put(String, String, int) - Method in interface org.omnifaces.component.output.cache.Cache
Stores a value in the cache
put(String, String) - Method in class org.omnifaces.component.output.cache.TimeToLiveCache
 
put(String, String, int) - Method in class org.omnifaces.component.output.cache.TimeToLiveCache
 
put(K, V) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
put(K, V) - Method in class org.omnifaces.util.MapWrapper
put(Serializable, T) - Method in class org.omnifaces.util.State
Puts a value in the component's state and returns the previous value.
putAll(Map<? extends K, ? extends V>) - Method in class org.omnifaces.util.MapWrapper
putAttribute(String, String, Object, int) - Method in interface org.omnifaces.component.output.cache.Cache
Stores a named attribute in the cache entry identified by the key parameter.
putAttribute(String, String, Object, int) - Method in class org.omnifaces.component.output.cache.TimeToLiveCache
 
putContext(Class, Object) - Method in class org.omnifaces.el.ELContextWrapper
putIfAbsent(K, V) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 

Q

queue() - Method in class org.omnifaces.event.FacesEventWrapper
 
queueEvent(FacesEvent) - Method in class org.omnifaces.component.tree.Tree
An override which wraps the given faces event in a specific faces event which remembers the current model node.

R

readExternal(ObjectInput) - Method in class org.omnifaces.resourcehandler.DefaultResource
 
ReadOnlyValueExpression - Class in org.omnifaces.el
Implementation of a read only value expression that can be used when the value is not yet available at construction time, or when the value would be too expensive to create and it's not yet clear if the expression will actually be evaluated.
ReadOnlyValueExpression(Class<?>, Callback.Returning<Object>) - Constructor for class org.omnifaces.el.ReadOnlyValueExpression
 
ReadOnlyValueExpression(Class<?>, Callback.ReturningWithArgument<Object, ELContext>) - Constructor for class org.omnifaces.el.ReadOnlyValueExpression
 
ReadOnlyValueExpression(Class<?>) - Constructor for class org.omnifaces.el.ReadOnlyValueExpression
 
ReadOnlyValueExpression() - Constructor for class org.omnifaces.el.ReadOnlyValueExpression
 
redirect(String, String...) - Static method in class org.omnifaces.util.Faces
Sends a temporary (302) redirect to the given URL.
redirect(FacesContext, String, String...) - Static method in class org.omnifaces.util.FacesLocal
redirectPermanent(String, String...) - Static method in class org.omnifaces.util.Faces
Sends a permanent (301) redirect to the given URL.
redirectPermanent(FacesContext, String, String...) - Static method in class org.omnifaces.util.FacesLocal
Reflection - Class in org.omnifaces.util
Collection of utility methods for working with reflection.
registerFilter(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
This will register the FacesViewsForwardingFilter.
remove(String) - Method in interface org.omnifaces.component.output.cache.Cache
Removes a value from the cache
remove(String) - Method in class org.omnifaces.component.output.cache.TimeToLiveCache
 
remove(PhaseListener) - Static method in class org.omnifaces.eventlistener.CallbackPhaseListener
Removes the given phase listener from the current request scope.
remove() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
remove() - Method in interface org.omnifaces.model.tree.TreeModel
Removes the current tree node from its parent, if any.
remove(Object) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
remove(Object, Object) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
remove(Object) - Method in class org.omnifaces.util.MapWrapper
removeApplicationAttribute(String) - Static method in class org.omnifaces.util.Faces
Removes the application scope attribute value associated with the given name.
removeApplicationAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
removeExtension(FacesContext, String, String) - Method in class org.omnifaces.facesviews.FacesViewsViewHandler
 
removeFlashAttribute(String) - Static method in class org.omnifaces.util.Faces
Removes the flash scope attribute value associated with the given name.
removeFlashAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
removeRequestAttribute(String) - Static method in class org.omnifaces.util.Faces
Removes the request scope attribute value associated with the given name.
removeRequestAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
removeResourceDependencyState(FacesContext) - Static method in class org.omnifaces.util.Hacks
Remove the resource dependency processing related attributes from the given faces context.
removeResponseCookie(String, String) - Static method in class org.omnifaces.util.Faces
Remove the cookie with given name and path from the HTTP response.
removeResponseCookie(FacesContext, String, String) - Static method in class org.omnifaces.util.FacesLocal
removeResponseCookie(HttpServletRequest, HttpServletResponse, String, String) - Static method in class org.omnifaces.util.Servlets
Remove the cookie with given name and path from the HTTP response.
removeSessionAttribute(String) - Static method in class org.omnifaces.util.Faces
Removes the session scope attribute value associated with the given name.
removeSessionAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
removeViewAttribute(String) - Static method in class org.omnifaces.util.Faces
Removes the view scope attribute value associated with the given name.
removeViewAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
RENDERER_TYPE - Static variable in class org.omnifaces.renderer.DeferredScriptRenderer
The standard renderer type.
RENDERER_TYPE - Static variable in class org.omnifaces.renderer.InlineScriptRenderer
The standard renderer type.
RENDERER_TYPE - Static variable in class org.omnifaces.renderer.InlineStylesheetRenderer
The standard renderer type.
RENDERER_TYPE - Static variable in class org.omnifaces.renderer.MessagesRenderer
The standard renderer type.
Renderers - Class in org.omnifaces.util
Collection of utility methods for the JSF API with respect to working with Renderer.
renderResponse() - Static method in class org.omnifaces.util.Faces
Signals JSF that, as soon as the current phase of the lifecycle has been completed, control should be passed to the Render Response phase, bypassing any phases that have not been executed yet.
renderView(FacesContext, UIViewRoot) - Method in class org.omnifaces.viewhandler.NoAutoGeneratedIdViewHandler
 
replace(K, V) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
replace(K, V, V) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
replaceAll(String, String, String) - Static method in class org.omnifaces.el.functions.Strings
Replace all matches of the given pattern on the given string with the given replacement.
requestDestroyed(ServletRequestEvent) - Method in class org.omnifaces.cdi.eager.EagerBeansWebListener
 
requestDestroyed(ServletRequestEvent) - Method in class org.omnifaces.eventlistener.DefaultServletRequestListener
 
requestInitialized(ServletRequestEvent) - Method in class org.omnifaces.cdi.eager.EagerBeansWebListener
 
requestInitialized(ServletRequestEvent) - Method in class org.omnifaces.eventlistener.DefaultServletRequestListener
 
RequestParameterProducer - Class in org.omnifaces.cdi.param
Producer for a request parameter as defined by the Param annotation.
RequestParameterProducer() - Constructor for class org.omnifaces.cdi.param.RequestParameterProducer
 
required() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer.DefaultParamAnnotationLiteral
 
RequiredCheckboxValidator - Class in org.omnifaces.validator
The omnifaces.RequiredCheckboxValidator is intented to solve a peculiar problem with required="true" attribute of UISelectBoolean components like <h:selectBooleanCheckbox>.
RequiredCheckboxValidator() - Constructor for class org.omnifaces.validator.RequiredCheckboxValidator
 
requiredMessage() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer.DefaultParamAnnotationLiteral
 
RES_NOT_FOUND - Static variable in class org.omnifaces.resourcehandler.DefaultResource
 
reset() - Method in interface org.omnifaces.io.ResettableBuffer
Perform a buffer reset.
reset() - Method in class org.omnifaces.io.ResettableBufferedOutputStream
 
reset() - Method in class org.omnifaces.io.ResettableBufferedWriter
 
reset() - Method in class org.omnifaces.servlet.GzipHttpServletResponse
 
reset() - Method in class org.omnifaces.servlet.HttpServletResponseOutputWrapper
 
ResetInputAjaxActionListener - Class in org.omnifaces.eventlistener
The ResetInputAjaxActionListener will reset input fields which are not executed during ajax submit, but which are rendered/updated during ajax response.
ResetInputAjaxActionListener() - Constructor for class org.omnifaces.eventlistener.ResetInputAjaxActionListener
Construct a new reset input ajax action listener.
ResetInputAjaxActionListener(ActionListener) - Constructor for class org.omnifaces.eventlistener.ResetInputAjaxActionListener
Construct a new reset input ajax action listener around the given wrapped action listener.
resetPartialResponse() - Method in class org.omnifaces.context.OmniPartialViewContext
Reset the partial response.
ResettableBuffer - Interface in org.omnifaces.io
Base interface for a resettable buffer.
ResettableBufferedOutputStream - Class in org.omnifaces.io
This resettable buffered output stream will buffer everything until the given buffer size, regardless of flush calls.
ResettableBufferedOutputStream(OutputStream, int) - Constructor for class org.omnifaces.io.ResettableBufferedOutputStream
Construct a new resettable buffered output stream which wraps the given output stream and forcibly buffers everything until the given buffer size, regardless of flush calls.
ResettableBufferedWriter - Class in org.omnifaces.io
This resettable buffered writer will buffer everything until the given buffer size, regardless of flush calls.
ResettableBufferedWriter(Writer, int, String) - Constructor for class org.omnifaces.io.ResettableBufferedWriter
Construct a new resettable buffered writer which wraps the given writer and forcibly buffers everything until the given buffer size in bytes, regardless of flush calls.
resolve(Class<T>) - Static method in class org.omnifaces.util.Beans
Returns the CDI managed bean representation of the given bean class.
resolve(BeanManager, Class<T>) - Static method in class org.omnifaces.util.BeansLocal
resolveClientIds(FacesContext, String) - Method in class org.omnifaces.component.script.CommandScript
Resolve the given space separated collection of relative client IDs to absolute client IDs.
ResolveComponent - Class in org.omnifaces.component.util
The <o:resolveComponent> component is a utility component via which a component can be looked up by its ID and a reference to it put in either the "facelet scope" (default) or the request scope.
ResolveComponent() - Constructor for class org.omnifaces.component.util.ResolveComponent
 
resolveUrl(String) - Method in class org.omnifaces.facesviews.FacesViewsResolver
 
ResourceIdentifier - Class in org.omnifaces.resourcehandler
Convenience class to represent a resource identifier.
ResourceIdentifier(String) - Constructor for class org.omnifaces.resourcehandler.ResourceIdentifier
Create a new instance based on given standard JSF resource identifier string format library:name.
ResourceIdentifier(UIComponent) - Constructor for class org.omnifaces.resourcehandler.ResourceIdentifier
Create a new instance based on library and name attributes of the given component resource.
ResourceIdentifier(String, String) - Constructor for class org.omnifaces.resourcehandler.ResourceIdentifier
Create a new instance based on given resource library and name.
ResourceInclude - Class in org.omnifaces.component.output
The <o:resourceInclude> component can be used to catch the output from a JSP or Servlet resource and render it as output to the JSF writer.
ResourceInclude() - Constructor for class org.omnifaces.component.output.ResourceInclude
 
ResourcePaths - Class in org.omnifaces.util
Utility class for working with (Servlet) resource paths, providing methods to handle their prefixes, extensions etc.
responseComplete() - Static method in class org.omnifaces.util.Faces
Signals JSF that the response for this request has already been generated (such as providing a file download), and that the lifecycle should be terminated as soon as the current phase is completed.
responseReset() - Static method in class org.omnifaces.util.Faces
Resets the current response.
responseReset(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
responseSendError(int, String) - Static method in class org.omnifaces.util.Faces
Sends a HTTP response error with the given status and message.
responseSendError(FacesContext, int, String) - Static method in class org.omnifaces.util.FacesLocal
RestorableViewHandler - Class in org.omnifaces.viewhandler
This view handler implementation will recreate the entire view state whenever the view has apparently been expired, i.e.
RestorableViewHandler(ViewHandler) - Constructor for class org.omnifaces.viewhandler.RestorableViewHandler
Construct a new restorable view handler around the given wrapped view handler.
restore(EditableValueHolder) - Method in class org.omnifaces.component.EditableValueHolderStateHelper
Restore the state of the given EditableValueHolder.
restore(FacesContext, StateHelper, Iterator<UIComponent>) - Static method in class org.omnifaces.component.EditableValueHolderStateHelper
Restore state of any EditableValueHolder children.
restoreView(FacesContext, String) - Method in class org.omnifaces.viewhandler.RestorableViewHandler
First try to restore the view.
reverse(Map<T, T>) - Static method in class org.omnifaces.util.Utils
Returns a new map that contains the reverse of the given map.

S

save(EditableValueHolder) - Method in class org.omnifaces.component.EditableValueHolderStateHelper
Save the state of the given EditableValueHolder.
save(FacesContext, StateHelper, Iterator<UIComponent>) - Static method in class org.omnifaces.component.EditableValueHolderStateHelper
Save state of any EditableValueHolder children.
SCAN_PATHS - Static variable in class org.omnifaces.facesviews.FacesViews
The name of the application scope context parameter under which a Set version of the paths that are to be scanned by faces views are kept.
scanAndStoreViews(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
Scans for faces-views resources and stores the result at the designated location "org.omnifaces.facesviews" in the ServletContext.
SCANNED_VIEWS_EXTENSIONLESS - Static variable in class org.omnifaces.facesviews.FacesViews
The name of the application scope context parameter under which a Boolean version of the scanned views always exensionless init parameter is kept.
scanViews(ServletContext, String, Set<String>, Map<String, String>, String, Set<String>) - Static method in class org.omnifaces.facesviews.FacesViews
Scans resources (views) recursively starting with the given resource paths for a specific root path, and collects those and all unique extensions encountered in a flat map respectively set.
scanViews(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
Scans resources (views) recursively starting with the given resource paths and returns a flat map containing all resources encountered.
scanViewsFromRootPaths(ServletContext, Map<String, String>, Set<String>) - Static method in class org.omnifaces.facesviews.FacesViews
 
ScopedRunner - Class in org.omnifaces.el
This class helps in letting code run within its own scope.
ScopedRunner(FacesContext) - Constructor for class org.omnifaces.el.ScopedRunner
 
ScopedRunner(FacesContext, Map<String, Object>) - Constructor for class org.omnifaces.el.ScopedRunner
 
ScriptFamily - Class in org.omnifaces.component.script
Base class which is to be shared between all components of the Script family.
ScriptFamily() - Constructor for class org.omnifaces.component.script.ScriptFamily
 
secondsBetween(Date, Date) - Static method in class org.omnifaces.el.functions.Dates
Returns the amount of seconds between two given dates.
SelectItemsBuilder - Class in org.omnifaces.util.selectitems
Helper class to build an array of SelectItems using various means, like via the builder pattern or a given Map.
SelectItemsBuilder() - Constructor for class org.omnifaces.util.selectitems.SelectItemsBuilder
 
SelectItemsCollector - Class in org.omnifaces.util.selectitems
Collection of utility methods for collecting SelectItem instances from various sources.
SelectItemsConverter - Class in org.omnifaces.converter
The omnifaces.SelectItemsConverter allows you to populate a selection component with complex Java model objects (entities) as value of <f:selectItems> and have JSF convert those automatically back without the need to provide a custom converter which may need to do the job based on possibly expensive service/DAO operations.
SelectItemsConverter() - Constructor for class org.omnifaces.converter.SelectItemsConverter
 
SelectItemsIndexConverter - Class in org.omnifaces.converter
The omnifaces.SelectItemsIndexConverter is a variant of the SelectItemsConverter which automatically converts based on the position (index) of the selected item in the list instead of the Object.toString() of the selected item.
SelectItemsIndexConverter() - Constructor for class org.omnifaces.converter.SelectItemsIndexConverter
 
SelectItemsUtils - Class in org.omnifaces.util.selectitems
Collection of utility methods for working with SelectItem or data represented by them.
sendFile(File, boolean) - Static method in class org.omnifaces.util.Faces
Send the given file to the response.
sendFile(byte[], String, boolean) - Static method in class org.omnifaces.util.Faces
Send the given byte array as a file to the response.
sendFile(InputStream, String, boolean) - Static method in class org.omnifaces.util.Faces
Send the given input stream as a file to the response.
sendFile(FacesContext, File, boolean) - Static method in class org.omnifaces.util.FacesLocal
sendFile(FacesContext, byte[], String, boolean) - Static method in class org.omnifaces.util.FacesLocal
sendFile(FacesContext, InputStream, String, boolean) - Static method in class org.omnifaces.util.FacesLocal
SerializationCopier - Class in org.omnifaces.util.copier
Copier that copies an object by serializing and subsequently deserializing it again.
SerializationCopier() - Constructor for class org.omnifaces.util.copier.SerializationCopier
 
serializeURLSafe(String) - Static method in class org.omnifaces.util.Utils
Serialize the given string to the short possible unique URL-safe representation.
Servlets - Class in org.omnifaces.util
Collection of utility methods for the Servlet API in general.
SESSION_CREATED - Static variable in class org.omnifaces.cdi.eager.EagerBeansWebListener
 
SESSION_MAX_CAP_PARAM_NAME - Static variable in class org.omnifaces.component.output.cache.CacheInstancePerScopeProvider
 
SESSION_TTL_PARAM_NAME - Static variable in class org.omnifaces.component.output.cache.CacheInstancePerScopeProvider
 
sessionCreated(HttpSessionEvent) - Method in class org.omnifaces.cdi.eager.EagerBeansWebListener
 
sessionCreated(HttpSessionEvent) - Method in class org.omnifaces.eventlistener.DefaultHttpSessionListener
 
sessionDestroyed(HttpSessionEvent) - Method in class org.omnifaces.cdi.eager.EagerBeansWebListener
 
sessionDestroyed(HttpSessionEvent) - Method in class org.omnifaces.eventlistener.DefaultHttpSessionListener
 
set() - Static method in class org.omnifaces.util.concurrentlinkedhashmap.Weighers
A weigher where the value is a Set and its weight is the number of elements.
setApplication(Application) - Method in class org.omnifaces.application.OmniApplicationFactory
Sets the given application instance as the current instance.
setApplicationAttribute(String, Object) - Static method in class org.omnifaces.util.Faces
Sets the application scope attribute value associated with the given name.
setApplicationAttribute(FacesContext, String, Object) - Static method in class org.omnifaces.util.FacesLocal
setApplicationScopedBeans(List<Bean<?>>) - Method in class org.omnifaces.cdi.eager.EagerBeansRepository
 
setAttributes(FaceletContext, Object) - Method in class org.omnifaces.component.validator.ValidateMultipleHandler
Delegate to super and then try to get a ValueExpression representing a MultiFieldValidator implementation and set it as validator property of current ValidateMultiple component, or if it couldn't be obtained, then get a MethodExpression representing a method with the same signature as MultiFieldValidator.validateValues(FacesContext, List, List) and set it as validateMethod property of current ValidateMultiple component.
setAttributes(FaceletContext, Object) - Method in class org.omnifaces.taghandler.ComponentExtraHandler
 
setBehaviorDefaultEvent(String) - Method in class org.omnifaces.component.util.MoveComponent
 
setBehaviorEvents(String) - Method in class org.omnifaces.component.util.MoveComponent
 
setCacheAttribute(FacesContext, String, Object) - Method in class org.omnifaces.component.output.Cache
Sets a named attribute associated with the main cache entry this component is using to store the rendering of its child components.
setCacheHeaders(HttpServletResponse, long) - Static method in class org.omnifaces.filter.CacheControlFilter
Set the cache headers.
setCacheProvider(CacheProvider, ServletContext) - Static method in class org.omnifaces.component.output.cache.CacheFactory
 
setCacheStore(Map<String, CacheEntry>) - Method in class org.omnifaces.component.output.cache.TimeToLiveCache
 
setCapacity(long) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Sets the maximum weighted capacity of the map and eagerly evicts entries until it shrinks to the appropriate size.
setComponents(String) - Method in class org.omnifaces.component.validator.ValidateMultipleFields
Sets the client identifiers of components which are to be validated.
setContentLength(int) - Method in class org.omnifaces.servlet.GzipHttpServletResponse
 
setContentLengthLong(long) - Method in class org.omnifaces.servlet.GzipHttpServletResponse
 
setContext(FacesContext) - Static method in class org.omnifaces.util.Faces
Sets the given faces context as current instance.
setContextAttribute(String, Object) - Static method in class org.omnifaces.util.Faces
Sets the Faces context attribute value associated with the given name.
setContextAttribute(FacesContext, String, Object) - Static method in class org.omnifaces.util.FacesLocal
setConverter(Converter) - Method in class org.omnifaces.component.output.Param
 
setConverter(Converter) - Method in class org.omnifaces.component.SimpleParam
 
setCurrentModelNode(FacesContext, TreeModel) - Method in class org.omnifaces.component.tree.Tree
Sets the current node of the tree model.
setData(T) - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
setData(T) - Method in interface org.omnifaces.model.tree.TreeModel
Sets the wrapped data of the current tree node.
setDestination(MoveComponent.Destination) - Method in class org.omnifaces.component.util.MoveComponent
 
setDisabled(Boolean) - Method in class org.omnifaces.component.output.Cache
Sets whether this cache is disabled.
setDisabled(Boolean) - Method in class org.omnifaces.component.validator.ValidateMultipleFields
Sets whether the validation should be disabled or not.
setEscape(Boolean) - Method in class org.omnifaces.component.messages.OmniMessages
Sets whether the message detail and summary should be HTML-escaped.
setExecute(String) - Method in class org.omnifaces.component.script.CommandScript
Sets a space separated string of client IDs to process on ajax request.
setFaceletAttribute(String, Object) - Static method in class org.omnifaces.util.Faces
Sets the Facelet attribute value associated with the given name.
setFaceletAttribute(FacesContext, String, Object) - Static method in class org.omnifaces.util.FacesLocal
setFaceletContext(FaceletContext) - Method in interface org.omnifaces.component.util.FaceletContextConsumer
 
setFaceletContext(FaceletContext) - Method in class org.omnifaces.component.util.ResolveComponent
 
setFacet(String) - Method in class org.omnifaces.component.util.MoveComponent
 
setFlashAttribute(String, Object) - Static method in class org.omnifaces.util.Faces
Sets the flash scope attribute value associated with the given name.
setFlashAttribute(FacesContext, String, Object) - Static method in class org.omnifaces.util.FacesLocal
setFocus(Boolean) - Method in class org.omnifaces.component.script.Highlight
Sets whether the first error element should gain focus.
setFor(String) - Method in class org.omnifaces.component.util.MoveComponent
 
setFor(String) - Method in class org.omnifaces.component.util.ResolveComponent
 
setHeader(String, String) - Method in class org.omnifaces.servlet.GzipHttpServletResponse
 
setIf(String) - Method in class org.omnifaces.component.output.ConditionalComment
Sets the if condition.
setIncludeRequestParams(boolean) - Method in class org.omnifaces.component.input.Form
Set whether or not the request parameters should be encoded into the form's action URL.
setIncludeViewParams(boolean) - Method in class org.omnifaces.component.input.Form
Set whether or not the view parameters should be encoded into the form's action URL.
setInvalidateAll(Boolean) - Method in class org.omnifaces.component.validator.ValidateMultipleFields
Sets whether to invalidate all fields or only those which are actually invalid as per ValidateMultipleFields.shouldInvalidateInput(FacesContext, UIInput, Object)
setKey(String) - Method in class org.omnifaces.component.output.Cache
 
setLastModified(long) - Method in class org.omnifaces.resourcehandler.DynamicResource
Sets the "last modified" timestamp of this resource.
setLevel(Integer) - Method in class org.omnifaces.component.tree.TreeNode
Sets the level for which this node should render the items.
setList(List<?>) - Method in class org.omnifaces.converter.ListConverter
 
setList(List<?>) - Method in class org.omnifaces.converter.ListIndexConverter
 
setLocale(Locale) - Method in class org.omnifaces.el.ELContextWrapper
setLocale(Locale) - Static method in class org.omnifaces.util.Faces
Set the locale of the current view, which is to be used in localizing of the response.
setLocale(FacesContext, Locale) - Static method in class org.omnifaces.util.FacesLocal
setMessage(String) - Method in class org.omnifaces.component.messages.OmniMessages
Sets the single INFO message to be shown instead when this component has any faces message.
setMessage(String) - Method in class org.omnifaces.component.validator.ValidateMultipleFields
Sets the validation message to be shown.
setName(String) - Method in class org.omnifaces.component.script.CommandScript
Sets the script function name.
setName(String) - Method in class org.omnifaces.component.SimpleParam
Sets the parameter name.
setName(String) - Method in class org.omnifaces.component.util.ResolveComponent
 
setNoCacheHeaders(HttpServletResponse) - Static method in class org.omnifaces.filter.CacheControlFilter
Set the no-cache headers.
setOnbegin(String) - Method in class org.omnifaces.component.script.CommandScript
Sets a script to execute before ajax request is fired.
setOncomplete(String) - Method in class org.omnifaces.component.script.CommandScript
Sets a script to execute after ajax response is processed.
setParameters(Map<String, String>) - Method in class org.omnifaces.component.output.cache.CacheInstancePerScopeProvider
 
setParameters(Map<String, String>) - Method in interface org.omnifaces.component.output.cache.CacheProvider
Passes parameters to the cache provider implementation.
setPartialRequest(boolean) - Method in class org.omnifaces.context.OmniPartialViewContext
 
setPassThrough(boolean) - Method in class org.omnifaces.servlet.HttpServletResponseOutputWrapper
Sets whether the writing has to be passed through to the wrapped ServletOutputStream.
setPhaseId(PhaseId) - Method in class org.omnifaces.event.FacesEventWrapper
 
setProperties(Object, Map<String, Object>) - Static method in class org.omnifaces.util.Reflection
Sets a collection of properties of a given object to the values associated with those properties.
setPropertiesWithCoercion(Object, Map<String, Object>) - Static method in class org.omnifaces.util.Reflection
Sets a collection of properties of a given object to the (optionally coerced) values associated with those properties.
setPropertyResolved(boolean) - Method in class org.omnifaces.el.ELContextWrapper
setRender(String) - Method in class org.omnifaces.component.script.CommandScript
Sets a space separated string of client IDs to update on ajax response.
setRequestAttribute(String, Object) - Static method in class org.omnifaces.util.Faces
Sets the request scope attribute value associated with the given name.
setRequestAttribute(FacesContext, String, Object) - Static method in class org.omnifaces.util.FacesLocal
setRequestScopedBeansRequestURI(Map<String, List<Bean<?>>>) - Method in class org.omnifaces.cdi.eager.EagerBeansRepository
 
setRequestScopedBeansViewId(Map<String, List<Bean<?>>>) - Method in class org.omnifaces.cdi.eager.EagerBeansRepository
 
setReset(Boolean) - Method in class org.omnifaces.component.output.Cache
 
setResolver(Messages.Resolver) - Static method in class org.omnifaces.util.Messages
Set the custom message resolver.
setResponseStatus(int) - Static method in class org.omnifaces.util.Faces
Sets the HTTP response status code.
setResponseStatus(FacesContext, int) - Static method in class org.omnifaces.util.FacesLocal
setRowIndex(int) - Method in class org.omnifaces.model.IterableDataModel
 
setScope(String) - Method in class org.omnifaces.component.output.Cache
 
setScope(String) - Method in class org.omnifaces.component.util.ResolveComponent
 
setScriptResourceRendered(FacesContext, ResourceIdentifier) - Static method in class org.omnifaces.util.Hacks
Set the given script resource as rendered.
setSessionAttribute(String, Object) - Static method in class org.omnifaces.util.Faces
Sets the session scope attribute value associated with the given name.
setSessionAttribute(FacesContext, String, Object) - Static method in class org.omnifaces.util.FacesLocal
setSessionMaxInactiveInterval(int) - Static method in class org.omnifaces.util.Faces
Sets the HTTP session timeout in seconds.
setSessionMaxInactiveInterval(FacesContext, int) - Static method in class org.omnifaces.util.FacesLocal
setSessionScopedBeans(List<Bean<?>>) - Method in class org.omnifaces.cdi.eager.EagerBeansRepository
 
setShowMessageFor(String) - Method in class org.omnifaces.component.validator.ValidateMultipleFields
Sets the client identifiers to show the validation message for.
setStyleClass(String) - Method in class org.omnifaces.component.script.Highlight
Sets the error style class which is to be applied on invalid inputs.
setStylesheetResourceRendered(FacesContext, ResourceIdentifier) - Static method in class org.omnifaces.util.Hacks
Set the given stylesheet resource as rendered.
setSubmittedValue(Object) - Method in class org.omnifaces.component.input.ViewParam
 
setTime(Integer) - Method in class org.omnifaces.component.output.Cache
 
setToList(Set<E>) - Static method in class org.omnifaces.el.functions.Converters
Converts a Set<E> to a List<E>.
setType(String) - Method in class org.omnifaces.component.validator.ValidateOrder
Sets the ordering type to be used.
setUseBuffer(Boolean) - Method in class org.omnifaces.component.output.Cache
 
setUseRequestURI(boolean) - Method in class org.omnifaces.component.input.Form
Set whether or not the request URI should be used as form's action URL.
setValidateMethod(MethodExpression) - Method in class org.omnifaces.component.validator.ValidateMultiple
Sets the validator method expression.
setValidator(MultiFieldValidator) - Method in class org.omnifaces.component.validator.ValidateMultiple
Sets the validator instance.
setValidTill(Date) - Method in class org.omnifaces.component.output.cache.CacheEntry
Sets the date that's the last moment in time the value obtained via getValue() is valid.
setValue(String) - Method in class org.omnifaces.component.output.cache.CacheEntry
Sets the value for which this object is keeping meta data
setValue(Object) - Method in class org.omnifaces.component.SimpleParam
 
setValue(Object) - Method in class org.omnifaces.component.tree.Tree
Sets the tree model.
setValue(ELContext, Object, Object, Object) - Method in class org.omnifaces.el.ELResolverWrapper
setValue(ELContext, Object) - Method in class org.omnifaces.el.ReadOnlyValueExpression
 
setValue(ELContext, Object) - Method in class org.omnifaces.el.ValueExpressionMethodWrapper
 
setValue(ELContext, Object) - Method in class org.omnifaces.el.ValueExpressionWrapper
 
setValueExpression(String, ValueExpression) - Method in class org.omnifaces.component.messages.OmniMessages
An override which checks if this isn't been invoked on var attribute.
setValueExpression(String, ValueExpression) - Method in class org.omnifaces.component.output.OutputFormat
An override which checks if this isn't been invoked on var attribute.
setValueExpression(String, ValueExpression) - Method in class org.omnifaces.component.tree.Tree
An override which checks if this isn't been invoked on var or varNode attribute.
setVar(String) - Method in class org.omnifaces.component.messages.OmniMessages
Sets the name of the request attribute which exposes the current faces message.
setVar(String) - Method in class org.omnifaces.component.output.OutputFormat
Sets the variable name which exposes the captured output into the request scope.
setVar(String) - Method in class org.omnifaces.component.tree.Tree
Sets the name of the request attribute which exposes the wrapped data of the current node of the tree model.
setVarNode(String) - Method in class org.omnifaces.component.tree.Tree
Sets the name of the request attribute which exposes the current node of the tree model.
setViewAttribute(String, Object) - Static method in class org.omnifaces.util.Faces
Sets the view scope attribute value associated with the given name.
setViewAttribute(FacesContext, String, Object) - Static method in class org.omnifaces.util.FacesLocal
setViewHander(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
Register a view handler that transforms a view id with extension back to an extensionless one.
setViewRoot(String) - Static method in class org.omnifaces.util.Faces
Sets the current view root to the given view ID.
setViewRoot(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
setWrappedData(Object) - Method in class org.omnifaces.model.IterableDataModel
 
shouldHandleExceptionRootCause(FacesContext, Throwable) - Method in class org.omnifaces.exceptionhandler.FullAjaxExceptionHandler
Returns true if the FullAjaxExceptionHandler should handle this exception root cause.
shouldInvalidateInput(FacesContext, UIInput, Object) - Method in class org.omnifaces.component.validator.ValidateAll
In an invalidating case, invalidate only those inputs which have an empty value.
shouldInvalidateInput(FacesContext, UIInput, Object) - Method in class org.omnifaces.component.validator.ValidateAllOrNone
In an invalidating case, invalidate only those inputs which have an empty value.
shouldInvalidateInput(FacesContext, UIInput, Object) - Method in class org.omnifaces.component.validator.ValidateMultipleFields
Returns whether in in an invalidating case the given input component should be marked invalid.
showMessage(FacesContext, List<UIInput>) - Method in class org.omnifaces.component.validator.ValidateMultipleFields
Show the message at the desired place(s) depending on the value of the showMessageFor attribute.
SimpleParam - Class in org.omnifaces.component
This class provides a basic and default implementation of the ParamHolder interface.
SimpleParam() - Constructor for class org.omnifaces.component.SimpleParam
Default constructor.
SimpleParam(String, Object) - Constructor for class org.omnifaces.component.SimpleParam
Construct a simple param with name and value.
SimpleParam(String, Object, Converter) - Constructor for class org.omnifaces.component.SimpleParam
Construct a simple param with name, value and converter.
singleton() - Static method in class org.omnifaces.util.concurrentlinkedhashmap.Weighers
A weigher where a value has a weight of 1.
size() - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
size() - Method in class org.omnifaces.util.MapWrapper
SortedTreeModel<T> - Class in org.omnifaces.model.tree
A concrete implementation of TreeModel which holds the tree children in a TreeSet.
SortedTreeModel() - Constructor for class org.omnifaces.model.tree.SortedTreeModel
 
splitArray(Object, int) - Static method in class org.omnifaces.el.functions.Converters
Splits the given array into an array of subarrays of the given fragment size.
splitList(List<E>, int) - Static method in class org.omnifaces.el.functions.Converters
Splits the given list into a list of sublists of the given fragment size.
START_CONTENT_MARKER - Static variable in class org.omnifaces.component.output.Cache
 
startCDATA() - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
 
startDocument() - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
 
startElement(String, UIComponent) - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
 
startElement(ResponseWriter, UIComponent) - Method in class org.omnifaces.renderer.InlineResourceRenderer
Start the element.
startElement(ResponseWriter, UIComponent) - Method in class org.omnifaces.renderer.InlineScriptRenderer
 
startElement(ResponseWriter, UIComponent) - Method in class org.omnifaces.renderer.InlineStylesheetRenderer
 
startsWithOneOf(String, String...) - Static method in class org.omnifaces.util.Utils
Returns true if the given string starts with one of the given prefixes.
Startup - Annotation Type in org.omnifaces.cdi
Stereo type that designates a bean as an eagerly instantiated bean with application scope.
State - Class in org.omnifaces.util
Helper class for StateHelper that uses generic type-inference to make code that uses the StateHelper slightly less verbose.
State(StateHelper) - Constructor for class org.omnifaces.util.State
 
stream(InputStream, OutputStream) - Static method in class org.omnifaces.util.Utils
Stream the given input to the given output by NIO ByteBuffer.
Strings - Class in org.omnifaces.el.functions
Collection of EL functions for string manipulation: of:abbreviate(), of:capitalize(), of:concat(), of:prettyURL(), of:encodeURL(), of:escapeJS() and of:formatX().
stripExtension(String) - Static method in class org.omnifaces.util.ResourcePaths
Strips the extension from a resource if any.
stripFacesViewsPrefix(String) - Static method in class org.omnifaces.facesviews.FacesViews
Strips the special 'faces-views' prefix path from the resource if any.
stripPrefixPath(String, String) - Static method in class org.omnifaces.util.ResourcePaths
Strips the given prefix path from the given resource path if any.
subscribeToApplicationEvent(Class<? extends SystemEvent>, SystemEventListener) - Static method in class org.omnifaces.util.Events
Subscribe the given system event listener to the current application that get invoked every time when the given system event type is published in the current application.
subscribeToApplicationEvent(Class<? extends SystemEvent>, Callback.Void) - Static method in class org.omnifaces.util.Events
Subscribe the given callback to the current application that get invoked every time when the given system event type is published in the current application.
subscribeToApplicationEvent(Class<? extends SystemEvent>, Callback.WithArgument<SystemEvent>) - Static method in class org.omnifaces.util.Events
Subscribe the given callback to the current application that get invoked every time when the given system event type is published in the current application.
subscribeToRequestAfterPhase(PhaseId, Callback.Void) - Static method in class org.omnifaces.util.Events
Subscribe the given callback instance to the current request that get invoked after given phase ID.
subscribeToRequestAfterPhase(PhaseId, Callback.WithArgument<PhaseEvent>) - Static method in class org.omnifaces.util.Events
Subscribe the given callback instance to the current request that get invoked after given phase ID.
subscribeToRequestBeforePhase(PhaseId, Callback.Void) - Static method in class org.omnifaces.util.Events
Subscribe the given callback instance to the current request that get invoked before given phase ID.
subscribeToRequestBeforePhase(PhaseId, Callback.WithArgument<PhaseEvent>) - Static method in class org.omnifaces.util.Events
Subscribe the given callback instance to the current request that get invoked before given phase ID.
subscribeToViewAfterPhase(PhaseId, Callback.Void) - Static method in class org.omnifaces.util.Events
Subscribe the given callback instance to the current view that get invoked every time after given phase ID.
subscribeToViewAfterPhase(PhaseId, Callback.WithArgument<PhaseEvent>) - Static method in class org.omnifaces.util.Events
Subscribe the given callback instance to the current view that get invoked every time after given phase ID.
subscribeToViewBeforePhase(PhaseId, Callback.Void) - Static method in class org.omnifaces.util.Events
Subscribe the given callback instance to the current view that get invoked every time before given phase ID.
subscribeToViewBeforePhase(PhaseId, Callback.WithArgument<PhaseEvent>) - Static method in class org.omnifaces.util.Events
Subscribe the given callback instance to the current view that get invoked every time before given phase ID.
subscribeToViewEvent(Class<? extends SystemEvent>, SystemEventListener) - Static method in class org.omnifaces.util.Events
Subscribe the given system event listener to the current view that get invoked every time when the given system event type is published on the current view.
subscribeToViewEvent(Class<? extends SystemEvent>, Callback.Void) - Static method in class org.omnifaces.util.Events
Subscribe the given callback to the current view that get invoked every time when the given system event type is published on the current view.
subscribeToViewEvent(Class<? extends SystemEvent>, Callback.WithArgument<SystemEvent>) - Static method in class org.omnifaces.util.Events
Subscribe the given callback to the current view that get invoked every time when the given system event type is published on the current view.

T

TimeToLiveCache - Class in org.omnifaces.component.output.cache
Base class that can be used by Map based caches that don't support time to live semantics and arbitrary attributes natively.
TimeToLiveCache(Integer) - Constructor for class org.omnifaces.component.output.cache.TimeToLiveCache
 
toByteArray(InputStream) - Static method in class org.omnifaces.util.Utils
Read the given input stream into a byte array.
toClass(String) - Static method in class org.omnifaces.util.Reflection
Returns the Class instance associated with the class of the given string, using the context class loader and if that fails the defining class loader of the current class.
toJson(Object) - Static method in class org.omnifaces.el.functions.Converters
Encode given object as JSON.
toParameterMap(String) - Static method in class org.omnifaces.util.Servlets
Converts the given request query string to request parameter values map.
toQueryString(Map<String, List<String>>) - Static method in class org.omnifaces.util.Servlets
Converts the given request parameter values map to request query string.
toString() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
toString() - Method in class org.omnifaces.resourcehandler.ResourceIdentifier
Returns the resource identifier as string in standard JSF resource identifier format library:name.
Tree - Class in org.omnifaces.component.tree
The <o:tree> allows the developers to have full control over the markup of a tree hierarchy by declaring the appropriate JSF components or HTML elements in the markup.
Tree() - Constructor for class org.omnifaces.component.tree.Tree
 
TreeFamily - Class in org.omnifaces.component.tree
Base class which is to be shared between all components of the Tree family.
TreeFamily() - Constructor for class org.omnifaces.component.tree.TreeFamily
The base constructor sets the renderer type to null as the components of the Tree family does not render anything by themselves.
TreeInsertChildren - Class in org.omnifaces.component.tree
The <o:treeInsertChildren> is an UIComponent that represents the insertion point for the children of a parent tree node which is represented by TreeNodeItem.
TreeInsertChildren() - Constructor for class org.omnifaces.component.tree.TreeInsertChildren
 
TreeModel<T> - Interface in org.omnifaces.model.tree
A generic and simple tree data model which is to be used by Tree component.
TreeNode - Class in org.omnifaces.component.tree
The <o:treeNode> is an UIComponent that represents a single tree node within a parent Tree component.
TreeNode() - Constructor for class org.omnifaces.component.tree.TreeNode
 
TreeNodeItem - Class in org.omnifaces.component.tree
The <o:treeNodeItem> is an UIComponent that represents a single child tree node within a parent TreeNode component.
TreeNodeItem() - Constructor for class org.omnifaces.component.tree.TreeNodeItem
 
tryScanAndStoreViews(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
Checks if resources haven't been scanned yet, and if not does scanning and stores the result at the designated location "org.omnifaces.facesviews" in the ServletContext.

U

UnmappedResourceHandler - Class in org.omnifaces.resourcehandler
This ResourceHandler implementation allows the developer to map JSF resources on an URL pattern of /javax.faces.resource/* (basically, the value of ResourceHandler.RESOURCE_IDENTIFIER) without the need for an additional FacesServlet prefix or suffix URL pattern in the default produced resource URLs, such as /javax.faces.resource/faces/css/style.css or /javax.faces.resource/css/style.css.xhtml.
UnmappedResourceHandler(ResourceHandler) - Constructor for class org.omnifaces.resourcehandler.UnmappedResourceHandler
Creates a new instance of this unmapped resource handler which wraps the given resource handler.
unmodifiableSet(Object...) - Static method in class org.omnifaces.util.Utils
Creates an unmodifiable set based on the given values.
unserializeURLSafe(String) - Static method in class org.omnifaces.util.Utils
Unserialize the given serialized URL-safe string.
unwrap(Throwable, Class<T>) - Static method in class org.omnifaces.util.Exceptions
Unwrap the nested causes of given exception as long as until it is not an instance of the given type and then return it.
unwrap(Throwable) - Static method in class org.omnifaces.util.Exceptions
Unwrap the nested causes of given exception as long as until it is not an instance of FacesException (Mojarra) or ELException (MyFaces) and then return it.
update(String...) - Static method in class org.omnifaces.util.Ajax
Update the given client IDs in the current ajax response.
updateAll() - Static method in class org.omnifaces.util.Ajax
Update the entire view.
updateColumn(UIData, int) - Static method in class org.omnifaces.util.Ajax
Update the column of the given UIData component at the given zero-based column index.
updateRow(UIData, int) - Static method in class org.omnifaces.util.Ajax
Update the row of the given UIData component at the given zero-based row index.
UriExtensionRequestWrapper - Class in org.omnifaces.facesviews
This wraps a request to an extensionless JSF view and provides an extension for all methods that reveal the servlet path.
UriExtensionRequestWrapper(HttpServletRequest, String) - Constructor for class org.omnifaces.facesviews.UriExtensionRequestWrapper
 
userAgentNeedsUpdate(FacesContext) - Method in class org.omnifaces.resourcehandler.DynamicResource
 
UtilFamily - Class in org.omnifaces.component.util
Base class which is to be shared between all components of the Util family.
UtilFamily() - Constructor for class org.omnifaces.component.util.UtilFamily
 
Utils - Class in org.omnifaces.util
Collection of general utility methods that do not fit in one of the more specific classes.

V

validate(FacesContext, UIComponent, Object) - Method in class org.omnifaces.taghandler.ValidateBean.CollectingValidator
 
validate(FacesContext, UIComponent, Object) - Method in class org.omnifaces.validator.RequiredCheckboxValidator
 
validate(FacesContext, UIComponent, Object) - Method in class org.omnifaces.validator.ValueChangeValidator
If the component is an instance of EditableValueHolder and its old object value is equal to the submitted value, then return immediately from the method and don't perform any validation.
ValidateAll - Class in org.omnifaces.component.validator
The <o:validateAll> validates if ALL of the given UIInput components have been filled out.
ValidateAll() - Constructor for class org.omnifaces.component.validator.ValidateAll
 
ValidateAllOrNone - Class in org.omnifaces.component.validator
The <o:validateAllOrNone> validates if at least ALL of the given UIInput components have been filled out or that NONE of the given UIInput components have been filled out.
ValidateAllOrNone() - Constructor for class org.omnifaces.component.validator.ValidateAllOrNone
 
ValidateBean - Class in org.omnifaces.taghandler
The <o:validateBean> allows the developer to control bean validation on a per-UICommand or UIInput component basis, as well as validating a given bean at the class level.
ValidateBean(TagConfig) - Constructor for class org.omnifaces.taghandler.ValidateBean
The tag constructor.
ValidateBean.CollectingValidator - Class in org.omnifaces.taghandler
 
ValidateBean.CollectingValidator(Map<String, Object>, String) - Constructor for class org.omnifaces.taghandler.ValidateBean.CollectingValidator
 
ValidateBean.op2 - Class in org.omnifaces.taghandler
 
ValidateBean.op2() - Constructor for class org.omnifaces.taghandler.ValidateBean.op2
 
ValidateBean.TargetFormInvoker - Class in org.omnifaces.taghandler
 
ValidateBean.TargetFormInvoker(UIComponent, Callback.WithArgument<UIForm>) - Constructor for class org.omnifaces.taghandler.ValidateBean.TargetFormInvoker
 
validateChangedObject(FacesContext, UIComponent, Object) - Method in class org.omnifaces.validator.ValueChangeValidator
Use this method instead of ValueChangeValidator.validate(FacesContext, UIComponent, Object) if you intend to perform the validation only when the submitted value is really changed as compared to the model value.
validateComponents(FacesContext) - Method in class org.omnifaces.component.validator.ValidateMultipleFields
If the validation is not disabled, collect the components, if it is not empty, then collect their values and delegate to MultiFieldValidator.validateValues(FacesContext, List, List).
validateComponents(FacesContext) - Method in class org.omnifaces.component.validator.ValidatorFamily
Perform the actual validation.
ValidateEqual - Class in org.omnifaces.component.validator
The <o:validateEqual> validates if ALL of the given UIInput components have the same value.
ValidateEqual() - Constructor for class org.omnifaces.component.validator.ValidateEqual
 
validateHasDirectParent(UIComponent, Class<C>) - Static method in class org.omnifaces.util.Components
Validate if the given component has a direct parent of the given parent type.
validateHasNoChildren(UIComponent) - Static method in class org.omnifaces.util.Components
Validate if the given component has no children.
validateHasParent(UIComponent, Class<C>) - Static method in class org.omnifaces.util.Components
Validate if the given component has a parent of the given parent type.
validateHierarchy() - Method in class org.omnifaces.component.tree.Tree
Validate the component hierarchy.
validateHierarchy() - Method in class org.omnifaces.component.tree.TreeFamily
Validate the component hierarchy.
validateHierarchy() - Method in class org.omnifaces.component.tree.TreeInsertChildren
Validate the component hierarchy.
validateHierarchy() - Method in class org.omnifaces.component.tree.TreeNode
Validate the component hierarchy.
validateHierarchy() - Method in class org.omnifaces.component.tree.TreeNodeItem
Validate the component hierarchy.
validateHierarchy() - Method in class org.omnifaces.component.validator.ValidateMultipleFields
Validate our component hierarchy.
validateHierarchy() - Method in class org.omnifaces.component.validator.ValidatorFamily
Validate our own component hierarchy.
ValidateMultiple - Class in org.omnifaces.component.validator
The <o:validateMultiple> allows the developer to validate multiple fields by either a custom validator method:
ValidateMultiple() - Constructor for class org.omnifaces.component.validator.ValidateMultiple
 
ValidateMultipleFields - Class in org.omnifaces.component.validator
Base class which is to be shared between all multi field validators.
ValidateMultipleFields() - Constructor for class org.omnifaces.component.validator.ValidateMultipleFields
The default constructor sets the default message and sets the renderer type to null.
ValidateMultipleHandler - Class in org.omnifaces.component.validator
A handler for ValidateMultiple component, which will take care of setting the validator attribute the right way as either ValueExpression or MethodExpression.
ValidateMultipleHandler(ComponentConfig) - Constructor for class org.omnifaces.component.validator.ValidateMultipleHandler
Construct the tag handler for ValidateMultiple component.
ValidateOne - Class in org.omnifaces.component.validator
The <o:validateOne> validates if ONLY ONE of the given UIInput components have been filled out.
ValidateOne() - Constructor for class org.omnifaces.component.validator.ValidateOne
 
ValidateOneOrMore - Class in org.omnifaces.component.validator
The <o:validateOneOrMore> validates if at least ONE of the given UIInput components has been filled out.
ValidateOneOrMore() - Constructor for class org.omnifaces.component.validator.ValidateOneOrMore
 
ValidateOneOrNone - Class in org.omnifaces.component.validator
The <o:validateOneOrNone> validates if ONLY ONE of the given UIInput components has been filled out or that NONE of the given UIInput components have been filled out.
ValidateOneOrNone() - Constructor for class org.omnifaces.component.validator.ValidateOneOrNone
 
ValidateOrder - Class in org.omnifaces.component.validator
The <o:validateOrder> validates if the values of the given UIInput components as specified in the components attribute are in the order as specified by the type attribute which accepts the following values: lt (default): from least to greatest, without duplicates. lte: from least to greatest, allowing duplicates (equal values next to each other). gt: from greatest to least, without duplicates. gte: from greatest to least, allowing duplicates (equal values next to each other).
ValidateOrder() - Constructor for class org.omnifaces.component.validator.ValidateOrder
 
ValidateUnique - Class in org.omnifaces.component.validator
The <o:validateUnique> validates if ALL of the given UIInput components have an unique value.
ValidateUnique() - Constructor for class org.omnifaces.component.validator.ValidateUnique
 
ValidateUniqueColumn - Class in org.omnifaces.taghandler
The <o:validateUniqueColumn> validates if the given UIInput component in an UIData component has an unique value throughout all rows, also those not visible by pagination.
ValidateUniqueColumn(TagConfig) - Constructor for class org.omnifaces.taghandler.ValidateUniqueColumn
The tag constructor.
validateValues(FacesContext, List<UIInput>, List<Object>) - Method in class org.omnifaces.component.validator.ValidateAll
Validate if all is filled out.
validateValues(FacesContext, List<UIInput>, List<Object>) - Method in class org.omnifaces.component.validator.ValidateAllOrNone
Validate if all or none is filled out.
validateValues(FacesContext, List<UIInput>, List<Object>) - Method in class org.omnifaces.component.validator.ValidateEqual
Validate if all values are equal.
validateValues(FacesContext, List<UIInput>, List<Object>) - Method in class org.omnifaces.component.validator.ValidateMultiple
Invoke the validator and return its outcome.
validateValues(FacesContext, List<UIInput>, List<Object>) - Method in class org.omnifaces.component.validator.ValidateOne
Validate if only one is filled out.
validateValues(FacesContext, List<UIInput>, List<Object>) - Method in class org.omnifaces.component.validator.ValidateOneOrMore
Validate if at least one is filled out.
validateValues(FacesContext, List<UIInput>, List<Object>) - Method in class org.omnifaces.component.validator.ValidateOneOrNone
Validate if only one or none is filled out.
validateValues(FacesContext, List<UIInput>, List<Object>) - Method in class org.omnifaces.component.validator.ValidateOrder
Validate if all values are in specified order.
validateValues(FacesContext, List<UIInput>, List<Object>) - Method in class org.omnifaces.component.validator.ValidateUnique
Validate if all values are unique.
validateValues(FacesContext, List<UIInput>, List<Object>) - Method in interface org.omnifaces.validator.MultiFieldValidator
Perform the validation on the collected values of the input components and returns whether the validation is successful.
validationFailed() - Static method in class org.omnifaces.util.Faces
Signals JSF that the validations phase of the current request has failed.
Validator - Class in org.omnifaces.taghandler
The <o:validator> is a taghandler that extends the standard <f:validator> tag family with support for deferred value expressions in all attributes.
Validator(ValidatorConfig) - Constructor for class org.omnifaces.taghandler.Validator
The constructor.
Validator.DeferredValidator - Class in org.omnifaces.taghandler
So that we can have a serializable validator.
Validator.DeferredValidator() - Constructor for class org.omnifaces.taghandler.Validator.DeferredValidator
 
validatorAttributes() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer.DefaultParamAnnotationLiteral
 
validatorClasses() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer.DefaultParamAnnotationLiteral
 
ValidatorFamily - Class in org.omnifaces.component.validator
Base class which is to be shared between all components of the Validator family.
ValidatorFamily() - Constructor for class org.omnifaces.component.validator.ValidatorFamily
 
ValidatorManager - Class in org.omnifaces.cdi.validator
The @FacesValidator is by default not eligible for dependency injection by @Inject nor @EJB.
ValidatorManager() - Constructor for class org.omnifaces.cdi.validator.ValidatorManager
 
validatorMessage() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer.DefaultParamAnnotationLiteral
 
validators() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer.DefaultParamAnnotationLiteral
 
VALUE_SET - Static variable in class org.omnifaces.component.output.Cache
 
ValueChangeConverter - Class in org.omnifaces.converter
By default, JSF converters run on every request, regardless of whether the submitted value has changed or not.
ValueChangeConverter() - Constructor for class org.omnifaces.converter.ValueChangeConverter
 
ValueChangeValidator - Class in org.omnifaces.validator
By default, JSF validators run on every request, regardless of whether the submitted value has changed or not.
ValueChangeValidator() - Constructor for class org.omnifaces.validator.ValueChangeValidator
 
ValueExpressionMethodWrapper - Class in org.omnifaces.el
Special purpose value expression that wraps a method expression for which a Method instance is created whenever the getValue method is called.
ValueExpressionMethodWrapper(MethodExpression) - Constructor for class org.omnifaces.el.ValueExpressionMethodWrapper
 
ValueExpressionWrapper - Class in org.omnifaces.el
 
ValueExpressionWrapper(ValueExpression) - Constructor for class org.omnifaces.el.ValueExpressionWrapper
 
valueOf(String) - Static method in enum org.omnifaces.component.util.MoveComponent.Destination
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.omnifaces.config.BeanManager
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.omnifaces.config.WebXml
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.omnifaces.facesviews.ExtensionAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.omnifaces.facesviews.FacesServletDispatchMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.omnifaces.facesviews.PathAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.omnifaces.facesviews.ViewHandlerMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.omnifaces.component.util.MoveComponent.Destination
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.omnifaces.config.BeanManager
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.omnifaces.config.WebXml
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.omnifaces.facesviews.ExtensionAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.omnifaces.facesviews.FacesServletDispatchMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.omnifaces.facesviews.PathAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.omnifaces.facesviews.ViewHandlerMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
values() - Method in class org.omnifaces.util.MapWrapper
VetoAnnotatedTypeExtension - Class in org.omnifaces
This CDI extension should tell the CDI implementation to register from the org.omnifaces package only the classes from org.omnifaces.cdi and org.omnifaces.showcase subpackages as CDI managed beans.
VetoAnnotatedTypeExtension() - Constructor for class org.omnifaces.VetoAnnotatedTypeExtension
 
ViewHandlerMode - Enum in org.omnifaces.facesviews
The mode of the view handler with respect to constructing an action URL.
ViewParam - Class in org.omnifaces.component.input
The <o:viewParam> is a component that extends the standard <f:viewParam> and provides a stateless mode of operation and fixes the issue wherein null model values are converted to empty string parameters in query string (e.g.
ViewParam() - Constructor for class org.omnifaces.component.input.ViewParam
 
ViewParamValidationFailed - Class in org.omnifaces.taghandler
<o:viewParamValidationFailed> allows the developer to handle a view parameter validation failure with either a redirect or an HTTP error status, optionally with respectively a flash message or HTTP error message.
ViewParamValidationFailed(TagConfig) - Constructor for class org.omnifaces.taghandler.ViewParamValidationFailed
The tag constructor.
ViewScopeContext - Class in org.omnifaces.cdi.viewscope
Provide a context for the ViewScoped annotation wherein beans are managed by ViewScopeManager.
ViewScopeContext(BeanManager, Bean<ViewScopeManager>) - Constructor for class org.omnifaces.cdi.viewscope.ViewScopeContext
Construct a new view scope context.
ViewScoped - Annotation Type in org.omnifaces.cdi
The CDI view scope annotation, intented for use in JSF 2.0/2.1.
ViewScopeEventListener - Class in org.omnifaces.application
Listener for JSF view scope destroy events so that view scope provider implementation can be notified.
ViewScopeEventListener() - Constructor for class org.omnifaces.application.ViewScopeEventListener
 
ViewScopeExtension - Class in org.omnifaces.cdi.viewscope
Register the CDI view scope context.
ViewScopeExtension() - Constructor for class org.omnifaces.cdi.viewscope.ViewScopeExtension
 
ViewScopeManager - Class in org.omnifaces.cdi.viewscope
Manage the view scoped beans by listening on view scope and session scope creation and destroy.
ViewScopeManager() - Constructor for class org.omnifaces.cdi.viewscope.ViewScopeManager
 
visitTree(VisitContext, VisitCallback) - Method in class org.omnifaces.component.tree.Tree
Set the root node as current node and delegate the call to Tree.visitTreeNode(VisitContext, VisitCallback).
visitTree(VisitContext, VisitCallback) - Method in class org.omnifaces.component.tree.TreeInsertChildren
Delegate visiting of the tree node to Tree.visitTreeNode(VisitContext, VisitCallback).
visitTree(VisitContext, VisitCallback) - Method in class org.omnifaces.component.tree.TreeNodeItem
Loop over children of the current model node, set the child as the current model node and continue visiting this component according to the given visit context and callback.
visitTreeNode(VisitContext, VisitCallback) - Method in class org.omnifaces.component.tree.Tree
If the current model node isn't a leaf (i.e.

W

warn() - Method in class org.omnifaces.util.Messages.Message
Set the severity of the current message to WARN.
WEB_INF_VIEWS - Static variable in class org.omnifaces.facesviews.FacesViews
A special dedicated "well-known" directory where facelets implementing views can be placed.
WebXml - Enum in org.omnifaces.config
This configuration enum parses the /WEB-INF/web.xml and all /META-INF/web-fragment files found in the classpath and offers methods to obtain information from them which is not available by the standard Servlet API.
weeksBetween(Date, Date) - Static method in class org.omnifaces.el.functions.Dates
Returns the amount of weeks between two given dates.
weigher(Weigher<? super V>) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Builder
Specifies an algorithm to determine how many the units of capacity an entry consumes.
weigher(EntryWeigher<? super K, ? super V>) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Builder
Specifies an algorithm to determine how many the units of capacity a value consumes.
Weigher<V> - Interface in org.omnifaces.util.concurrentlinkedhashmap
A class that can determine the weight of a value.
Weighers - Class in org.omnifaces.util.concurrentlinkedhashmap
A common set of Weigher and EntryWeigher implementations.
weightedSize() - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Returns the weighted size of this map.
weightOf(K, V) - Method in interface org.omnifaces.util.concurrentlinkedhashmap.EntryWeigher
Measures an entry's weight to determine how many units of capacity that the key and value consumes.
weightOf(V) - Method in interface org.omnifaces.util.concurrentlinkedhashmap.Weigher
Measures an object's weight to determine how many units of capacity that the value consumes.
with(String, Object) - Method in class org.omnifaces.el.ScopedRunner
Adds the given variable to this instance.
withHints(Set<VisitHint>) - Method in class org.omnifaces.util.Components.ForEach
The VisitHints that are used for the visit.
withHints(VisitHint...) - Method in class org.omnifaces.util.Components.ForEach
The VisitHints that are used for the visit.
write(char[], int, int) - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
 
write(char[]) - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
 
write(int) - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
 
write(String) - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
 
write(String, int, int) - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
 
write(int) - Method in class org.omnifaces.io.ResettableBufferedOutputStream
 
write(byte[]) - Method in class org.omnifaces.io.ResettableBufferedOutputStream
 
write(byte[], int, int) - Method in class org.omnifaces.io.ResettableBufferedOutputStream
 
write(char[], int, int) - Method in class org.omnifaces.io.ResettableBufferedWriter
 
writeAttribute(String, Object, String) - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
 
writeAttribute(ResponseWriter, UIComponent, String) - Static method in class org.omnifaces.util.Renderers
Write component attribute of the given name, if it's not empty.
writeAttribute(ResponseWriter, UIComponent, String, String) - Static method in class org.omnifaces.util.Renderers
Write component attribute of the given name, if it's not empty, as given HTML attribute name.
writeAttribute(ResponseWriter, UIComponent, String, String, String) - Static method in class org.omnifaces.util.Renderers
Write component attribute of the given name, if it's not empty, as given HTML attribute name associated with given component property name.
writeAttribute(ResponseWriter, String, Object) - Static method in class org.omnifaces.util.Renderers
Write given attribute value, if it's not empty, as given HTML attribute name.
writeAttribute(ResponseWriter, String, Object, String) - Static method in class org.omnifaces.util.Renderers
Write given attribute value, if it's not empty, as given HTML attribute name associated with given component property name.
writeAttribute(String, Object, String) - Method in class org.omnifaces.viewhandler.NoAutoGeneratedIdViewHandler.NoAutoGeneratedIdResponseWriter
 
writeAttributes(ResponseWriter, UIComponent, String...) - Static method in class org.omnifaces.util.Renderers
Write component attributes of the given names, if it's not empty.
writeAttributes(ResponseWriter, UIComponent, Map<String, String>) - Static method in class org.omnifaces.util.Renderers
Write component attributes of the given property-HTML mapping of names, if it's not empty.
writeComment(Object) - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
 
writeExternal(ObjectOutput) - Method in class org.omnifaces.resourcehandler.DefaultResource
 
writeResource(Reader, ResponseWriter) - Method in class org.omnifaces.renderer.InlineResourceRenderer
Write the resource inline.
writeResource(Reader, ResponseWriter) - Method in class org.omnifaces.renderer.InlineScriptRenderer
 
writeResource(Reader, ResponseWriter) - Method in class org.omnifaces.renderer.InlineStylesheetRenderer
 
writeText(char[], int, int) - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
 
writeText(Object, String) - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
 
writeText(Object, UIComponent, String) - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
 
writeText(ResponseWriter, UIComponent, String, boolean) - Static method in class org.omnifaces.util.Renderers
Write the given text either HTML-escaped or unescaped.
writeURIAttribute(String, Object, String) - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
 

Y

yearsBetween(Date, Date) - Static method in class org.omnifaces.el.functions.Dates
Returns the amount of years between two given dates.
A B C D E F G H I J K L M N O P Q R S T U V W Y 

Copyright © 2012–2014 OmniFaces. All rights reserved.