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

A

abbreviate(String, int) - Static method in class org.omnifaces.el.functions.Strings
Abbreviate the given text on the given size limit with ellipsis.
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.
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.ListTreeModel
 
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.ListTreeModel
 
addChildNode(TreeModel<T>) - Method in interface org.omnifaces.model.tree.TreeModel
Adds the given child tree node to the current tree node.
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
 
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.
addPhaseListener(PhaseListener) - Static method in class org.omnifaces.util.Events
Adds a phase listener to the current view root of the current faces context.
addRenderIds(String...) - Static method in class org.omnifaces.util.Faces
Deprecated.
Please use Ajax.update(String...) instead.
addRenderKit(String, RenderKit) - Method in class org.omnifaces.renderkit.Html5RenderKitFactory
 
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.
addResponseHeader(String, String) - Static method in class org.omnifaces.util.Faces
Add a header with given name and value to the HTTP response.
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.
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
If the parent component is new, then 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.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.MethodParam
 
apply(FaceletContext, UIComponent) - Method in class org.omnifaces.taghandler.Validator
If the parent component is new, then create the 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.component.output.cache.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Returns a unmodifiable snapshot Set view of the keys contained in this map.
ascendingKeySetWithLimit(int) - Method in class org.omnifaces.component.output.cache.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Set view of the keys contained in this map.
ascendingMap() - Method in class org.omnifaces.component.output.cache.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Map view of the mappings contained in this map.
ascendingMapWithLimit(int) - Method in class org.omnifaces.component.output.cache.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.component.output.cache.concurrentlinkedhashmap.Weighers
A entry weigher backed by the specified weigher.
A B C D E F G H I J K L M N O P Q R S T U V W