A B C D E F G H I J K L M N O P Q R S T U V W X Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
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
- accessField(Object, String) - Static method in class org.omnifaces.util.Reflection
-
Returns the value of the field of the given instance on the given field name.
- add() - Method in class org.omnifaces.util.Messages.Message
-
Add the current message as a global message.
- 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(PhaseListener) - Static method in class org.omnifaces.eventlistener.CallbackPhaseListener
-
Adds the given phase listener to the current request scope.
- add(Session) - Method in class org.omnifaces.cdi.push.SocketSessionManager
-
On open, add given web socket session to the mapping associated with its channel identifier and returns
true
if it's accepted (i.e. - add(Object, String) - Method in class org.omnifaces.util.selectitems.SelectItemsBuilder
- add(String) - Method in class org.omnifaces.util.Messages.Message
-
Add the current message for the given client ID.
- add(String, FacesMessage) - Static method in class org.omnifaces.util.Messages
-
Add the given faces message to the given client ID.
- add(ResourceIdentifier) - Method in class org.omnifaces.resourcehandler.CombinedResourceInfo.Builder
-
Add the resource represented by the given resource identifier resources of this combined resource info.
- ADD_FIRST - org.omnifaces.component.util.MoveComponent.Destination
-
Component is added as the first child of the target component, any other children will have their index increased by 1.
- ADD_LAST - org.omnifaces.component.util.MoveComponent.Destination
-
Component is added as the last child of the target component, any other children will stay at their original location.
- addArgument(String, Object) - Method in class org.omnifaces.context.OmniPartialViewContext
-
Add an argument to the partial response.
- addCallbackScript(String) - Method in class org.omnifaces.context.OmniPartialViewContext
-
Add a callback script to the partial response.
- addChannelId(String, String, String) - Method in class org.omnifaces.cdi.push.SocketUserManager
-
Add user channel ID associated with given session based user ID and channel name.
- 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 notnull
and not an instance ofComparable
. - addChild(T) - Method in interface org.omnifaces.model.tree.TreeModel
-
Creates and adds a child tree node with the given wrapped data to the current tree node.
- addChildNode(TreeModel<T>) - Method in class org.omnifaces.model.tree.AbstractTreeModel
- addChildNode(TreeModel<T>) - Method in interface org.omnifaces.model.tree.TreeModel
-
Adds the given child tree node to the current tree node.
- addClientBehavior(String, ClientBehavior) - Method in class org.omnifaces.component.util.MoveComponent
- addDays(D, 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.
- addFacesScriptResource() - Static method in class org.omnifaces.util.Components
-
Add the Faces JavaScript resource to current view.
- addFacesServletMappings(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
-
This will map the
FacesServlet
to extensions found during scanning inApplicationInitializer
. - addFacesServletMappingsIfNecessary(ServletContext) - Static method in class org.omnifaces.resourcehandler.ViewResourceHandler
-
This will map the
FacesServlet
to the URIs specified in "org.omnifaces.VIEW_RESOURCE_HANDLER_URIS" context parameter. - 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(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.
- addFlash(String, FacesMessage) - Static method in class org.omnifaces.util.Messages
-
Add a flash scoped faces message to the given client ID.
- 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.
- addFormIfNecessary() - Static method in class org.omnifaces.util.Components
-
Add an
UIForm
to the current view if absent. - 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(D, 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.
- addLeadingSlashIfNecessary(String) - Static method in class org.omnifaces.util.ResourcePaths
-
Add leading slash to given resource path if necessary.
- addMinutes(D, 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(D, 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.
- addRequestPhaseListener(PhaseListener) - Static method in class org.omnifaces.util.Events
-
Adds the given phase listener to the current request.
- addResponseCookie(FacesContext, String, String, int) - Static method in class org.omnifaces.util.FacesLocal
- addResponseCookie(FacesContext, String, String, String, int) - Static method in class org.omnifaces.util.FacesLocal
- addResponseCookie(FacesContext, String, String, String, String, int) - Static method in class org.omnifaces.util.FacesLocal
- addResponseCookie(FacesContext, String, String, String, String, int, boolean) - Static method in class org.omnifaces.util.FacesLocal
- addResponseCookie(FacesContext, String, String, String, String, int, boolean, Map<String, String>) - Static method in class org.omnifaces.util.FacesLocal
- addResponseCookie(HttpServletRequest, HttpServletResponse, String, String, int) - Static method in class org.omnifaces.util.Servlets
-
Add a cookie with given name, value and maxage to the HTTP response.
- addResponseCookie(HttpServletRequest, HttpServletResponse, String, String, String, int) - Static method in class org.omnifaces.util.Servlets
-
Add a cookie with given name, value, path and maxage to the HTTP response.
- addResponseCookie(HttpServletRequest, HttpServletResponse, String, String, String, String, int) - Static method in class org.omnifaces.util.Servlets
-
Add a cookie with given name, value, domain, path and maxage to the HTTP response.
- 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(String, String, String, String, int, boolean) - Static method in class org.omnifaces.util.Faces
-
Add a cookie with given name, value, domain, path, maxage and HttpOnly flag to the HTTP response.
- addResponseCookie(String, String, String, String, int, boolean, Map<String, String>) - Static method in class org.omnifaces.util.Faces
-
Add a cookie with given name, value, domain, path, maxage, HttpOnly flag and custom attributes to the HTTP response.
- addResponseHeader(FacesContext, String, String) - 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.
- addScript(String) - Static method in class org.omnifaces.util.Components
-
Add given JavaScript code to the current view which is to be executed as an inline script when the rendering is completed.
- addScriptResource(String, String) - Static method in class org.omnifaces.util.Components
-
Add given JavaScript resource to the current view.
- addSeconds(D, 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.
- addTrailingSlashIfNecessary(String) - Static method in class org.omnifaces.util.ResourcePaths
-
Add trailing slash to given resource path if necessary.
- addViewPhaseListener(PhaseListener) - Static method in class org.omnifaces.util.Events
-
Adds the given phase listener to the current view.
- addWarn(String, String, Object...) - Static method in class org.omnifaces.util.Messages
-
Add a WARN faces message to the given client ID, with the given message body which is formatted with the given parameters.
- addWeeks(D, 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(D, 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.
- AFTER - org.omnifaces.component.util.MoveComponent.Destination
-
Component is moved right after target component, i.e.
- afterBeanDiscovery(AfterBeanDiscovery) - Method in class org.omnifaces.cdi.viewscope.ViewScopeExtension
-
Register a new view scope context, wrapping the given bean manager and view scope manager bean, in the current CDI context.
- afterPhase(PhaseEvent) - Method in class org.omnifaces.cdi.eager.EagerBeansPhaseListener
- afterPhase(PhaseEvent) - Method in class org.omnifaces.component.input.componentidparam.ConditionalWriterListener
- afterPhase(PhaseEvent) - Method in class org.omnifaces.eventlistener.CallbackPhaseListener
- afterPhase(PhaseEvent) - Method in class org.omnifaces.eventlistener.DefaultPhaseListener
- afterPhase(PhaseEvent) - Method in class org.omnifaces.eventlistener.FacesRequestLogger
-
After any phase, stop the timer, and if the current phase is RENDER_RESPONSE, or the response is complete, then log the Faces request detail.
- afterPhase(PhaseEvent) - Method in class org.omnifaces.eventlistener.InvokeActionEventListener
-
Publish the
PostInvokeActionEvent
event on the components which are been collected inInvokeActionEventListener.processEvent(SystemEvent)
. - Ajax - Class in org.omnifaces.util
-
Collection of utility methods for working with
PartialViewContext
. - always - org.omnifaces.component.output.SitemapUrl.ChangeFrequency
-
Always changed.
- ANY - org.omnifaces.resourcehandler.WebAppManifest.Orientation
- app() - Method in class org.omnifaces.util.JNDIObjectLocator.JNDIObjectLocatorBuilder
-
Specifies that the default namespace to be used in construction of portable JNDI names must be
java:app
instead ofjava:module
. - APP_MAX_CAP_PARAM_NAME - Static variable in class org.omnifaces.util.cache.CacheInstancePerScopeProvider
- APP_TTL_PARAM_NAME - Static variable in class org.omnifaces.util.cache.CacheInstancePerScopeProvider
- append(char) - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
- append(CharSequence) - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
- append(CharSequence, int, int) - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
- ApplicationInitializer - Class in org.omnifaces
-
OmniFaces application initializer.
- ApplicationInitializer() - Constructor for class org.omnifaces.ApplicationInitializer
- ApplicationListener - Class in org.omnifaces
-
OmniFaces application listener.
- ApplicationListener() - Constructor for class org.omnifaces.ApplicationListener
- ApplicationProcessor - Class in org.omnifaces
-
OmniFaces application processor.
- ApplicationProcessor() - Constructor for class org.omnifaces.ApplicationProcessor
- 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 thebinding
and/orconverterId
attributes as per the standard Faces<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
-
If the parent component is an instance of
UICommand
and is new and we're in the restore view phase of a postback, then delegate toIgnoreValidationFailed.processIgnoreValidationFailed(UICommand)
. - 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 ownvar
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.SkipValidators
-
If the parent component is an instance of
UICommand
orClientBehaviorHolder
, and is new, and we're in the restore view phase of a postback, then delegate toSkipValidators.processSkipValidators(UIComponent)
. - apply(FaceletContext, UIComponent) - Method in class org.omnifaces.taghandler.TagAttribute
- apply(FaceletContext, UIComponent) - Method in class org.omnifaces.taghandler.ValidateBean
-
If the parent component has the
value
attribute or is an instance ofUICommand
orUIInput
and is new and we're in the restore view phase of a postback, then delegate toValidateBean.processValidateBean(FacesContext, UIComponent)
. - 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 thebinding
and/orvalidatorId
attributes as per the standard Faces<f:validator>
implementation and collect the render time attributes. - apply(FaceletContext, UIComponent) - Method in class org.omnifaces.taghandler.ViewParamValidationFailed
-
If the parent component is an instance of
UIViewRoot
orUIViewParameter
and is new, and the current request is not a postback, and not in render response, and all required attributes are set, then subscribe the parent component to thePostValidateEvent
. - Arrays - Class in org.omnifaces.el.functions
-
Collection of EL functions for array manipulation:
of:createArray()
,of:createIntegerArray()
,of:contains()
andof:reverseArray()
. - 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. - asConverterException() - Method in class org.omnifaces.util.Messages.Message
-
Returns the so far built message as a
ConverterException
. - asConverterException(String, Object...) - Static method in class org.omnifaces.util.Messages
-
Returns a
ConverterException
with an ERROR faces message with the given message body which is formatted with the given parameters. - asValidatorException() - Method in class org.omnifaces.util.Messages.Message
-
Returns the so far built message as a
ValidatorException
. - asValidatorException(String, Object...) - Static method in class org.omnifaces.util.Messages
-
Returns a
ValidatorException
with an ERROR faces message with the given message body which is formatted with the given parameters. - Attribute - Annotation Type in org.omnifaces.cdi.param
- ATTRIBUTE_NAMES - Static variable in class org.omnifaces.component.output.GraphicImage
-
Attribute names inherited from superclass.
- 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
- AUTO - org.omnifaces.resourcehandler.WebAppManifest.Dir
All Classes All Packages