Skip navigation links
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 

G

GenericEnumConverter - Class in org.omnifaces.converter
The omnifaces.GenericEnumConverter is intended for use in UISelectMany components whose value is been bound to a List<E> property where E is an enum.
GenericEnumConverter() - Constructor for class org.omnifaces.converter.GenericEnumConverter
 
get(Contextual<T>) - Method in class org.omnifaces.cdi.viewscope.ViewScopeContext
 
get(Contextual<T>, CreationalContext<T>) - Method in class org.omnifaces.cdi.viewscope.ViewScopeContext
 
get(StateHelper, String) - Static method in class org.omnifaces.component.EditableValueHolderStateHelper
Returns the state helper of the EditableValueHolder child associated with the given client ID.
get(String) - Static method in class org.omnifaces.resourcehandler.CombinedResourceInfo
Returns the combined resource info identified by the given ID from the cache.
get(String) - Method in interface org.omnifaces.util.cache.Cache
Gets a value from the cache
get(String) - Method in class org.omnifaces.util.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.
getAccept() - Method in class org.omnifaces.component.input.InputFile
Returns comma separated string of mime types of files to filter in client side file browse dialog.
getAcceptMessage() - Method in class org.omnifaces.component.input.InputFile
Returns validation message to be displayed when the condition in accept attribute is violated.
getActionDetails(FacesContext) - Method in class org.omnifaces.eventlistener.FacesRequestLogger
You can override this if you need more fine grained control over logging of action details.
getActionExpressionsAndListeners(UIComponent) - Static method in class org.omnifaces.util.Components
Returns a list of all action expressions and listeners associated with given component.
getActionURL(FacesContext, String) - Method in class org.omnifaces.facesviews.FacesViewsViewHandler
 
getActiveInstances(Class<S>) - Static method in class org.omnifaces.util.Beans
Returns all active CDI managed bean instances in the given CDI managed bean scope.
getActiveInstances(BeanManager, Class<S>) - Static method in class org.omnifaces.util.BeansLocal
 
getActualParameters() - Method in class org.omnifaces.el.MethodReference
Returns the actual (evaluated) parameters of the method call.
getAlt() - Method in class org.omnifaces.component.output.GraphicImage
Returns an empty string as default value instead of null, so that the attribute is always rendered, as mandated by HTML5.
getAnnotation(Annotated, Class<A>) - Static method in class org.omnifaces.util.Beans
Get program element annotation of a certain annotation type.
getAnnotation(BeanManager, Annotated, Class<A>) - Static method in class org.omnifaces.util.BeansLocal
 
getApplication() - Method in class org.omnifaces.application.OmniApplicationFactory
Returns an instance of OmniApplication which wraps the original application.
getApplication() - Static method in class org.omnifaces.util.Faces
Returns the application singleton.
getApplicationAttribute(String) - Static method in class org.omnifaces.util.Faces
Returns the application scope attribute value associated with the given name.
getApplicationAttribute(String, Supplier<T>) - Static method in class org.omnifaces.util.Faces
Returns the application scope attribute value associated with the given name, or computes the supplied value if absent.
getApplicationAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getApplicationAttribute(FacesContext, String, Supplier<T>) - 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.ImplicitNumberConverter
 
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.ToCollectionConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.omnifaces.converter.ToLowerCaseConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.omnifaces.converter.ToUpperCaseConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.omnifaces.converter.TrimConverter
 
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, Enum) - Method in class org.omnifaces.converter.GenericEnumConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.omnifaces.converter.ImplicitNumberConverter
 
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
 
getAsString(FacesContext, UIComponent, Collection) - Method in class org.omnifaces.converter.ToCollectionConverter
 
getAsString(FacesContext, UIComponent, String) - Method in class org.omnifaces.converter.TrimConverter
 
getAttachmentName(HttpServletRequest, File) - Method in class org.omnifaces.servlet.FileServlet
Returns the file name to be used in Content-Disposition header.
getAttribute(String, String) - Method in interface org.omnifaces.util.cache.Cache
Gets a named attribute from the cache entry identified by the key parameter.
getAttribute(String, String) - Method in class org.omnifaces.util.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.util.cache.CacheEntry
Gets a map of attributes associated with this entry.
getBase() - Method in class org.omnifaces.el.MethodReference
Returns the base of the EL method expression.
getBean(Contextual<T>) - Method in class org.omnifaces.cdi.BeanStorage
Returns the bean associated with the given context, or null if there is none.
getBean(Contextual<T>) - Method in class org.omnifaces.cdi.viewscope.ViewScopeManager
Returns the CDI view scoped managed bean from the current JSF view scope.
getBeanClass() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
 
getBeanStorage(UUID) - Method in interface org.omnifaces.cdi.viewscope.ViewScopeStorage
Returns the bean storage identified by given ID, or null if it does not exist.
getBeanStorage(UUID) - Method in class org.omnifaces.cdi.viewscope.ViewScopeStorageInSession
 
getBeanStorage(UUID) - Method in class org.omnifaces.cdi.viewscope.ViewScopeStorageInViewState
 
getBeanStorageId() - Method in interface org.omnifaces.cdi.viewscope.ViewScopeStorage
Returns currently active bean storage ID, or null if it does not exist.
getBeanStorageId() - Method in class org.omnifaces.cdi.viewscope.ViewScopeStorageInSession
 
getBeanStorageId() - Method in class org.omnifaces.cdi.viewscope.ViewScopeStorageInViewState
 
getBeanValidator() - Static method in class org.omnifaces.util.Platform
Returns the bean validator which is aware of the JSF locale.
getBeanValidatorFactory() - Static method in class org.omnifaces.util.Platform
Returns the default bean validator factory.
getBehaviorDefaultEvent() - Method in class org.omnifaces.component.util.MoveComponent
 
getBehaviorEvents() - Method in class org.omnifaces.component.util.MoveComponent
 
getBookmarkableURL(Map<String, List<String>>, boolean) - Static method in class org.omnifaces.util.Faces
Returns the concrete domain-relative URL to the current view with the given params URL-encoded in the query string and optionally include view parameters as well.
getBookmarkableURL(String, Map<String, List<String>>, boolean) - Static method in class org.omnifaces.util.Faces
Returns the concrete domain-relative URL to the given view with the given params URL-encoded in the query string and optionally include view parameters as well.
getBookmarkableURL(Collection<? extends 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<? extends 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<? extends ParamHolder<?>>, boolean) - Static method in class org.omnifaces.util.FacesLocal
 
getBookmarkableURL(FacesContext, String, Collection<? extends ParamHolder<?>>, boolean) - Static method in class org.omnifaces.util.FacesLocal
 
getBoolean(FaceletContext, TagAttribute) - Static method in class org.omnifaces.util.Facelets
Returns the boolean value of the given tag attribute.
getBuffer() - Method in class org.omnifaces.servlet.BufferedHttpServletResponse
Flushes and returns the buffered response.
getBufferAsString() - Method in class org.omnifaces.servlet.BufferedHttpServletResponse
Flushes and returns the buffered response as a string which is encoded using the character encoding provided by ServletResponseWrapper.getCharacterEncoding().
getBundleString(String) - Static method in class org.omnifaces.util.Faces
Gets a string for the given key searching declared resource bundles, order by declaration in faces-config.xml.
getBundleString(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getCache(FacesContext, String) - Static method in class org.omnifaces.util.cache.CacheFactory
Gets an instance of a Cache using the configured cache provider.
getCache(FacesContext, String) - Method in class org.omnifaces.util.cache.CacheInstancePerScopeProvider
 
getCache(FacesContext, String) - Method in interface org.omnifaces.util.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.util.cache.CacheFactory
Gets the cache provider as it has been set in the ServletContext.
getCacheProvider(FacesContext) - Static method in class org.omnifaces.util.cache.CacheFactory
Gets the cache provider that has been set, or the default provider if none is present.
getCallbackReturning() - Method in class org.omnifaces.el.ReadOnlyValueExpression
Returns the functional interface that will be called when the value expression is resolved
getChannel() - Method in class org.omnifaces.cdi.push.Socket
Returns the name of the web socket channel.
getChannel() - Method in class org.omnifaces.cdi.push.SocketEvent
Returns the <o:socket channel>.
getChannelIds(Serializable, String) - Method in class org.omnifaces.cdi.push.SocketUserManager
Resolve the user-specific channel IDs associated with given user and channel name.
getChannels() - Method in class org.omnifaces.cdi.push.SocketChannelManager.ViewScope
Returns the view scoped channels.
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.
getCloseCode() - Method in class org.omnifaces.cdi.push.SocketEvent
Returns the close code.
getClosestParent(UIComponent, Class<C>) - Static method in class org.omnifaces.util.Components
Returns from the given component the closest parent of the given parent type, or null if none is found.
getCommonPropertyType(ELContext, Object) - Method in class org.omnifaces.el.ELResolverWrapper
 
getCommonPropertyType(ELContext, Object) - Method in class org.omnifaces.el.FacesELResolver
 
getComponent() - Method in class org.omnifaces.event.HashChangeEvent
Returns the current view root.
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.
getContentLength() - Method in class org.omnifaces.resourcehandler.CombinedResourceInfo
Returns the content length in bytes of this combined resource info.
getContentType() - Method in class org.omnifaces.resourcehandler.RemappedResource
 
getContentType(HttpServletRequest, File) - Method in class org.omnifaces.servlet.FileServlet
Returns the content type associated with the given HTTP servlet request and file.
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(String, Supplier<T>) - Static method in class org.omnifaces.util.Faces
Returns the Faces context attribute value associated with the given name, or computes the supplied value if absent.
getContextAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getConvertedValue(FacesContext, Object) - Method in class org.omnifaces.component.input.InputFile
This override will convert the individual parts if multi file upload is enabled and collect only non-null parts having a non-empty file name and a file size above zero.
getConverter() - Method in class org.omnifaces.component.output.Param
 
getConverter() - Method in interface org.omnifaces.component.ParamHolder
Returns the converter, if any.
getConverter() - Method in class org.omnifaces.component.SimpleParam
 
getCurrentActionSource() - Static method in class org.omnifaces.util.Components
Returns the source of the currently invoked action, 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.
getCurrentCommand() - Static method in class org.omnifaces.util.Components
Returns the currently invoked UI command component, or null if there is none, which may happen when the current request is not a postback request at all, or when the view has been changed by for example a successful navigation.
getCurrentComponent() - Static method in class org.omnifaces.util.Components
Returns the current UI component from the EL context.
getCurrentForm() - Static method in class org.omnifaces.util.Components
Returns the currently submitted UI form component, or null if there is none, which may happen when the current request is not a postback request at all, or when the view has been changed by for example a successful navigation.
getCurrentInjectionPoint(CreationalContext<?>) - Static method in class org.omnifaces.util.Beans
Gets the current injection point when called from a context where injection is taking place (e.g.
getCurrentInjectionPoint(BeanManager, CreationalContext<?>) - Static method in class org.omnifaces.util.BeansLocal
 
getCurrentInstance() - Static method in class org.omnifaces.context.OmniPartialViewContext
Returns the current instance of the OmniFaces partial view context.
getCurrentInstance(FacesContext) - Static method in class org.omnifaces.context.OmniPartialViewContext
Returns the current instance of the OmniFaces partial view context from the given faces context.
getCurrentModelNode() - Method in class org.omnifaces.component.tree.Tree
Returns the current node of the tree model.
getCurrentPhaseId() - Static method in class org.omnifaces.util.Faces
Returns the current phase ID.
getData() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
getData() - Method in interface org.omnifaces.model.tree.TreeModel
Returns the wrapped data of the current tree node.
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.
getDefault() - Method in class org.omnifaces.component.input.HashParam
Returns the default value in case the actual hash parameter is null or empty.
getDefault() - Method in class org.omnifaces.component.input.ViewParam
Returns the default value in case the actual request parameter is null or empty.
getDefaultCacheProvider() - Static method in class org.omnifaces.util.cache.CacheFactory
Returns an instance of the default cache provider.
getDefaultEventName() - Method in class org.omnifaces.component.util.MoveComponent
 
getDefaultLocale() - Static method in class org.omnifaces.util.Faces
Returns the default locale, or null if there is none.
getDefaultLocale(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getDefaultResourceMaxAge() - Static method in class org.omnifaces.util.Hacks
Returns the default resource maximum age in milliseconds.
getDefaultValue(Class<?>) - Static method in class org.omnifaces.util.Utils
Returns the default value of the given class, covering primitives.
getDestination() - Method in class org.omnifaces.component.util.MoveComponent
 
getDomain() - Method in class org.omnifaces.component.output.Url
Returns the domain of the URL.
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 interface org.omnifaces.config.WebXml
Returns a mapping of all error page locations by exception type.
getEventNames() - Method in class org.omnifaces.cdi.push.Socket
Accept all event names.
getEventNames() - Method in class org.omnifaces.component.util.MoveComponent
 
getExceptionHandler() - Method in class org.omnifaces.exceptionhandler.FacesMessageExceptionHandlerFactory
Returns a new instance of FacesMessageExceptionHandler which wraps the original exception handler.
getExceptionHandler() - Method in class org.omnifaces.exceptionhandler.FullAjaxExceptionHandlerFactory
Returns a new instance of FullAjaxExceptionHandler which wraps the original exception handler.
getExceptionTypesToIgnoreInLogging(ServletContext) - Static method in class org.omnifaces.exceptionhandler.FullAjaxExceptionHandler
Get the exception types to ignore in logging.
getExceptionTypesToUnwrap(ServletContext) - Static method in class org.omnifaces.exceptionhandler.FullAjaxExceptionHandler
Get the exception types to unwrap.
getExecute() - Method in class org.omnifaces.component.script.CommandScript
Deprecated.
Returns a space separated string of client IDs to process on ajax request.
getExpectedType() - Method in class org.omnifaces.el.ReadOnlyValueExpression
 
getExpectedType() - Method in class org.omnifaces.el.ValueExpressionWrapper
 
getExpireTime(HttpServletRequest, File) - Method in class org.omnifaces.servlet.FileServlet
Returns how long the resource may be cached by the client before it expires, in seconds.
getExpressionString() - Method in class org.omnifaces.el.MethodExpressionValueExpressionAdapter
 
getExpressionString() - Method in class org.omnifaces.el.ReadOnlyValueExpression
 
getExpressionString() - Method in class org.omnifaces.el.ValueExpressionWrapper
 
getExtension(String) - Static method in class org.omnifaces.util.ResourcePaths
Gets the extension of given resource path if any.
getExternalContext(Object, Object, Object) - Method in class org.omnifaces.context.OmniExternalContextFactory
Returns a new instance of OmniExternalContext which wraps the original external context.
getExternalContext() - Static method in class org.omnifaces.util.Faces
Returns the current external context.
getFaceletAttribute(String) - Static method in class org.omnifaces.util.Faces
Returns the Facelet attribute value associated with the given name.
getFaceletAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getFaceletContext() - Static method in class org.omnifaces.util.Faces
Returns the Facelet context.
getFaceletContext(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getFacesContext() - Method in class org.omnifaces.util.Components.ForEach
 
getFacesLifecycle(ServletContext) - Static method in class org.omnifaces.util.Servlets
Returns The Lifecycle associated with current Faces application.
getFacesMessages(FacesContext) - Method in class org.omnifaces.eventlistener.FacesRequestLogger
You can override this if you need more fine grained control over logging of faces messages.
getFacesServletMappings(ServletContext) - Static method in class org.omnifaces.util.Platform
Returns the mappings associated with the FacesServlet.
getFacesServletRegistration(ServletContext) - Static method in class org.omnifaces.util.Platform
Returns the ServletRegistration associated with the FacesServlet.
getFacet() - Method in class org.omnifaces.component.util.MoveComponent
 
getFamily() - Method in class org.omnifaces.component.output.OutputFamily
getFamily() - Method in class org.omnifaces.component.script.CommandScript
Deprecated.
getFamily() - Method in class org.omnifaces.component.script.ScriptFamily
getFamily() - Method in class org.omnifaces.component.tree.TreeFamily
getFamily() - Method in class org.omnifaces.component.util.UtilFamily
getFamily() - Method in class org.omnifaces.component.validator.ValidatorFamily
getFeatureDescriptors(ELContext, Object) - Method in class org.omnifaces.el.ELResolverWrapper
 
getFeatureDescriptors(ELContext, Object) - Method in class org.omnifaces.el.FacesELResolver
 
getFile(HttpServletRequest) - Method in class org.omnifaces.servlet.FileServlet
Returns the file associated with the given HTTP servlet request.
getFilterConfig() - Method in class org.omnifaces.filter.HttpFilter
Returns the filter config.
getFlash() - Method in class org.omnifaces.context.OmniExternalContext
If the current request is an unload request from ViewScoped, then return a dummy flash scope which does not modify the flash state, else return the original flash scope.
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(String, Supplier<T>) - Static method in class org.omnifaces.util.Faces
Returns the flash scope attribute value associated with the given name, or computes the supplied value if absent.
getFlashAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getFlashAttribute(FacesContext, String, Supplier<T>) - Static method in class org.omnifaces.util.FacesLocal
 
getFor() - Method in class org.omnifaces.component.util.MoveComponent
 
getFor() - Method in class org.omnifaces.component.util.ResolveComponent
 
getFormErrorPage() - Method in interface org.omnifaces.config.WebXml
Returns the location of the FORM authentication error page, or null if it is not defined.
getFormLoginPage() - Method in interface org.omnifaces.config.WebXml
Returns the location of the FORM authentication login page, or null if it is not defined.
getFunctionMapper() - Method in class org.omnifaces.el.ELContextWrapper
 
getHashParameterMap() - Static method in class org.omnifaces.util.Faces
Returns the hash parameters of the current view as a parameter map, or an empty map if there is no view.
getHashParameterMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getHashParameters() - Static method in class org.omnifaces.util.Faces
Returns the hash parameters of the current view, or an empty collection if there is no view.
getHashParameters(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getHashQueryString() - Static method in class org.omnifaces.util.Faces
Returns the hash query string of the current view, or null if there is none.
getHashQueryString(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getHints() - Method in class org.omnifaces.util.Components.ForEach
 
getId() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
 
getIds() - Method in class org.omnifaces.util.Components.ForEach
 
getIf() - Method in class org.omnifaces.component.output.ConditionalComment
Returns the if condition.
getImmediateValue(UIInput) - Static method in class org.omnifaces.util.Components
Returns the value of the given input component whereby any unconverted submitted string value will immediately be converted/validated as this method is called.
getImplInfo() - Static method in class org.omnifaces.util.Faces
Returns the implementation information of currently loaded JSF implementation.
getIndex() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
getIndex() - Method in interface org.omnifaces.model.tree.TreeModel
Returns the zero-based unique index of the current tree node.
getInitParameter(String) - Method in class org.omnifaces.filter.HttpFilter
Returns the value of the filter init parameter associated with the given name.
getInitParameter(String) - Static method in class org.omnifaces.util.Faces
Returns the application initialization parameter.
getInitParameter(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getInitParameterMap() - Static method in class org.omnifaces.util.Faces
Returns the application initialization parameter map.
getInitParameterMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getInitParameterOrDefault(String, String) - Static method in class org.omnifaces.util.Faces
Returns the application initialization parameter.
getInitParameterOrDefault(FacesContext, String, String) - Static method in class org.omnifaces.util.FacesLocal
 
getInjectionPoint() - Method in class org.omnifaces.cdi.beans.InjectionPointGenerator
 
getInjectionPoints() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
 
getInputStream() - Method in class org.omnifaces.resourcehandler.CombinedResource
 
getInputStream() - Method in class org.omnifaces.resourcehandler.GraphicResource
 
getInputStream() - Method in class org.omnifaces.resourcehandler.RemappedResource
 
getInstance() - Static method in class org.omnifaces.cdi.eager.EagerBeansRepository
 
getInstance(Class<T>, Annotation...) - Static method in class org.omnifaces.util.Beans
Returns the CDI managed bean instance (actual) of the given bean class, optionally with the given qualifiers, and creates one if one doesn't exist.
getInstance(Class<T>, boolean, Annotation...) - Static method in class org.omnifaces.util.Beans
Returns the CDI managed bean instance (actual) of the given bean class, optionally with the given qualifiers, and creates one if one doesn't exist and create argument is true, otherwise don't create one and return null if there's no current instance.
getInstance(Bean<T>, boolean) - Static method in class org.omnifaces.util.Beans
Returns the CDI managed bean instance (actual) of the given bean representation and creates one if one doesn't exist and create argument is true, otherwise don't create one and return null if there's no current instance.
getInstance(BeanManager, Class<T>, Annotation...) - Static method in class org.omnifaces.util.BeansLocal
 
getInstance(BeanManager, Class<T>, boolean, Annotation...) - Static method in class org.omnifaces.util.BeansLocal
 
getInstance(BeanManager, Bean<T>, boolean) - Static method in class org.omnifaces.util.BeansLocal
 
getKey() - Method in class org.omnifaces.component.output.Cache
 
getLabel(UIComponent) - Static method in class org.omnifaces.util.Components
Returns the value of the label attribute associated with the given UI component if any, else the client ID.
getLastModified() - Method in class org.omnifaces.resourcehandler.CombinedResource
 
getLastModified() - Method in class org.omnifaces.resourcehandler.CombinedResourceInfo
Returns the last modified timestamp in milliseconds of this combined resource info.
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.CombinedResourceHandler
getLibraryName() - Method in class org.omnifaces.resourcehandler.DefaultResourceHandler
Returns the library name on which this resource handler implementation should listen.
getLibraryName() - Method in class org.omnifaces.resourcehandler.GraphicResourceHandler
getLibraryName() - Method in class org.omnifaces.resourcehandler.RemappedResource
 
getLifecycle() - Static method in class org.omnifaces.util.Faces
Returns The Lifecycle associated with current Faces application.
getLifecycle(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
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
 
getLocalRequestPath() - Method in class org.omnifaces.resourcehandler.CDNResource
Returns the local URL.
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
 
getLogDetails(FacesContext) - Method in class org.omnifaces.eventlistener.FacesRequestLogger
You can override this if you need more fine grained control over log details.
getManager() - Static method in class org.omnifaces.util.Beans
Returns the CDI bean manager.
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
 
getMaxsize() - Method in class org.omnifaces.component.input.InputFile
Returns maximum size in bytes for each selected file.
getMaxsizeMessage() - Method in class org.omnifaces.component.input.InputFile
Returns validation message to be displayed when the condition in maxsize attribute is violated.
getMessage() - Method in class org.omnifaces.component.input.ViewAction
Returns the global flash warning message to be shown in the redirected page.
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(String) - Static method in class org.omnifaces.config.OmniFaces
Returns resource bundle message associated with given key from application message bundle as identified by <message-bundle> in faces-config.xml, or if it is absent, then return it from OmniFaces internal org.omnifaces.messages bundle.
getMessage() - Method in enum org.omnifaces.exceptionhandler.FullAjaxExceptionHandler.LogReason
Returns the default message associated with the log reason.
getMessage() - Method in class org.omnifaces.taghandler.ValidateUniqueColumn
Returns the runtime evaluated value of the message attribute.
getMessage(String, Object...) - Method in interface org.omnifaces.util.Messages.Resolver
Returns the resolved message based on the given message and parameters.
getMessageBundle() - Static method in class org.omnifaces.util.Faces
Returns the application message bundle as identified by <message-bundle> in faces-config.xml.
getMessageBundle(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getMessageComponent(UIInput) - Static method in class org.omnifaces.util.Components
Returns the UIMessage component associated with given UIInput component.
getMessages(FacesContext, OmniMessages) - Method in class org.omnifaces.renderer.MessagesRenderer
Collect all messages associated with components identified by for attribute and return it.
getMessagesComponent() - Static method in class org.omnifaces.util.Components
Returns the first UIMessages component found in the current view.
getMetadataAttribute(String, String) - Static method in class org.omnifaces.util.Faces
Returns the metadata attribute of the given view ID associated with the given name.
getMetadataAttribute(String) - Static method in class org.omnifaces.util.Faces
Returns the metadata attribute of the current view associated with the given name.
getMetadataAttribute(FacesContext, String, String) - Static method in class org.omnifaces.util.FacesLocal
 
getMetadataAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getMetadataAttributes(String) - Static method in class org.omnifaces.util.Faces
Returns the metadata attribute map of the given view ID, or an empty map if there is no view metadata.
getMetadataAttributes() - Static method in class org.omnifaces.util.Faces
Returns the metadata attribute map of the current view, or an empty map if there is no view metadata.
getMetadataAttributes(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getMetadataAttributes(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getMethod() - Method in class org.omnifaces.el.MethodReference
Returns the concrete Method instance of the EL method expression.
getMethodInfo(ELContext) - Method in class org.omnifaces.el.MethodExpressionValueExpressionAdapter
 
getMethodReference(ELContext, ValueExpression) - Static method in class org.omnifaces.el.ExpressionInspector
Gets a MethodReference from a ValueExpression.
getMethodReference(ELContext, MethodExpression) - Static method in class org.omnifaces.el.ExpressionInspector
Gets a MethodReference from a MethodExpression.
getMimeType(String) - Static method in class org.omnifaces.util.Faces
Returns the mime type for the given file name.
getMimeType(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getMonth(Integer) - Static method in class org.omnifaces.el.functions.Dates
Returns the month name from the mapping associated with the given month number for the current locale.
getMonths() - Static method in class org.omnifaces.el.functions.Dates
Returns a mapping of month names by month numbers for the current locale.
getName() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
 
getName() - Method in interface org.omnifaces.component.ParamHolder
Returns the name of the parameter.
getName() - Method in class org.omnifaces.component.script.CommandScript
Deprecated.
Returns the script function name.
getName() - Method in class org.omnifaces.component.SimpleParam
 
getName() - Method in class org.omnifaces.component.util.ResolveComponent
 
getName() - Method in class org.omnifaces.resourcehandler.ResourceIdentifier
Returns the resource name.
getNewValue() - Method in class org.omnifaces.event.HashChangeEvent
Returns the new hash query string value.
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.
getNodeList(Node, XPath, String) - Static method in class org.omnifaces.util.Xml
Convenience method to return a node list matching given XPath expression.
getNodeTextContents(URL, String) - Static method in class org.omnifaces.util.Xml
Convenience method to return a list of node text contents for given URL representing XML document matching given XPath expression.
getObject(String) - Method in interface org.omnifaces.util.cache.Cache
Gets a value from the cache
getObject(String) - Method in class org.omnifaces.util.cache.TimeToLiveCache
 
getObject(FaceletContext, TagAttribute) - Static method in class org.omnifaces.util.Facelets
Returns the Object value of the given tag attribute
getObject(FaceletContext, TagAttribute, Class<?>) - Static method in class org.omnifaces.util.Facelets
Returns the typed Object value of the given tag attribute
getOldValue() - Method in class org.omnifaces.event.HashChangeEvent
Returns the old hash query string value.
getOnbegin() - Method in class org.omnifaces.component.script.CommandScript
Deprecated.
Returns a script to execute before ajax request is fired.
getOnclose() - Method in class org.omnifaces.cdi.push.Socket
Returns the JavaScript event handler function that is invoked when the web socket is closed and will not anymore attempt to reconnect.
getOncomplete() - Method in class org.omnifaces.component.script.CommandScript
Deprecated.
Returns a script to execute after ajax response is processed.
getOnerror() - Method in class org.omnifaces.cdi.push.Socket
Returns the JavaScript event handler function that is invoked when a connection error has occurred and the web socket will attempt to reconnect.
getOnmessage() - Method in class org.omnifaces.cdi.push.Socket
Returns the JavaScript event handler function that is invoked when a push message is received from the server.
getOnopen() - Method in class org.omnifaces.cdi.push.Socket
Returns the JavaScript event handler function that is invoked when the web socket is opened.
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.util.cache.CacheInstancePerScopeProvider
 
getParams(UIComponent) - Static method in class org.omnifaces.util.Components
Returns an unmodifiable list with all child UIParameter components (<f|o:param>) of the given parent component as a list of ParamHolder instances.
getParams(UIComponent, boolean, boolean) - Static method in class org.omnifaces.util.Components
Returns an unmodifiable map with all request query string or view parameters, appended with all child UIParameter components (<f|o:param>) of the given parent component.
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.
getPasswordRequestParameterPattern(FacesContext) - Method in class org.omnifaces.eventlistener.FacesRequestLogger
You can override this if you need to change the default pattern for password based request parameters which will be filtered in FacesRequestLogger.getRequestParameters(FacesContext).
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
 
getPort() - Method in class org.omnifaces.cdi.push.Socket
Returns the port number of the web socket host.
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.
getPreviousUser() - Method in class org.omnifaces.cdi.push.SocketEvent
Returns the previous <o:socket user>, if any.
getPrimitiveType(Class<?>) - Static method in class org.omnifaces.util.Utils
Returns the primitive type of the given class, if any.
getProjectStage() - Static method in class org.omnifaces.util.Faces
Returns the project stage.
getProjectStage(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getQualifier(InjectionPoint, Class<A>) - Static method in class org.omnifaces.util.Beans
Returns the qualifier annotation of the given qualifier class from the given injection point.
getQualifiers() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
 
getQuietly(Object) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
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>, Annotation...) - Static method in class org.omnifaces.util.Beans
Returns the CDI managed bean reference (proxy) of the given bean class, optionally with the given qualifiers.
getReference(Bean<T>) - Static method in class org.omnifaces.util.Beans
Returns the CDI managed bean reference (proxy) of the given bean representation.
getReference(BeanManager, Class<T>, Annotation...) - Static method in class org.omnifaces.util.BeansLocal
 
getReference(BeanManager, Bean<T>) - Static method in class org.omnifaces.util.BeansLocal
 
getRemoteAddr() - Static method in class org.omnifaces.util.Faces
Returns the Internet Protocol (IP) address of the client that sent the request.
getRemoteAddr(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRemoteAddr(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the Internet Protocol (IP) address of the client that sent the request.
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.input.HashParam
Returns a space separated string of client IDs to update on ajax response.
getRender() - Method in class org.omnifaces.component.script.CommandScript
Deprecated.
Returns a space separated string of client IDs to update on ajax response.
getRenderedValue(FacesContext) - Method in class org.omnifaces.component.input.HashParam
Convert the value to string using any converter and ensure that an empty string is returned when the component is invalid or the resulting string is null or represents the default value.
getRenderKit() - Static method in class org.omnifaces.util.Faces
Returns the RenderKit associated with the "current" view ID or view handler.
getRenderKit(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRendersChildren() - Method in class org.omnifaces.component.output.OutputFamily
Returns true.
getRendersChildren() - Method in class org.omnifaces.component.output.Param
 
getRendersChildren() - Method in class org.omnifaces.component.output.Url
Returns false.
getRendersChildren() - Method in class org.omnifaces.component.script.ScriptFamily
Returns true.
getRendersChildren() - Method in class org.omnifaces.component.tree.TreeFamily
Returns true.
getRendersChildren() - Method in class org.omnifaces.component.util.UtilFamily
Returns true.
getRendersChildren() - Method in class org.omnifaces.component.validator.ValidatorFamily
Returns true.
getRendersChildren() - Method in class org.omnifaces.renderer.InlineResourceRenderer
Returns true.
getRendersChildren() - Method in class org.omnifaces.renderer.MessagesRenderer
Returns true.
getRequest() - Static method in class org.omnifaces.util.Faces
Returns the HTTP servlet request.
getRequest(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestAttribute(String) - Static method in class org.omnifaces.util.Faces
Returns the request scope attribute value associated with the given name.
getRequestAttribute(String, Supplier<T>) - Static method in class org.omnifaces.util.Faces
Returns the request scope attribute value associated with the given name, or computes the supplied value if absent.
getRequestAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestAttribute(FacesContext, String, Supplier<T>) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestBaseURL() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request base URL.
getRequestBaseURL(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestBaseURL(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request base URL.
getRequestContextPath() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request context path.
getRequestContextPath(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestCookie(String) - Static method in class org.omnifaces.util.Faces
Returns the value of the HTTP request cookie associated with the given name.
getRequestCookie(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestCookie(HttpServletRequest, String) - Static method in class org.omnifaces.util.Servlets
Returns the value of the HTTP request cookie associated with the given name.
getRequestDomainURL() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request domain URL.
getRequestDomainURL(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestDomainURL(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request domain URL.
getRequestHeader(String) - Static method in class org.omnifaces.util.Faces
Returns the HTTP request header value associated with the given name.
getRequestHeader(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestHeaderMap() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request header map.
getRequestHeaderMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestHeaderValues(String) - Static method in class org.omnifaces.util.Faces
Returns the HTTP request header values associated with the given name.
getRequestHeaderValues(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestHeaderValuesMap() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request header values map.
getRequestHeaderValuesMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestHostname() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request hostname.
getRequestHostname(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestHostname(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request hostname.
getRequestMap() - Static method in class org.omnifaces.util.Faces
Returns the request scope map.
getRequestMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestParameter(String) - Static method in class org.omnifaces.util.Faces
Returns the HTTP request parameter value associated with the given name.
getRequestParameter(String, Class<T>) - Static method in class org.omnifaces.util.Faces
Returns the HTTP request parameter value associated with the given name and implicitly convert it to given type using the Faces converter registered by forClass on the given type.
getRequestParameter(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestParameter(FacesContext, String, Class<T>) - 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
 
getRequestParameterMap(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request parameter map.
getRequestParameters(FacesContext) - Method in class org.omnifaces.eventlistener.FacesRequestLogger
You can override this if you need more fine grained control over logging of request parameters.
getRequestParameterValues(String) - Static method in class org.omnifaces.util.Faces
Returns the HTTP request parameter values associated with the given name.
getRequestParameterValues(String, Class<T>) - Static method in class org.omnifaces.util.Faces
Returns the HTTP request parameter values associated with the given name and implicitly convert it to given type using the Faces converter registered by forClass on the given type.
getRequestParameterValues(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestParameterValues(FacesContext, String, Class<T>) - 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
 
getRequestPart(String) - Static method in class org.omnifaces.util.Faces
Returns the HTTP request part associated with the given name, else return null.
getRequestPart(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestParts() - Static method in class org.omnifaces.util.Faces
Returns all HTTP request parts, provided that request is of type multipart/form-data.
getRequestParts(String) - Static method in class org.omnifaces.util.Faces
Returns all HTTP request parts associated with the given name, provided that request is of type multipart/form-data.
getRequestParts(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestParts(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestPath() - Method in class org.omnifaces.resourcehandler.CDNResource
Returns the CDN URL.
getRequestPath() - Method in class org.omnifaces.resourcehandler.DynamicResource
 
getRequestPath() - Method in class org.omnifaces.resourcehandler.GraphicResource
An override which either returns the data URI or appends the converted method parameters to the query string.
getRequestPath() - Method in class org.omnifaces.resourcehandler.RemappedResource
 
getRequestPathInfo() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request path info, taking into account whether FacesViews is used with MultiViews enabled.
getRequestPathInfo(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestPathInfo(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request path info, taking into account whether FacesViews is used with MultiViews enabled.
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
 
getRequestQueryString(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request query string, regardless of any forward.
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, regardless of any forward.
getRequestRelativeURIWithoutPathParameters(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request URI relative to the context root without path parameters, regardless of any forward.
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
 
getRequestURI(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request URI, regardless of any forward or error dispatch.
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, regardless of any forward.
getRequestURL() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request URL.
getRequestURL(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getRequestURL(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request URL with query string, regardless of any forward.
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) - Static method in class org.omnifaces.util.Faces
Returns a URL for an application resource mapped to the specified path, if it exists; otherwise, return null.
getResource(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getResourceAsStream(String) - Static method in class org.omnifaces.util.Faces
Returns an input stream for an application resource mapped to the specified path, if it exists; otherwise, return null.
getResourceAsStream(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getResourceBundle(String) - Static method in class org.omnifaces.util.Faces
Returns the application resource bundle as identified by the given <var> of the <resource-bundle> in faces-config.xml.
getResourceBundle(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getResourceBundles() - Method in interface org.omnifaces.config.FacesConfigXml
Returns a mapping of all resource bundle base names by var.
getResourceBundles() - Static method in class org.omnifaces.util.Faces
Returns all application resource bundles registered as <resource-bundle> in faces-config.xml.
getResourceBundles(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getResourceIdentifiers() - Method in class org.omnifaces.resourcehandler.CombinedResourceInfo
Returns the ordered set of resource identifiers of this combined resource info.
getResourceName() - Method in class org.omnifaces.resourcehandler.RemappedResource
 
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
 
getResources() - Method in class org.omnifaces.resourcehandler.CombinedResourceInfo
Returns the ordered set of resources of this combined resource info.
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
 
getResponseHeaders() - Method in class org.omnifaces.resourcehandler.RemappedResource
 
getRoot() - Method in class org.omnifaces.util.Components.ForEach
 
getRowCount() - Method in class org.omnifaces.model.IterableDataModel
 
getRowData() - Method in class org.omnifaces.model.IterableDataModel
 
getRowIndex() - Method in class org.omnifaces.model.IterableDataModel
 
getScope() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
 
getScope() - Method in class org.omnifaces.cdi.push.Socket
Returns the scope of the web socket channel.
getScope() - Method in class org.omnifaces.cdi.viewscope.ViewScopeContext
Returns ViewScoped class.
getScope() - Method in class org.omnifaces.component.output.Cache
 
getScope() - Method in class org.omnifaces.component.util.ResolveComponent
 
getSecurityConstraints() - Method in interface 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(String, Supplier<T>) - Static method in class org.omnifaces.util.Faces
Returns the session scope attribute value associated with the given name, or computes the supplied value if absent.
getSessionAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getSessionAttribute(FacesContext, String, Supplier<T>) - 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
 
getSessionScopedChannels() - Method in class org.omnifaces.cdi.push.SocketChannelManager
For internal usage only.
getSessionTimeout() - Method in interface org.omnifaces.config.WebXml
Returns the configured session timeout in minutes, or -1 if it is not defined.
getShortDayOfWeek(Integer) - Static method in class org.omnifaces.el.functions.Dates
Returns the short day of week name from the mapping associated with the given day of week number in ISO 8601 order (Monday first) for the current locale.
getShortDaysOfWeek() - Static method in class org.omnifaces.el.functions.Dates
Returns a mapping of short day of week names in ISO 8601 order (Monday first) for the current locale.
getShortMonth(Integer) - Static method in class org.omnifaces.el.functions.Dates
Returns the short month name from the mapping associated with the given month number for the current locale.
getShortMonths() - Static method in class org.omnifaces.el.functions.Dates
Returns a mapping of short month names by month numbers for the current locale.
getShowMessageFor() - Method in class org.omnifaces.component.validator.ValidateMultipleFields
Returns the client identifiers to show the validation message for.
getSrc(FacesContext) - Method in class org.omnifaces.component.output.GraphicImage
Returns the URL needed for the 'src' attribute.
getStartupTime() - Static method in class org.omnifaces.config.OmniFaces
Returns startup time in Epoch milli.
getStateHelper(UIComponent) - Static method in class org.omnifaces.util.Hacks
Expose protected state helper into public.
getStereotypes() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
 
getString(FaceletContext, TagAttribute) - Static method in class org.omnifaces.util.Facelets
Returns the String value of the given tag attribute.
getStringLiteral(TagAttribute, String) - Static method in class org.omnifaces.util.Facelets
Returns the String literal of the given tag attribute.
getStringValueFromModel(FacesContext) - Method in class org.omnifaces.component.input.ViewParam
When there's a value expression and the evaluated model value is null, then just return null instead of delegating to default implementation which would return an empty string when a converter is attached.
getStyleClass() - Method in class org.omnifaces.component.script.Highlight
Returns the error style class which is to be applied on invalid inputs.
getSubmittedFileName(Part) - Static method in class org.omnifaces.util.Servlets
Returns the submitted file name of the given part, making sure that any path is stripped off.
getSubmittedValue() - Method in class org.omnifaces.cdi.param.ParamValue
 
getSubmittedValue() - Method in class org.omnifaces.component.input.ViewParam
 
getSubmittedValues() - Method in class org.omnifaces.cdi.param.ParamValue
 
getSupportedLocales() - Method in interface org.omnifaces.config.FacesConfigXml
Returns an ordered list of all supported locales on this application, with the default locale as the first item, if any.
getSupportedLocales() - Static method in class org.omnifaces.util.Faces
Returns an unordered 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
 
getTextContent(Node) - Static method in class org.omnifaces.util.Xml
Convenience method to return trimmed text content of given node.
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, Object, Object) - Method in class org.omnifaces.el.FacesELResolver
 
getType(ELContext) - Method in class org.omnifaces.el.ReadOnlyValueExpression
 
getType(ELContext) - Method in class org.omnifaces.el.ValueExpressionWrapper
 
getTypes() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
 
getURL() - Method in class org.omnifaces.resourcehandler.DynamicResource
 
getURL() - Method in class org.omnifaces.resourcehandler.RemappedResource
 
getUser() - Method in class org.omnifaces.cdi.push.Socket
Returns the user identifier of the web socket channel.
getUser() - Method in class org.omnifaces.cdi.push.SocketEvent
Returns the current <o:socket user>, if any.
getUser(String, String) - Method in class org.omnifaces.cdi.push.SocketUserManager
Resolve the user associated with given channel name and ID.
getUserAgent() - Static method in class org.omnifaces.util.Faces
Returns the User-Agent string of the client.
getUserAgent(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
getUserAgent(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the User-Agent string of the client.
getUserChannels() - Method in class org.omnifaces.cdi.push.SocketUserManager
For internal usage only.
getUserDetails(FacesContext) - Method in class org.omnifaces.eventlistener.FacesRequestLogger
You can override this if you need more fine grained control over logging of user details.
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.util.cache.CacheEntry
Returns the date that's the last moment in time the value obtained via getValue() is valid.
getValue() - Method in class org.omnifaces.cdi.param.ParamValue
Gets the converted version of the value that was retrieved from the request.
getValue() - Method in class org.omnifaces.component.input.InputFile
This override returns null during render response as it doesn't make sense to render Part#toString() as value of file input, moreover it's for HTML security reasons discouraged to prefill the value of a file input even though browsers will ignore it.
getValue() - Method in class org.omnifaces.component.model.SelectItemGroups
An override which wraps each UISelectItem(s) child in a SelectItemGroup.
getValue(ELContext) - Method in class org.omnifaces.component.output.cache.el.CachingValueExpression
 
getValue() - Method in class org.omnifaces.component.output.Param
 
getValue() - Method in class org.omnifaces.component.output.Url
Returns the target URL.
getValue() - Method in interface org.omnifaces.component.ParamHolder
Returns the value of the parameter as String.
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, Object, Object) - Method in class org.omnifaces.el.FacesELResolver
 
getValue(ELContext) - Method in class org.omnifaces.el.ReadOnlyValueExpression
 
getValue(ELContext) - Method in class org.omnifaces.el.ValueExpressionWrapper
 
getValue() - Method in class org.omnifaces.util.cache.CacheEntry
Returns the value for which this object is keeping meta data
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
 
getValueExpression(FaceletContext, TagAttribute, Class<?>) - Static method in class org.omnifaces.util.Facelets
Returns the value of the given tag attribute as a value expression, so it can be carried around and evaluated at a later moment in the lifecycle without needing the Facelet context.
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.output.Url
Returns the variable name which exposes the URL 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.
getVersion() - Static method in class org.omnifaces.config.OmniFaces
Returns OmniFaces version.
getViewAttribute(String) - Static method in class org.omnifaces.util.Faces
Returns the view scope attribute value associated with the given name.
getViewAttribute(String, Supplier<T>) - Static method in class org.omnifaces.util.Faces
Returns the view scope attribute value associated with the given name, or computes the supplied value if absent.
getViewAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
getViewAttribute(FacesContext, String, Supplier<T>) - 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
 
getViewId() - Method in class org.omnifaces.component.output.Url
Returns the view ID to create URL for.
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
 
getViewIdWithParameters() - Static method in class org.omnifaces.util.Faces
Returns the ID of the current view root with view and hash parameters.
getViewIdWithParameters(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
 
getViewName() - Static method in class org.omnifaces.util.Faces
Returns the base name of the current view, without extension, or null if there is no view.
getViewName(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.
getViewScopedChannels(boolean) - Method in class org.omnifaces.cdi.push.SocketChannelManager
For internal usage only.
getWelcomeFiles() - Method in interface org.omnifaces.config.WebXml
Returns a list of all welcome files.
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.resourcehandler.RemappedResource
 
getWrapped() - Method in class org.omnifaces.util.MapWrapper
 
getWrappedData() - Method in class org.omnifaces.model.IterableDataModel
 
getWriter() - Method in class org.omnifaces.servlet.HttpServletResponseOutputWrapper
 
getWrittenBytes() - Method in class org.omnifaces.io.ResettableBufferedOutputStream
Returns the amount of so far written bytes in the threshold buffer.
GraphicImage - Class in org.omnifaces.component.output
The <o:graphicImage> is a component that extends the standard <h:graphicImage> with support for referencing an InputStream or byte[] property in the value attribute, optionally as a data URI.
GraphicImage() - Constructor for class org.omnifaces.component.output.GraphicImage
Constructs the GraphicImage component.
GraphicImageBean - Annotation Type in org.omnifaces.cdi
Stereo type that designates a bean with one or more methods returning byte[] or InputStream as a named application scoped bean specifically for serving graphic images via <o:graphicImage> component or #{of:graphicImageURL()} EL functions.
graphicImageURL(String) - Static method in class org.omnifaces.el.functions.Components
Returns @GraphicImageBean URL based on given expression string.
graphicImageURLWithType(String, String) - Static method in class org.omnifaces.el.functions.Components
Returns @GraphicImageBean URL based on given expression string and image type.
graphicImageURLWithTypeAndLastModified(String, String, Object) - Static method in class org.omnifaces.el.functions.Components
Returns @GraphicImageBean URL based on given expression string, image type and last modified.
GraphicResource - Class in org.omnifaces.resourcehandler
This Resource implementation is used by the GraphicImage component.
GraphicResource(Object, String) - Constructor for class org.omnifaces.resourcehandler.GraphicResource
Construct a new graphic resource which uses the given content as data URI.
GraphicResource(String, String[], Object) - Constructor for class org.omnifaces.resourcehandler.GraphicResource
Construct a new graphic resource based on the given name, EL method parameters converted as string, and the "last modified" representation.
GraphicResourceHandler - Class in org.omnifaces.resourcehandler
This ResourceHandler implementation deals with GraphicResource requests.
GraphicResourceHandler(ResourceHandler) - Constructor for class org.omnifaces.resourcehandler.GraphicResourceHandler
Creates a new instance of this graphic resource handler which wraps the given resource handler.
GzipHttpServletResponse - Class in org.omnifaces.servlet
This HTTP servlet response wrapper will GZIP the response when the given threshold has exceeded and the response content type matches one of the given mimetypes.
GzipHttpServletResponse(HttpServletResponse, int, Set<String>) - Constructor for class org.omnifaces.servlet.GzipHttpServletResponse
Construct a new GZIP HTTP servlet response based on the given wrapped response, threshold and mimetypes.
GzipResponseFilter - Class in org.omnifaces.filter
The GzipResponseFilter will apply GZIP compression on responses whenever applicable.
GzipResponseFilter() - Constructor for class org.omnifaces.filter.GzipResponseFilter
 
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 
Skip navigation links

Copyright © 2012–2019 OmniFaces. All rights reserved.