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
 
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
 
addAfterPhaseListener(PhaseId, Callback.Void) - Static method in class org.omnifaces.util.Events
Adds a phase listener to the current view that invokes the given callback every time after given phase.
addArgument(String, Object) - Method in class org.omnifaces.context.OmniPartialViewContext
Add an argument to the partial response.
addBeforePhaseListener(PhaseId, Callback.Void) - Static method in class org.omnifaces.util.Events
Adds a phase listener to the current view that invokes the given callback every time before given phase ID.
addCallbackAfterPhaseListener(PhaseId, Callback.Void) - Static method in class org.omnifaces.util.Events
Adds a phase listener for callback by a global phase listener during the current request that invokes the given callback every time after given phase ID.
addCallbackBeforePhaseListener(PhaseId, Callback.Void) - Static method in class org.omnifaces.util.Events
Adds a phase listener for callback by a global phase listener during the current request that invokes the given callback every time before given phase ID.
addCallbackPhaseListener(PhaseListener) - Static method in class org.omnifaces.util.Events
Adds phase listener for callback by a global phase listener during the current request.
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.
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.
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.
addPhaseListener(PhaseListener) - Static method in class org.omnifaces.util.Events
Adds a phase listener to the current view root of the current faces context.
addRenderKit(String, RenderKit) - Method in class org.omnifaces.renderkit.Html5RenderKitFactory
 
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
 
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.
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.
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
 
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.
Arrays - Class in org.omnifaces.el.functions
Collection of EL functions for array manipulation.
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.
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
Get reference to CDI managed beans without having any CDI dependency.
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
Cache is a component that captures the mark-up rendered by its children and caches this for future requests.
Cache() - Constructor for class org.omnifaces.component.output.Cache
 
Cache - Interface in org.omnifaces.component.output.cache
Interface that abstracts a simple get and put operation for a concrete cache implementation.
CACHE_INSTALL_BUFFER_FILTER - Static variable in class org.omnifaces.component.output.cache.CacheInitializerListener
 
CACHE_PROVIDER_INIT_PARAM_NAME - Static variable in class org.omnifaces.component.output.cache.CacheInitializerListener
 
CACHE_PROVIDER_PARAM_NAME - Static variable in class org.omnifaces.component.output.cache.CacheFactory
 
CACHE_PROVIDER_SETTING_INIT_PARAM_PREFIX - Static variable in class org.omnifaces.component.output.cache.CacheInitializerListener
 
CacheControlFilter - Class in org.omnifaces.filter
This filter will control the cache-related headers of the response.
CacheControlFilter() - Constructor for class org.omnifaces.filter.CacheControlFilter
 
CacheEntry - Class in org.omnifaces.component.output.cache
Meta data for a value that's stored in a cache.
CacheEntry(String, Date) - Constructor for class org.omnifaces.component.output.cache.CacheEntry
 
CacheFactory - Class in org.omnifaces.component.output.cache
Factory used to obtain Cache instance and to register the CacheProvider that is used to obtain that.
CacheInitializerListener - Class in org.omnifaces.component.output.cache
Optional initializer for the Cache used by the Omnifaces Cache component.
CacheInitializerListener() - Constructor for class org.omnifaces.component.output.cache.CacheInitializerListener
 
CacheInstancePerScopeProvider - Class in org.omnifaces.component.output.cache
Base class for Cache providers where for each scope a new instance of the cache is created if for that scope no instance is present yet.
CacheInstancePerScopeProvider() - Constructor for class org.omnifaces.component.output.cache.CacheInstancePerScopeProvider
 
CacheProvider - Interface in org.omnifaces.component.output.cache
A provider for a specific Cache implementation.
CacheValue - Class in org.omnifaces.component.output.cache.el
CacheValue is a replacement for ui:param and c:set that only evaluates a value expression once and thereafter resolves it from the cache.
CacheValue(TagConfig) - Constructor for class org.omnifaces.component.output.cache.el.CacheValue
 
CachingValueExpression - Class in org.omnifaces.component.output.cache.el
A value expression implementation that caches its main value at the moment it's evaluated and uses this cache value in future evaluations.
CachingValueExpression(String, ValueExpression, Cache) - Constructor for class org.omnifaces.component.output.cache.el.CachingValueExpression
 
Callback - Class in org.omnifaces.util
Collection of callback interfaces.
Callback.Returning<R> - Interface in org.omnifaces.util
Use this if you need a callback which returns a value.
Callback.ReturningWithArgument<R,A> - Interface in org.omnifaces.util
Use this if you need a callback which takes an argument and returns a value.
Callback.Void - Interface in org.omnifaces.util
Use this if you need a void callback.
Callback.WithArgument<A> - Interface in org.omnifaces.util
Use this if you need a callback which takes an argument.
CallbackPhaseListener - Class in org.omnifaces.eventlistener
This phase listener picks up phase listener instances from the request scope by addCallbackXxx() methods of the Events utility class and calls them back for each matching phase.
CallbackPhaseListener() - Constructor for class org.omnifaces.eventlistener.CallbackPhaseListener
 
canScanDirectory(String, String) - Static method in class org.omnifaces.facesviews.FacesViews
 
canScanResource(String, String) - Static method in class org.omnifaces.facesviews.FacesViews
 
capacity() - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Retrieves the maximum weighted capacity of the map.
capitalize(String) - Static method in class org.omnifaces.el.functions.Strings
Capitalize the given string, i.e.
CDNResourceHandler - Class in org.omnifaces.resourcehandler
This ResourceHandler implementation allows the developer to provide CDN URLs instead of the default local URLs for JSF resources as provided by <h:outputScript>, <h:outputStylesheet> and <h:graphicImage>.
CDNResourceHandler(ResourceHandler) - Constructor for class org.omnifaces.resourcehandler.CDNResourceHandler
Creates a new instance of this CDN resource handler which wraps the given resource handler.
CharacterEncodingFilter - Class in org.omnifaces.filter
This filter will set the request body character encoding when not already set by the client.
CharacterEncodingFilter() - Constructor for class org.omnifaces.filter.CharacterEncodingFilter
 
clear() - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
clear() - Method in class org.omnifaces.util.MapWrapper
close() - Method in class org.omnifaces.io.ResettableBufferedOutputStream
 
close() - Method in class org.omnifaces.io.ResettableBufferedWriter
 
close() - Method in class org.omnifaces.servlet.GzipHttpServletResponse
 
close() - Method in class org.omnifaces.servlet.HttpServletResponseOutputWrapper
Close the response body.
close(Closeable) - Static method in class org.omnifaces.util.Utils
Check if the given resource is not null and then close it, whereby any caught IOException is been returned instead of thrown, so that the caller can if necessary handle (log) or just ignore it without the need to put another try-catch.
closePartialResponse() - Method in class org.omnifaces.context.OmniPartialViewContext
Close the partial response.
coalesce(Object, Object) - Static method in class org.omnifaces.el.functions.Objects
Returns the first non-null object from the provided two objects.
coalesce(T...) - Static method in class org.omnifaces.util.Utils
Returns the first non-null object of the argument list, or null if there is no such element.
collectAllValuesFromSelectItems(FacesContext, UIComponent) - Static method in class org.omnifaces.util.selectitems.SelectItemsUtils
Collects all values associated with all SelectItem instances associated with the given component.
collectComponents() - Method in class org.omnifaces.component.validator.ValidateMultipleFields
Collect the input components.
collectFromParent(FacesContext, UIComponent) - Static method in class org.omnifaces.util.selectitems.SelectItemsCollector
This method gets all select items that are expressed via UISelectItem or UISelectItems children of the given parent component.
collectFromUISelectItemsIterator(FacesContext, UISelectItems, Iterable<?>) - Static method in class org.omnifaces.util.selectitems.SelectItemsCollector
This method runs the algorithm expressed by a UISelectItems component that uses the var iterator construct to generate a list of SelectItems.
collection() - Static method in class org.omnifaces.util.concurrentlinkedhashmap.Weighers
A weigher where the value is a Collection and its weight is the number of elements.
collectValues(List<UIInput>) - Method in class org.omnifaces.component.validator.ValidateMultipleFields
Collect the values of the given input components.
CombinedResourceHandler - Class in org.omnifaces.resourcehandler
This ResourceHandler implementation will remove all separate script and stylesheet resources which have the target attribute set to "head" from the UIViewRoot and create a combined one for all scripts and another combined one for all stylesheets.
CombinedResourceHandler(ResourceHandler) - Constructor for class org.omnifaces.resourcehandler.CombinedResourceHandler
Creates a new instance of this combined resource handler which wraps the given resource handler.
CommandScript - Class in org.omnifaces.component.script
CommandScript is an extension to <h:commandXxx> which generates a JavaScript function in the global JavaScript scope which allows the end-user to execute a JSF ajax request by just a function call functionName() in the JavaScript context.
CommandScript() - Constructor for class org.omnifaces.component.script.CommandScript
Constructs the CommandScript component.
compareTo(T) - Method in class org.omnifaces.model.tree.SortedTreeModel
 
COMPONENT_FAMILY - Static variable in class org.omnifaces.component.output.OutputFamily
The standard component family.
COMPONENT_FAMILY - Static variable in class org.omnifaces.component.script.ScriptFamily
The standard component family.
COMPONENT_FAMILY - Static variable in class org.omnifaces.component.tree.TreeFamily
The standard component family.
COMPONENT_FAMILY - Static variable in class org.omnifaces.component.validator.ValidatorFamily
The standard component family.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.input.ComponentIdParam
 
COMPONENT_TYPE - Static variable in class org.omnifaces.component.input.Form
 
COMPONENT_TYPE - Static variable in class org.omnifaces.component.input.ViewParam
 
COMPONENT_TYPE - Static variable in class org.omnifaces.component.messages.OmniMessages
The standard component type.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.output.Cache
 
COMPONENT_TYPE - Static variable in class org.omnifaces.component.output.ConditionalComment
The component type.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.output.OutputFormat
The standard component type.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.output.OutputLabel
 
COMPONENT_TYPE - Static variable in class org.omnifaces.component.output.Param
 
COMPONENT_TYPE - Static variable in class org.omnifaces.component.output.ResourceInclude
The component type.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.script.CommandScript
 
COMPONENT_TYPE - Static variable in class org.omnifaces.component.script.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.validator.ValidateAll
The standard component type.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.validator.ValidateAllOrNone
The standard component type.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.validator.ValidateEqual
The standard component type.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.validator.ValidateMultiple
The standard component type.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.validator.ValidateOne
The standard component type.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.validator.ValidateOneOrMore
The standard component type.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.validator.ValidateOneOrNone
The standard component type.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.validator.ValidateOrder
The standard component type.
COMPONENT_TYPE - Static variable in class org.omnifaces.component.validator.ValidateUnique
The standard component type.
ComponentIdParam - Class in org.omnifaces.component.input
ComponentIdParam is a component that allows component ids to be provided as request parameters causing only components with matching ids to be rendered.
ComponentIdParam() - Constructor for class org.omnifaces.component.input.ComponentIdParam
 
Components - Class in org.omnifaces.util
Collection of utility methods for the JSF API with respect to working with UIComponent.
concat(Object, Object) - Static method in class org.omnifaces.el.functions.Strings
Concatenate the string representation of the given objects.
concurrencyLevel(int) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Builder
Specifies the estimated number of concurrently updating threads.
ConcurrentLinkedHashMap<K,V> - Class in org.omnifaces.util.concurrentlinkedhashmap
A hash table supporting full concurrency of retrievals, adjustable expected concurrency for updates, and a maximum capacity to bound the map by.
ConcurrentLinkedHashMap.Builder<K,V> - Class in org.omnifaces.util.concurrentlinkedhashmap
A builder that creates ConcurrentLinkedHashMap instances.
ConcurrentLinkedHashMap.Builder() - Constructor for class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Builder
 
ConditionalComment - Class in org.omnifaces.component.output
ConditionalComment is an UIComponent which renders a conditional comment.
ConditionalComment() - Constructor for class org.omnifaces.component.output.ConditionalComment
 
ConditionalResponseWriter - Class in org.omnifaces.component.input.componentidparam
ResponseWriter intended to work in conjunction with the ComponentIdParam component.
ConditionalResponseWriter(ResponseWriter, FacesContext, List<String>, List<String>, boolean) - Constructor for class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
 
ConditionalWriterListener - Class in org.omnifaces.component.input.componentidparam
PhaseListener intended to work in conjunction with the ComponentIdParam component.
ConditionalWriterListener(FacesContext, List<String>, List<String>, boolean) - Constructor for class org.omnifaces.component.input.componentidparam.ConditionalWriterListener
 
contains(Object[], Object) - Static method in class org.omnifaces.el.functions.Arrays
Returns true if the string representation of an item of the given array equals to the string representation of the given item.
containsByClassName(Collection<?>, String) - Static method in class org.omnifaces.util.Utils
Checks if the given collection contains an object with the given class name.
containsKey(Object) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
containsKey(Object) - Method in class org.omnifaces.util.MapWrapper
containsValue(Object) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
containsValue(Object) - Method in class org.omnifaces.util.MapWrapper
contextDestroyed(ServletContextEvent) - Method in class org.omnifaces.component.output.cache.CacheInitializerListener
 
contextDestroyed(ServletContextEvent) - Method in class org.omnifaces.eventlistener.DefaultServletContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.omnifaces.component.output.cache.CacheInitializerListener
 
contextInitialized(ServletContextEvent) - Method in class org.omnifaces.eventlistener.DefaultServletContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.omnifaces.facesviews.FacesViewsInitializerListener
 
Converter - Class in org.omnifaces.taghandler
The <o:converter> basically extends the <f:converter> tag family with the possibility to evaluate the value expression in all attributes on a per request basis instead of on a per view build time basis.
Converter(ConverterConfig) - Constructor for class org.omnifaces.taghandler.Converter
The constructor.
Converter.RenderTimeConverter - Class in org.omnifaces.taghandler
So that we can have a serializable converter.
Converter.RenderTimeConverter() - Constructor for class org.omnifaces.taghandler.Converter.RenderTimeConverter
 
Converters - Class in org.omnifaces.el.functions
Collection of EL functions for data conversion.
create(Application, String) - Method in class org.omnifaces.taghandler.Converter
 
create(Application, String) - Method in class org.omnifaces.taghandler.Validator
 
create(String, Object...) - Static method in class org.omnifaces.util.Messages
Create a faces message with the default INFO severity and the given message body which is formatted with the given parameters as summary message.
create(FacesMessage.Severity, String, Object...) - Static method in class org.omnifaces.util.Messages
Create a faces message of the given severity with the given message body which is formatted with the given parameters.
createActionListenerMethodExpression(String) - Static method in class org.omnifaces.util.Components
Create an action listener method expression based on the given EL expression.
createAfterPhaseListener(PhaseId, Callback.Void) - Static method in class org.omnifaces.util.Events
Creates a phase listener that invokes the given callback every time after the given phase.
createAjaxBehavior(String) - Static method in class org.omnifaces.util.Components
Create an ajax behavior which should invoke an ajax listener method expression based on the given EL expression.
createArray(int) - Static method in class org.omnifaces.el.functions.Arrays
Creates and returns a dummy object array of the given size.
createBeforePhaseListener(PhaseId, Callback.Void) - Static method in class org.omnifaces.util.Events
Creates a phase listener that invokes the given callback every time before the given phase.
createCache(Integer, Integer) - Method in class org.omnifaces.component.output.cache.CacheInstancePerScopeProvider
 
createCache(Integer, Integer) - Method in class org.omnifaces.component.output.cache.DefaultCacheProvider
 
createChildren() - Method in class org.omnifaces.model.tree.AbstractTreeModel
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.
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.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.
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.
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_SCOPE - Static variable in class org.omnifaces.component.output.Cache
 
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
 
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
DeferredScript is a component 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() - Method in class org.omnifaces.filter.HttpFilter
 
detail(String, Object...) - Method in class org.omnifaces.util.Messages.Message
Set the detail message of the current message.
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
 
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 combined resource based on the given resource name.

E

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> 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.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.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.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.
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 Faces 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

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
This filter 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
This exception handler 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.
FacesServletDispatchMethod - Enum in org.omnifaces.facesviews
The method used by FacesViews to invoke the FacesServlet.
FacesViews - Class in org.omnifaces.facesviews
This class contains the core methods that implement the Faces Views feature.
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
 
FacesViewsInitializer - Class in org.omnifaces.facesviews
Convenience class for Servlet 3.0 users, which will auto-register most artifacts required for auto-mapping and extensionless view to work.
FacesViewsInitializer() - Constructor for class org.omnifaces.facesviews.FacesViewsInitializer
 
FacesViewsInitializerListener - Class in org.omnifaces.facesviews
Convenience class for Servlet 3.0 users, which will map the FacesServlet to extensions found during scanning in FacesViewsInitializer.
FacesViewsInitializerListener() - Constructor for class org.omnifaces.facesviews.FacesViewsInitializerListener
 
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
 
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<T>) - 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) - Static method in class org.omnifaces.el.ExpressionInspector
Finds a method based on the method name only.
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
 
Form - Class in org.omnifaces.component.input
Form is a component that extends the standard UIForm 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
 
format3(String, Object, Object, Object) - Static method in class org.omnifaces.el.functions.Strings
 
format4(String, Object, Object, Object, Object) - Static method in class org.omnifaces.el.functions.Strings
 
format5(String, Object, Object, Object, Object, Object) - Static method in class org.omnifaces.el.functions.Strings
 
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.
FullAjaxExceptionHandler - Class in org.omnifaces.exceptionhandler
This exception handler enables you to show the full error page in its entirety to the end-user in case of exceptions during 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
This generic enum converter 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(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(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
 
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
 
getBeanValidator() - Static method in class org.omnifaces.util.Platform
 
getBeanValidatorFactory() - Static method in class org.omnifaces.util.Platform
 
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
 
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<T>) - 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
 
getContentType() - Method in class org.omnifaces.resourcehandler.UnmappedResource
 
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() - 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.
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.
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.
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.
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.
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.ValueExpressionMethodWrapper
 
getExpectedType() - Method in class org.omnifaces.el.ValueExpressionWrapper
 
getExpressionString() - Method in class org.omnifaces.el.MethodExpressionValueExpressionAdapter
 
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
 
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.
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.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
 
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
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
 
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
 
getLibraryName() - Method in class org.omnifaces.resourcehandler.UnmappedResource
 
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
 
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 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(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getMethod() - Method in class org.omnifaces.el.MethodReference
 
getMethodInfo(ELContext) - Method in class org.omnifaces.el.MethodExpressionValueExpressionAdapter
 
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 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.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.
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
 
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 instance of the given class, or null if there is none.
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.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
 
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.UnmappedResource
Obtain the request path of the wrapped resource.
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
 
getResourceName() - Method in class org.omnifaces.resourcehandler.DefaultResource
 
getResourceName() - Method in class org.omnifaces.resourcehandler.UnmappedResource
 
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.
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.component.output.Cache
 
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.
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.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.ValueExpressionMethodWrapper
 
getType(ELContext) - Method in class org.omnifaces.el.ValueExpressionWrapper
 
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.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.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.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.FacesMessageExceptionHandler
 
getWrapped() - Method in class org.omnifaces.exceptionhandler.FacesMessageExceptionHandlerFactory
Returns the wrapped factory.
getWrapped() - Method in class org.omnifaces.exceptionhandler.FullAjaxExceptionHandler
 
getWrapped() - Method in class org.omnifaces.exceptionhandler.FullAjaxExceptionHandlerFactory
Returns the wrapped factory.
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.resourcehandler.UnmappedResource
 
getWrapped() - Method in class org.omnifaces.util.MapWrapper
 
getWrapped() - Method in class org.omnifaces.viewhandler.RestorableViewHandler
 
getWrappedData() - Method in class org.omnifaces.model.IterableDataModel
 
getWriter() - Method in class org.omnifaces.servlet.HttpServletResponseOutputWrapper
 
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
This filter 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.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.
Highlight - Class in org.omnifaces.component.script
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
An abstract filter 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> 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> 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> 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(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).
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
 
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 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) - Method in interface org.omnifaces.util.Callback.WithArgument
This method should be invoked by the method where you're passing this callback instance to.
InvokeActionEventListener - Class in org.omnifaces.eventlistener
This phase listener takes care that the PreInvokeActionEvent and PostInvokeActionEvent events are properly published.
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.
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
 
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.
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
 
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
 
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.
isIncludeRequestParams() - Method in class org.omnifaces.component.input.Form
Return whether or not the request parameters should be encoded into the form's action URL.
isIncludeViewParams() - Method in class org.omnifaces.component.input.Form
Return 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.component.script.OnloadScript
Returns true if the given source is an instance of OnloadScript or UIViewRoot.
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.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.ValueExpressionMethodWrapper
 
isLiteralText() - Method in class org.omnifaces.el.ValueExpressionWrapper
 
isMyFacesUsed() - Static method in class org.omnifaces.util.Hacks
Returns true if MyFaces is used.
isNumber(String) - Static method in class org.omnifaces.util.Utils
Returns true if the given string is parseable as a number.
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.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() starts with value of 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
Return 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<T>) - 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
Bean Validation message interpolator that is able to insert the label of the component via which validation failed into the validation 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

LIBRARY_NAME - Static variable in class org.omnifaces.resourcehandler.CombinedResourceHandler
The default library name of a combined 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
Base class for a converter that automatically converts a string representation of an Object back to its original object based on objects in a given list for which conversion is taking place.
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 ListIndexConverter automatically converts between the index of an object and the object itself based on its position in a list that's provided to this converter.
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
 
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
This handler wraps a value expression that's actually a method expression by another value expression that returns a method expression that gets the value of first value expression, which as "side-effect" executes the original method expression.
MethodParam(TagConfig) - Constructor for class org.omnifaces.taghandler.MethodParam
 
MethodReference - Class in org.omnifaces.el
This encapsulates a base model object and one of its methods.
MethodReference(Object, Method) - 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.
MultiFieldValidator - Interface in org.omnifaces.validator
Generic interface for multi field validator.

N

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
 
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 numbers.

O

Objects - Class in org.omnifaces.el.functions
Collection of EL functions for objects.
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
OnloadScript is an extension to <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.facesviews.FacesViewsInitializer
 
org.omnifaces - package org.omnifaces
 
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.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.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
OutputFormat is a component that extends the standard HtmlOutputFormat and provides 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
OutputLabel is a component that extends the standard HtmlOutputLabel and provides 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
 

P

Param - Class in org.omnifaces.component.output
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_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.
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.
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.
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.
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(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.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.resourcehandler.CombinedResourceHandler
Before rendering of a freshly created view, perform the following actions: Collect all component resources from the head.
processEvent(SystemEvent) - Method in class org.omnifaces.VersionLoggerEventListener
 
processListener(FacesListener) - Method in class org.omnifaces.event.FacesEventWrapper
 
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.
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
 
readExternal(ObjectInput) - Method in class org.omnifaces.resourcehandler.UnmappedResource
 
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
 
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
 
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
 
removeCallbackPhaseListener(PhaseListener) - Static method in class org.omnifaces.util.Events
Removes the given phase listener from callbacks for the current request.
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
 
removePhaseListener(PhaseListener) - Static method in class org.omnifaces.util.Events
Removes a phase listener from the current view root of the current faces context.
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
 
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.
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.eventlistener.DefaultServletRequestListener
 
requestInitialized(ServletRequestEvent) - Method in class org.omnifaces.eventlistener.DefaultServletRequestListener
 
RequiredCheckboxValidator - Class in org.omnifaces.validator
This validator solves the broken required="true" attribute of the <h:selectBooleanCheckbox>.
RequiredCheckboxValidator() - Constructor for class org.omnifaces.validator.RequiredCheckboxValidator
 
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
Use this action listener when you want to partially (ajax) render input fields which are not executed during submit, but which are possibly in an invalidated state because of a validation failure during a previous request.
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.
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.
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
This component is used to catch the output from a JSP/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
Base class for a converter that automatically converts a string representation of an Object back to its original object based on the associated select items for the component for which conversion is taking place.
SelectItemsConverter() - Constructor for class org.omnifaces.converter.SelectItemsConverter
 
SelectItemsIndexConverter - Class in org.omnifaces.converter
The SelectItemsIndexConverter automatically converts between the index of the select item value and the select item value itself based on its position in the associated select items for the component for which conversion is taking place.
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
 
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_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.eventlistener.DefaultHttpSessionListener
 
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.
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
 
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.
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.
setDisabled(Boolean) - Method in class org.omnifaces.component.output.Cache
 
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
 
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.
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.
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
 
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
 
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
 
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
 
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.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
 
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.
shouldVisitSkipIteration(VisitContext) - Static method in class org.omnifaces.util.Components
Returns true if the given visit context contains the visit hint that iteration should be skipped.
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<T>, 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.
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.
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 special 'faces-views' prefix path from the resource if any.
subscribeToEvent(Class<? extends SystemEvent>, SystemEventListener) - Static method in class org.omnifaces.util.Events
Adds the given system event listener to the application that get invoked every time when the given system event type is published.
subscribeToViewEvent(Class<? extends SystemEvent>, SystemEventListener) - Static method in class org.omnifaces.util.Events
Install the listener instance referenced by argument listener into the UIViewRoot as a listener for events of type systemEventClass.
subscribeToViewEvent(Class<? extends SystemEvent>, Callback.Void) - Static method in class org.omnifaces.util.Events
Install the callback instance referenced by argument listener into the UIViewRoot as a listener for events of type systemEventClass.

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
 
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 query string to request parameter values map.
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
Tree is an UIComponent that supports data binding to a tree of data objects represented by a TreeModel instance, which is the current value of this component itself (typically established via a ValueExpression).
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
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
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
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

UnmappedResource - Class in org.omnifaces.resourcehandler
This Resource implementation is extracted from UnmappedResourceHandler in order to overcome state saving issues.
UnmappedResource(Resource) - Constructor for class org.omnifaces.resourcehandler.UnmappedResource
Constructs a new unmapped resource wrapping the given resource.
UnmappedResourceHandler - Class in org.omnifaces.resourcehandler
The UnmappedResourceHandler allows the developer to map JSF resources on an URL pattern of /javax.faces.resource/* 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
 
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.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
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
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.
ValidateBean(TagConfig) - Constructor for class org.omnifaces.taghandler.ValidateBean
The tag constructor.
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
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<T>) - 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<T>) - 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
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
ValidateOneNotMore validates if ONLY ONE of the given UIInput components has been filled out.
ValidateOne() - Constructor for class org.omnifaces.component.validator.ValidateOne
 
ValidateOneOrMore - Class in org.omnifaces.component.validator
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
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
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
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
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> basically extends the <f:validator> tag family with the possibility to evaluate the value expression in all attributes on a per request basis instead of on a per view build time basis.
Validator(ValidatorConfig) - Constructor for class org.omnifaces.taghandler.Validator
The constructor.
Validator.RenderTimeValidator - Class in org.omnifaces.taghandler
So that we can have a serializable validator.
Validator.RenderTimeValidator() - Constructor for class org.omnifaces.taghandler.Validator.RenderTimeValidator
 
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
 
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.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.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
VersionLoggerEventListener - Class in org.omnifaces
This event listener logs the version of OmniFaces that's being used when JSF has started up.
VersionLoggerEventListener() - Constructor for class org.omnifaces.VersionLoggerEventListener
 
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
ViewParameter is a component that extends the standard UIViewParameter 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
 
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.
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.
writeAttributes(ResponseWriter, UIComponent, String...) - Static method in class org.omnifaces.util.Renderers
Write component attribute of the given 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
 
writeExternal(ObjectOutput) - Method in class org.omnifaces.resourcehandler.UnmappedResource
 
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.