+- GAMES - org.omnifaces.resourcehandler.WebAppManifest.Category
+-
+- 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() - Method in class org.omnifaces.util.Lazy
+-
+- get() - Method in class org.omnifaces.util.Messages.Message
+-
+
Returns the so far built message.
+
+- 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
+-
+
+
+- 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.
+
+- get(Object) - Method in class org.omnifaces.util.cache.LruCache
+-
+- get(Object) - Method in class org.omnifaces.util.MapWrapper
+-
+- 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
+-
+- 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(BeanManager, Class<S>) - Static method in class org.omnifaces.util.BeansLocal
+-
+- 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.
+
+- 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(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.
+
+- 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.
+
+- getApplicationFromFactory() - Static method in class org.omnifaces.util.Faces
+-
+
Gets the Faces 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
+-
+
+
+- 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.
+
+- getAsObject(FacesContext, UIComponent, String) - Method in class org.omnifaces.taghandler.Converter.DeferredConverter
+-
+- 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, Object) - Method in class org.omnifaces.taghandler.Converter.DeferredConverter
+-
+- getAsString(FacesContext, UIComponent, String) - Method in class org.omnifaces.converter.TrimConverter
+-
+- getAsString(FacesContext, UIComponent, Collection) - Method in class org.omnifaces.converter.ToCollectionConverter
+-
+- getAttachmentName(HttpServletRequest, File) - Method in class org.omnifaces.servlet.FileServlet
+-
+
Returns the file name to be used in Content-Disposition
header.
+
+- getAttribute(UIComponent, String) - Static method in class org.omnifaces.util.Components
+-
+
Returns the attribute of the given component on the given name.
+
+- 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
+-
+- 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.
+
+- getBackgroundColor() - Method in class org.omnifaces.resourcehandler.WebAppManifest
+-
+
Returns the placeholder background color of your web application.
+
+- getBase() - Method in class org.omnifaces.el.MethodReference
+-
+
Returns the base of the EL method expression.
+
+- getBaseBeanPropertyPaths(Object) - Static method in class org.omnifaces.util.Reflection
+-
+
Recursively collect all base bean property paths from the given bean which resolve to non-null bases.
+
+- getBaseBeanPropertyPaths(Object, Predicate<Method>) - Static method in class org.omnifaces.util.Reflection
+-
+
Recursively collect all base bean property paths from the given bean which resolve to non-null bases and are
+ recursable.
+
+- 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 Faces view scope.
+
+- getBeanClass() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
+-
+- getBeanProperty(Object, String) - Static method in class org.omnifaces.util.Reflection
+-
+
Obtain given property from given bean.
+
+- 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.Validators
+-
+
Returns the bean validator which is aware of the Faces locale.
+
+- getBeanValidatorFactory() - Static method in class org.omnifaces.util.Validators
+-
+
Returns the default bean validator factory.
+
+- getBehaviorDefaultEvent() - Method in class org.omnifaces.component.util.MoveComponent
+-
+
Returns in case the destination
is set to BEHAVIOR, the name of the default event that the target component is 'supposed' to have.
+
+- getBehaviorEvents() - Method in class org.omnifaces.component.util.MoveComponent
+-
+
Returns in case the destination
is set to BEHAVIOR, the comma separated list events that the target component is 'supposed' to support.
+
+- getBookmarkableURL(FacesContext, String, Collection<? extends ParamHolder<?>>, boolean) - Static method in class org.omnifaces.util.FacesLocal
+-
+- getBookmarkableURL(FacesContext, String, Map<String, List<String>>, boolean) - Method in class org.omnifaces.facesviews.FacesViewsViewHandler
+-
+
An override to create bookmarkable URLs via standard outcome target components that take into account
+ <o:pathParam>
tags nested in the components.
+
+- 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, Map<String, List<String>>, boolean) - Static method in class org.omnifaces.util.FacesLocal
+-
+- 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(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(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.
+
+- 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
+-
+
+
+- getBundleString(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
+-
+- 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
.
+
+- 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.
+
+- getCacheableViewIds() - Method in class org.omnifaces.resourcehandler.WebAppManifest
+-
+
Returns a collection of Faces view IDs which should be cached via the service worker so that they are available offline.
+
+- 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(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.
+
+- getCacheProvider(ServletContext) - Static method in class org.omnifaces.util.cache.CacheFactory
+-
+
Gets the cache provider as it has been set in the ServletContext.
+
+- getCallbackReturning() - Method in class org.omnifaces.el.ReadOnlyValueExpression
+-
+
Returns the functional interface that will be called when the value expression is resolved
+
+- getCategories() - Method in class org.omnifaces.resourcehandler.WebAppManifest
+-
+
Returns a collection of categories where your web application supposedly belongs to.
+
+- getChangeFrequency() - Method in class org.omnifaces.component.output.SitemapUrl
+-
+
Returns the value of the "changefreq" element of the sitemap URL.
+
+- 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.
+
+- getClassLoader(Object) - Static method in class org.omnifaces.util.Utils
+-
+
Returns the class loader associated with given object.
+
+- 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() - 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() - Static method in class org.omnifaces.util.Servlets
+-
+
Returns the servlet context.
+
+- getContext(ELContext) - Static method in class org.omnifaces.util.Faces
+-
+
Returns the faces context that's stored in an ELContext.
+
+- getContext(Class) - Method in class org.omnifaces.el.ELContextWrapper
+-
+- getContextAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
+-
+- getContextAttribute(FacesContext, String, Supplier<T>) - Static method in class org.omnifaces.util.FacesLocal
+-
+- 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.
+
+- 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.
+
+- getDateHeader(String) - Method in class org.omnifaces.filter.MutableRequestFilter.MutableRequest
+-
+- 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
+-
+- getDefaultFacesServletMapping(ServletContext) - Static method in class org.omnifaces.util.Platform
+-
+
Determines and returns the default faces servlet mapping.
+
+- 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.
+
+- getDescription() - Method in class org.omnifaces.resourcehandler.WebAppManifest
+-
+
Returns the description of your web application.
+
+- getDestination() - Method in class org.omnifaces.component.util.MoveComponent
+-
+
Returns the destination relative to the target component where the source component(s) are moved to.
+
+- getDir() - Method in class org.omnifaces.resourcehandler.WebAppManifest
+-
+
Returns the default text direction type of your web application.
+
+- getDisplay() - Method in class org.omnifaces.resourcehandler.WebAppManifest
+-
+
Returns the default display mode of your web application.
+
+- getDomain() - Method in class org.omnifaces.component.output.SitemapUrl
+-
+
Returns the domain of the "loc" element of the sitemap URL.
+
+- 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.
+
+- getEnvEntry(String) - Method in class org.omnifaces.util.JNDIObjectLocator
+-
+
+
+- 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
+-
+- getEventValue(FacesContext) - Method in class org.omnifaces.component.input.HashParam
+-
+- getEventValue(FacesContext) - Method in class org.omnifaces.component.input.OnloadParam
+-
+
+
+- getEventValue(FacesContext) - Method in class org.omnifaces.component.input.ScriptParam
+-
+- getExceptionHandler() - Method in class org.omnifaces.exceptionhandler.ExceptionSuppressorFactory
+-
+
+
+- getExceptionHandler() - Method in class org.omnifaces.exceptionhandler.FacesMessageExceptionHandlerFactory
+-
+
+
+- getExceptionHandler() - Method in class org.omnifaces.exceptionhandler.FullAjaxExceptionHandlerFactory
+-
+
+
+- getExceptionHandler() - Method in class org.omnifaces.exceptionhandler.ViewExpiredExceptionHandlerFactory
+-
+
+
+- getExceptionTypesToIgnoreInLogging(ServletContext) - Static method in class org.omnifaces.exceptionhandler.FullAjaxExceptionHandler
+-
+
Get the exception types to ignore in logging.
+
+- getExceptionTypesToSuppress(ServletContext) - Static method in class org.omnifaces.exceptionhandler.ExceptionSuppressor
+-
+
Get the exception types to suppress.
+
+- getExceptionTypesToUnwrap(ServletContext) - Static method in class org.omnifaces.exceptionhandler.FullAjaxExceptionHandler
+-
+
Get the exception types to unwrap.
+
+- getExpectedType() - Method in class org.omnifaces.el.ReadOnlyValueExpression
+-
+- getExpectedType() - Method in class org.omnifaces.el.ValueExpressionWrapper
+-
+- getExpectedType(ValueExpression) - Static method in class org.omnifaces.util.Components
+-
+
Returns the expected type of the given value expression.
+
+- getExpectedValueType(UIComponent) - Static method in class org.omnifaces.util.Components
+-
+
Returns the expected type of the "value" attribute of the given component.
+
+- 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() - Static method in class org.omnifaces.util.Faces
+-
+
Returns the current external context.
+
+- getExternalContext(Object, Object, Object) - Method in class org.omnifaces.context.OmniExternalContextFactory
+-
+
+
+- getFaceletAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
+-
+- getFaceletAttribute(String) - Static method in class org.omnifaces.util.Faces
+-
+
Returns the Facelet attribute value associated with the given name.
+
+- 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
+-
+
+
+- getFacesServletRegistration(ServletContext) - Static method in class org.omnifaces.util.Platform
+-
+
+
+- getFacet() - Method in class org.omnifaces.component.util.MoveComponent
+-
+
Returns in case the destination
is set to FACET, the name of the facet in the target component to which the components should be moved.
+
+- getFamily() - Method in class org.omnifaces.component.output.OutputFamily
+-
+
+
+- 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 if Mojarra is used and session is new, then return a patched flash which work
+ arounds Mojarra issue 4431, 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(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
+-
+- getFlashAttribute(FacesContext, String, Supplier<T>) - 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.
+
+- getFor() - Method in class org.omnifaces.component.util.MoveComponent
+-
+
Returns ID of the target component for which the component moving will be done.
+
+- getFor() - Method in class org.omnifaces.component.util.ResolveComponent
+-
+
Returns ID of the component that will be resolved (looked-up) and if found a reference of it made available to EL.
+
+- 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
+-
+
+
+- getHeader(String) - Method in class org.omnifaces.filter.MutableRequestFilter.MutableRequest
+-
+- getHeaderNames() - Method in class org.omnifaces.filter.MutableRequestFilter.MutableRequest
+-
+- getHeaders(String) - Method in class org.omnifaces.filter.MutableRequestFilter.MutableRequest
+-
+- getHints() - Method in class org.omnifaces.util.Components.ForEach
+-
+- getHttpServletMapping() - Method in class org.omnifaces.facesviews.UriExtensionRequestWrapper
+-
+- getIarcRatingId() - Method in class org.omnifaces.resourcehandler.WebAppManifest
+-
+
Returns the IARC rating ID of your web application.
+
+- getIcons() - Method in class org.omnifaces.resourcehandler.WebAppManifest
+-
+
Returns the icons of your web application.
+
+- getId() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
+-
+- getId() - Method in class org.omnifaces.resourcehandler.WebAppManifest.RelatedApplication
+-
+
Returns the ID used to represent the application on the specified platform.
+
+- 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 Faces implementation.
+
+- getImplInfo(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
+-
+- 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(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
+-
+- 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.
+
+- 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(FacesContext, String, String) - Static method in class org.omnifaces.util.FacesLocal
+-
+- getInitParameterOrDefault(String, String) - Static method in class org.omnifaces.util.Faces
+-
+
Returns the application initialization parameter.
+
+- getInitScript(FacesContext) - Method in class org.omnifaces.component.input.HashParam
+-
+- getInitScript(FacesContext) - Method in class org.omnifaces.component.input.OnloadParam
+-
+
Returns script which should be executed upon initialization of a new view.
+
+- getInitScript(FacesContext) - Method in class org.omnifaces.component.input.ScriptParam
+-
+- getInjectionPoint() - Method in class org.omnifaces.cdi.beans.InjectionPointGenerator
+-
+
Returns injection point.
+
+- getInjectionPoints() - Method in class org.omnifaces.cdi.InjectionTargetWrapper
+-
+- 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
+-
+
Awkward workaround for it being unavailable via
Inject
in listeners in Tomcat+OWB and Jetty.
+
+- 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, Bean<T>, boolean) - Static method in class org.omnifaces.util.BeansLocal
+-
+- getInstance(BeanManager, Class<T>, boolean, Annotation...) - Static method in class org.omnifaces.util.BeansLocal
+-
+- getInstance(BeanManager, Class<T>, Annotation...) - Static method in class org.omnifaces.util.BeansLocal
+-
+- getInstance(BeanManager, String) - Static method in class org.omnifaces.util.BeansLocal
+-
+- getInstance(BeanManager, String, boolean) - Static method in class org.omnifaces.util.BeansLocal
+-
+- 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(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(String) - Static method in class org.omnifaces.util.Beans
+-
+
Returns the CDI managed bean instance (actual) associated with the given bean name and creates one if one doesn't
+ exist.
+
+- getInstance(String, boolean) - Static method in class org.omnifaces.util.Beans
+-
+
Returns the CDI managed bean instance (actual) associated with the given bean name 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.
+
+- getInstant() - Method in class org.omnifaces.cdi.config.DateProducer.TemporalDate
+-
+
+
+- getIntegrity(FacesContext) - Method in class org.omnifaces.resourcehandler.ResourceIdentifier
+-
+
Returns the resource integrity as base64 encoded sha384 hash.
+
+- getIntHeader(String) - Method in class org.omnifaces.filter.MutableRequestFilter.MutableRequest
+-
+- getKey() - Method in class org.omnifaces.component.output.Cache
+-
+
Returns key used to store content in the 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.
+
+- getLang() - Method in class org.omnifaces.resourcehandler.WebAppManifest
+-
+
Returns the default language of your web application.
+
+- getLastModified() - Method in class org.omnifaces.component.output.SitemapUrl
+-
+
Returns the value of the "lastmod" element of the sitemap URL.
+
+- 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.
+
+- getLong(TemporalField) - Method in class org.omnifaces.cdi.config.DateProducer.TemporalDate
+-
+- 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() - 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) - 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(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
+-
+
+
+- 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(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
+-
+- getMetadataAttribute(FacesContext, String, String) - Static method in class org.omnifaces.util.FacesLocal
+-
+- getMetadataAttribute(String) - Static method in class org.omnifaces.util.Faces
+-
+
Returns the metadata attribute of the current view associated with the given name.
+
+- 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.
+
+- 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) - Static method in class org.omnifaces.util.FacesLocal
+-
+- getMetadataAttributes(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.
+
+- getMetadataFacet(UIViewRoot) - Static method in class org.omnifaces.util.Hacks
+-
+
Returns f:metadata facet from UIViewRoot.
+
+- 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, MethodExpression) - Static method in class org.omnifaces.el.ExpressionInspector
+-
+
Gets a MethodReference from a MethodExpression.
+
+- getMethodReference(ELContext, ValueExpression) - Static method in class org.omnifaces.el.ExpressionInspector
+-
+
Gets a MethodReference from a ValueExpression.
+
+- getMimeType(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
+-
+- getMimeType(String) - Static method in class org.omnifaces.util.Faces
+-
+
Returns the mime type for the given file name.
+
+- 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.
+
+- getMutableHeaderMap() - Method in class org.omnifaces.filter.MutableRequestFilter.MutableRequest
+-
+
Returns the mutable header map of the current request.
+
+- getMutableParameterMap() - Method in class org.omnifaces.filter.MutableRequestFilter.MutableRequest
+-
+
Returns the mutable parameter map of the current request.
+
+- getMutableRequest(HttpServletRequest) - Static method in class org.omnifaces.filter.MutableRequestFilter
+-
+
Returns the mutable request.
+
+- getMutableRequestHeaderMap() - Static method in class org.omnifaces.util.Faces
+-
+
Returns the mutable request header map.
+
+- getMutableRequestHeaderMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
+-
+- getMutableRequestHeaderMap(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
+-
+
Returns the mutable request header map.
+
+- getMutableRequestParameterMap() - Static method in class org.omnifaces.util.Faces
+-
+
Returns the mutable request parameter map.
+
+- getMutableRequestParameterMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
+-
+- getMutableRequestParameterMap(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
+-
+
Returns the mutable request parameter map.
+
+- getName() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
+-
+- getName() - Method in class org.omnifaces.component.output.PathParam
+-
+- getName() - Method in interface org.omnifaces.component.ParamHolder
+-
+
Returns the name of the parameter.
+
+- getName() - Method in class org.omnifaces.component.SimpleParam
+-
+- getName() - Method in class org.omnifaces.component.util.ResolveComponent
+-
+
Returns name under which the component will be made available to EL.
+
+- getName() - Method in class org.omnifaces.resourcehandler.ResourceIdentifier
+-
+
Returns the resource name.
+
+- getName() - Method in class org.omnifaces.resourcehandler.WebAppManifest
+-
+
Returns the name of your web application.
+
+- 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.
+
+- getNow() - Method in class org.omnifaces.cdi.config.DateProducer
+-
+
This makes an instance of
Temporal
as current datetime available by
#{now}
.
+
+- 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
+
+- getObject(Class<T>) - Method in class org.omnifaces.util.JNDIObjectLocator
+-
+
Returns an object from JNDI based on beanClass.
+
+- 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(String) - Method in class org.omnifaces.util.JNDIObjectLocator
+-
+
Returns an object based on JNDI name.
+
+- getObjectNoCache(String) - Method in class org.omnifaces.util.JNDIObjectLocator
+-
+
Return an object based on JNDI name, bypassing the cache.
+
+- getOfflineViewId() - Method in class org.omnifaces.resourcehandler.WebAppManifest
+-
+
Returns the Faces view ID which should represent the "You're offline!" error page.
+
+- getOldValue() - Method in class org.omnifaces.event.HashChangeEvent
+-
+
Returns the old hash query string value.
+
+- 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.
+
+- 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.
+
+- getOrientation() - Method in class org.omnifaces.resourcehandler.WebAppManifest
+-
+
Returns the default orientation mode of your web application.
+
+- getOutputStream() - Method in class org.omnifaces.servlet.HttpServletResponseOutputWrapper
+-
+- getPackage() - Static method in class org.omnifaces.util.Faces
+-
+
Returns the package of the currently loaded Faces implementation.
+
+- getPackage(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
+-
+- getParameter(String) - Method in class org.omnifaces.filter.MutableRequestFilter.MutableRequest
+-
+- getParameterMap() - Method in class org.omnifaces.filter.MutableRequestFilter.MutableRequest
+-
+- getParameterNames() - Method in class org.omnifaces.filter.MutableRequestFilter.MutableRequest
+-
+- getParameters() - Method in class org.omnifaces.util.cache.CacheInstancePerScopeProvider
+-
+- getParameterValues(String) - Method in class org.omnifaces.filter.MutableRequestFilter.MutableRequest
+-
+- 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
+-
+
+
+- getPasswordRequestParameterPattern(FacesContext) - Method in class org.omnifaces.eventlistener.FacesRequestLogger
+-
+
+
+- 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
+-
+- getPlatform() - Method in class org.omnifaces.resourcehandler.WebAppManifest.RelatedApplication
+-
+
Returns the platform on which the application can be found.
+
+- 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.
+
+- getPriority() - Method in class org.omnifaces.component.output.SitemapUrl
+-
+
Returns the value of the "priority" element of the sitemap URL.
+
+- getProjectStage() - Static method in class org.omnifaces.util.Faces
+-
+
Returns the project stage.
+
+- getProjectStage(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
+-
+- getPropertyNodes(ConstraintViolation<?>) - Static method in class org.omnifaces.util.Validators
+-
+
Returns a list of property path nodes from the given constraint violation.
+
+- 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
+-
+- getRealPath(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
+-
+- getRealPath(String) - Static method in class org.omnifaces.util.Faces
+-
+
Returns the absolute disk file system path representation of the given web content path.
+
+- 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, Bean<T>) - Static method in class org.omnifaces.util.BeansLocal
+-
+- getReference(BeanManager, Class<T>, Annotation...) - Static method in class org.omnifaces.util.BeansLocal
+-
+- 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.
+
+- getReferrer() - Static method in class org.omnifaces.util.Faces
+-
+
Returns the referrer of the request.
+
+- getReferrer(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
+-
+- getReferrer(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
+-
+
Returns the referrer of the request.
+
+- getRelatedApplications() - Method in class org.omnifaces.resourcehandler.WebAppManifest
+-
+
Returns a collection of related (native) applications that provide similar/equivalent functionality as your web application.
+
+- 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.OnloadParam
+-
+
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.
+
+- getRenderedValue(FacesContext, ValueHolder) - Static method in class org.omnifaces.util.Components
+-
+
Get the rendered value of given value holder.
+
+- 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(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
+-
+- getRequestAttribute(FacesContext, String, Supplier<T>) - 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.
+
+- 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(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.
+
+- getRequestCookie(String) - Static method in class org.omnifaces.util.Faces
+-
+
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(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
+-
+- getRequestHeader(String) - Static method in class org.omnifaces.util.Faces
+-
+
Returns the HTTP request header value associated with the given name.
+
+- 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(FacesContext, String) - 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.
+
+- 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(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
+-
+- getRequestParameter(FacesContext, String, Class<T>) - Static method in class org.omnifaces.util.FacesLocal
+-
+- getRequestParameter(FacesContext, String, Function<String, T>) - Static method in class org.omnifaces.util.FacesLocal
+-
+- getRequestParameter(FacesContext, String, Function<String, T>, Supplier<T>) - 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 converted to given type
+ using the Faces converter registered by forClass
on the given type.
+
+- getRequestParameter(String, Function<String, T>) - Static method in class org.omnifaces.util.Faces
+-
+
Returns the HTTP request parameter value associated with the given name and converted using the given converter.
+
+- getRequestParameter(String, Function<String, T>, Supplier<T>) - Static method in class org.omnifaces.util.Faces
+-
+
Returns the HTTP request parameter value associated with the given name and convert it using the given converter,
+ or else the supplied value if absent.
+
+- 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(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
+-
+- getRequestParameterValues(FacesContext, String, Class<T>) - Static method in class org.omnifaces.util.FacesLocal
+-
+- getRequestParameterValues(String) - Static method in class org.omnifaces.util.Faces
+-
+
Returns the HTTP request parameter values associated with the given name.
+
+- getRequestParameterValues(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.
+
+- 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(FacesContext, String) - 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.
+
+- getRequestParts() - Static method in class org.omnifaces.util.Faces
+-
+
Returns all HTTP request parts, 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
+-
+- 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
.
+
+- 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(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
+-
+- 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
.
+
+- getResourceAsStream(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
.
+
+- getResourceBundle(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
.
+
+- 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
+-
+- getResourceHandlers() - Method in interface org.omnifaces.config.FacesConfigXml
+-
+
Returns an ordered list of all resource handlers registered on this application.
+
+- 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(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
+-
+- getResourcePaths(String) - Static method in class org.omnifaces.util.Faces
+-
+
Returns a set of available application resource paths matching the specified path.
+
+- 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
+-
+
+
+- getScope() - Method in class org.omnifaces.component.output.Cache
+-
+
Returns scope identifier used to set the scope in which caching takes place.
+
+- getScope() - Method in class org.omnifaces.component.util.ResolveComponent
+-
+
Returns optional scope identifier used to set the scope in which the component reference is inserted.
+
+- getScope() - Method in class org.omnifaces.resourcehandler.WebAppManifest
+-
+
Returns the scope of this manifest.
+
+- getScript() - Method in class org.omnifaces.component.input.ScriptParam
+-
+
Returns the script to be evaluated.
+
+- getScriptParameters() - Static method in class org.omnifaces.util.Faces
+-
+
Returns the script parameters of the current view, or an empty collection if there is no view.
+
+- getScriptParameters(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
+-
+- 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(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
+-
+- getSessionAttribute(FacesContext, String, Supplier<T>) - 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.
+
+- 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.
+
+- getShortName() - Method in class org.omnifaces.resourcehandler.WebAppManifest
+-
+
Returns the short name of your web application.
+
+- getShowMessageFor() - Method in class org.omnifaces.component.validator.ValidateMultipleFields
+-
+
Returns the client identifiers to show the validation message for.
+
+- getSizes() - Method in class org.omnifaces.resourcehandler.WebAppManifest.ImageResource
+-
+
Returns the supported sizes of this image resource.
+
+- getSrc() - Method in class org.omnifaces.resourcehandler.WebAppManifest.ImageResource
+-
+
Returns the source of this image resource.
+
+- getSrc(FacesContext) - Method in class org.omnifaces.component.output.GraphicImage
+-
+
Returns the URL needed for the 'src' attribute.
+
+- getStartup() - Method in class org.omnifaces.cdi.config.DateProducer
+-
+
This makes an instance of
Temporal
as startup datetime available by
#{startup}
.
+
+- getStartupTime() - Static method in class org.omnifaces.config.OmniFaces
+-
+
Returns startup time in Epoch milli.
+
+- getStartUrl() - Method in class org.omnifaces.resourcehandler.WebAppManifest
+-
+
Returns the default home URL of your web application.
+
+- 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
+-
+
Returns the submitted value.
+
+- getSubmittedValue() - Method in class org.omnifaces.component.input.InputFile
+-
+
An override which ensures that the Faces implementation being used doesn't save it in the state.
+
+- getSubmittedValue() - Method in class org.omnifaces.component.input.ViewParam
+-
+- getSubmittedValues() - Method in class org.omnifaces.cdi.param.ParamValue
+-
+
Returns the submitted values.
+
+- 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.
+
+- getThemeColor() - Method in class org.omnifaces.resourcehandler.WebAppManifest
+-
+
Returns the theme color of your web application.
+
+- getTime() - Method in class org.omnifaces.cdi.config.DateProducer.TemporalDate
+-
+
+
+- getTime() - Method in class org.omnifaces.component.output.Cache
+-
+
Returns amount of time in seconds for which the cached content is valid (TTL).
+
+- getType() - Method in class org.omnifaces.component.validator.ValidateOrder
+-
+
Returns the ordering type to be used.
+
+- getType() - Method in class org.omnifaces.resourcehandler.WebAppManifest.ImageResource
+-
+
Returns the content type of this image resource.
+
+- getType(ELContext) - Method in class org.omnifaces.el.ReadOnlyValueExpression
+-
+- getType(ELContext) - Method in class org.omnifaces.el.ValueExpressionWrapper
+-
+- getType(ELContext, Object, Object) - Method in class org.omnifaces.el.ELResolverWrapper
+-
+- getType(ELContext, Object, Object) - Method in class org.omnifaces.el.FacesELResolver
+-
+- getTypes() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
+-
+- getUpdateScript(FacesContext) - Method in class org.omnifaces.component.input.HashParam
+-
+- getUpdateScript(FacesContext) - Method in class org.omnifaces.component.input.OnloadParam
+-
+
Returns script which should be exeucted upon ajax update of the current view.
+
+- getUrl() - Method in class org.omnifaces.resourcehandler.WebAppManifest.RelatedApplication
+-
+
Returns the URL at which the application can be found.
+
+- 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
+-
+
+
+- getValue() - Method in class org.omnifaces.component.output.Param
+-
+- getValue() - Method in class org.omnifaces.component.output.PathParam
+-
+- getValue() - Method in class org.omnifaces.component.output.SitemapUrl
+-
+
Returns the value of the "loc" element of the sitemap URL.
+
+- 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() - Method in class org.omnifaces.resourcehandler.WebAppManifest.Size
+-
+
Returns the value of this size.
+
+- getValue() - Method in class org.omnifaces.util.cache.CacheEntry
+-
+
Returns the value for which this object is keeping meta data
+
+- getValue(ELContext) - Method in class org.omnifaces.component.output.cache.el.CachingValueExpression
+-
+- getValue(ELContext) - Method in class org.omnifaces.el.ReadOnlyValueExpression
+-
+- getValue(ELContext) - Method in class org.omnifaces.el.ValueExpressionWrapper
+-
+- getValue(ELContext, Object, Object) - Method in class org.omnifaces.el.ELResolverWrapper
+-
+- getValue(ELContext, Object, Object) - Method in class org.omnifaces.el.FacesELResolver
+-
+- 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
+-
+
Returns the underlying value expression.
+
+- 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) - Method in class org.omnifaces.el.ValueExpressionWrapper
+-
+- 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".
+
+- 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(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
+-
+- getViewAttribute(FacesContext, String, Supplier<T>) - Static method in class org.omnifaces.util.FacesLocal
+-
+- 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.
+
+- getViewDeclarationLanguage() - Static method in class org.omnifaces.util.Faces
+-
+
+
+- getViewDeclarationLanguage(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
+-
+- getViewId() - Method in class org.omnifaces.component.output.SitemapUrl
+-
+
Returns the view ID to create the URI part of the "loc" element of the sitemap URL for.
+
+- 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.
+
+- getWebXmlURL(ServletContext) - Static method in class org.omnifaces.util.Servlets
+-
+
Returns URL of web.xml
file used in current application.
+
+- getWelcomeFiles() - Method in interface org.omnifaces.config.WebXml
+-
+
Returns a list of all welcome files.
+
+- getWrapped() - Method in class org.omnifaces.cdi.InjectionTargetWrapper
+-
+- 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.
+
+- getZonedDateTime() - Method in class org.omnifaces.cdi.config.DateProducer.TemporalDate
+-
+
+
+- getZoneId(D) - Static method in class org.omnifaces.util.Utils
+-
+
+
+- global() - 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:global
instead of java:module
.
+
+- GOVERNMENT - org.omnifaces.resourcehandler.WebAppManifest.Category
+-
+- 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
+-
+
+
+- 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
+-
+
+
+- GraphicResourceHandler(ResourceHandler) - Constructor for class org.omnifaces.resourcehandler.GraphicResourceHandler
+-
+
Creates a new instance of this graphic resource handler which wraps the given resource handler.
+
+- guessJNDIName(Class<?>) - Static method in class org.omnifaces.util.JNDI
+-
+
Guess JNDI name of given bean class, which can be a local or remote EJB.
+
+- guessJNDIName(String) - Static method in class org.omnifaces.util.JNDI
+-
+
Guess JNDI name of given fully-qualified class name.
+
+- 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
+-
+
+
+- GzipResponseFilter() - Constructor for class org.omnifaces.filter.GzipResponseFilter
+-
+