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

G

GenericEnumConverter - Class in org.omnifaces.converter
The omnifaces.GenericEnumConverter is intended for use in UISelectMany components whose value is been bound to a List<E> property where E is an enum.
GenericEnumConverter() - Constructor for class org.omnifaces.converter.GenericEnumConverter
 
get(Contextual<T>) - Method in class org.omnifaces.cdi.viewscope.ViewScopeContext
 
get(Contextual<T>, CreationalContext<T>) - Method in class org.omnifaces.cdi.viewscope.ViewScopeContext
 
get(StateHelper, String) - Static method in class org.omnifaces.component.EditableValueHolderStateHelper
Returns the state helper of the EditableValueHolder child associated with the given client ID.
get(String) - Method in interface org.omnifaces.component.output.cache.Cache
Gets a value from the cache
get(String) - Method in class org.omnifaces.component.output.cache.TimeToLiveCache
 
get() - Method in enum org.omnifaces.config.BeanManager
Returns the CDI bean manager.
get(String) - Static method in class org.omnifaces.resourcehandler.CombinedResourceInfo
Returns the combined resource info identified by the given ID from the cache.
get(Object) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
get(Object) - Method in class org.omnifaces.util.MapWrapper
 
get() - Method in class org.omnifaces.util.Messages.Message
Returns the so far built message.
get(Serializable) - Method in class org.omnifaces.util.State
Attempts to find a value associated with the specified key in the component's state.
get(Serializable, Object) - Method in class org.omnifaces.util.State
Attempts to find a value associated with the specified key in the component's state.
getActionURL(FacesContext, String) - Method in class org.omnifaces.facesviews.FacesViewsViewHandler
 
getActiveInstances(Class<S>) - Static method in class org.omnifaces.util.Beans
Returns all active CDI managed bean instances in the given CDI managed bean scope.
getActiveInstances(BeanManager, Class<S>) - Static method in class org.omnifaces.util.BeansLocal
getActualParameters() - Method in class org.omnifaces.el.MethodReference
Returns the actual (evaluated) parameters of the method call.
getAlt() - Method in class org.omnifaces.component.output.GraphicImage
Returns an empty string as default value instead of null, so that the attribute is always rendered, as mandated by HTML5.
getAnnotation(Annotated, Class<A>) - Static method in class org.omnifaces.util.Beans
Get program element annotation of a certain annotation type.
getAnnotation(BeanManager, Annotated, Class<A>) - Static method in class org.omnifaces.util.BeansLocal
getApplication() - Method in class org.omnifaces.application.OmniApplicationFactory
Returns an instance of OmniApplication which wraps the original application.
getApplication() - Static method in class org.omnifaces.util.Faces
Returns the application singleton.
getApplicationAttribute(String) - Static method in class org.omnifaces.util.Faces
Returns the application scope attribute value associated with the given name.
getApplicationAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getApplicationAttribute(ServletContext, String) - Static method in class org.omnifaces.util.Servlets
Returns the application scope attribute value associated with the given name.
getApplicationFromFactory() - Static method in class org.omnifaces.util.Faces
Gets the JSF Application singleton from the FactoryFinder.
getApplicationMap() - Static method in class org.omnifaces.util.Faces
Returns the application scope map.
getApplicationMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getAsChangedObject(FacesContext, UIComponent, String) - Method in class org.omnifaces.converter.ValueChangeConverter
Use this method instead of ValueChangeConverter.getAsObject(FacesContext, UIComponent, String) if you intend to perform the conversion only when the submitted value is really changed as compared to the model value.
getAsObject(FacesContext, UIComponent, String) - Method in class org.omnifaces.converter.GenericEnumConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.omnifaces.converter.ListConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.omnifaces.converter.ListIndexConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.omnifaces.converter.SelectItemsConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.omnifaces.converter.SelectItemsIndexConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.omnifaces.converter.ValueChangeConverter
If the component is an instance of EditableValueHolder and the string representation of its old object value is equal to the submitted value, then immediately return its old object value unchanged.
getAsString(FacesContext, UIComponent, Object) - Method in class org.omnifaces.converter.GenericEnumConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.omnifaces.converter.ListConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.omnifaces.converter.ListIndexConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.omnifaces.converter.SelectItemsConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.omnifaces.converter.SelectItemsIndexConverter
 
getAttachmentName(HttpServletRequest, File) - Method in class org.omnifaces.servlet.FileServlet
Returns the file name to be used in Content-Disposition header.
getAttribute(String, String) - Method in interface org.omnifaces.component.output.cache.Cache
Gets a named attribute from the cache entry identified by the key parameter.
getAttribute(String, String) - Method in class org.omnifaces.component.output.cache.TimeToLiveCache
 
getAttribute(UIComponent, String) - Static method in class org.omnifaces.util.Components
Returns the attribute of the given component on the given name.
getAttributes() - Method in class org.omnifaces.component.input.ViewParam
 
getAttributes() - Method in class org.omnifaces.component.output.cache.CacheEntry
Gets a map of attributes associated with this entry.
getBase() - Method in class org.omnifaces.el.MethodReference
Returns the base of the EL method expression.
getBean(Contextual<T>, BeanManager) - Method in class org.omnifaces.cdi.BeanStorage
Returns the bean associated with the given context, or null if there is none.
getBean(Contextual<T>) - Method in class org.omnifaces.cdi.viewscope.ViewScopeManager
Returns the CDI view scoped managed bean from the current JSF view scope.
getBeanClass() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
 
getBeanValidator() - Static method in class org.omnifaces.util.Platform
 
getBeanValidatorFactory() - Static method in class org.omnifaces.util.Platform
 
getBehaviorDefaultEvent() - Method in class org.omnifaces.component.util.MoveComponent
 
getBehaviorEvents() - Method in class org.omnifaces.component.util.MoveComponent
 
getBookmarkableURL(Map<String, List<String>>, boolean) - Static method in class org.omnifaces.util.Faces
Returns the concrete domain-relative URL to the current view with the given params URL-encoded in the query string and optionally include view parameters as well.
getBookmarkableURL(String, Map<String, List<String>>, boolean) - Static method in class org.omnifaces.util.Faces
Returns the concrete domain-relative URL to the given view with the given params URL-encoded in the query string and optionally include view parameters as well.
getBookmarkableURL(Collection<? extends ParamHolder>, boolean) - Static method in class org.omnifaces.util.Faces
Returns the concrete domain-relative URL to the current view with the given params URL-encoded in the query string and optionally include view parameters as well.
getBookmarkableURL(String, Collection<? extends ParamHolder>, boolean) - Static method in class org.omnifaces.util.Faces
Returns the concrete domain-relative URL to the given view with the given params URL-encoded in the query string and optionally include view parameters as well.
getBookmarkableURL(FacesContext, Map<String, List<String>>, boolean) - Static method in class org.omnifaces.util.FacesLocal
getBookmarkableURL(FacesContext, String, Map<String, List<String>>, boolean) - Static method in class org.omnifaces.util.FacesLocal
getBookmarkableURL(FacesContext, Collection<? extends ParamHolder>, boolean) - Static method in class org.omnifaces.util.FacesLocal
getBookmarkableURL(FacesContext, String, Collection<? extends ParamHolder>, boolean) - Static method in class org.omnifaces.util.FacesLocal
getBoolean(FaceletContext, TagAttribute) - Static method in class org.omnifaces.util.Facelets
Returns the boolean value of the given tag attribute.
getBuffer() - Method in class org.omnifaces.servlet.BufferedHttpServletResponse
Flushes and returns the buffered response.
getBufferAsString() - Method in class org.omnifaces.servlet.BufferedHttpServletResponse
Flushes and returns the buffered response as a string which is encoded using the character encoding provided by ServletResponseWrapper.getCharacterEncoding().
getBundleString(String) - Static method in class org.omnifaces.util.Faces
Gets a string for the given key searching declared resource bundles, order by declaration in faces-config.xml.
getBundleString(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getCache(FacesContext, String) - Static method in class org.omnifaces.component.output.cache.CacheFactory
Gets an instance of a Cache using the configured cache provider.
getCache(FacesContext, String) - Method in class org.omnifaces.component.output.cache.CacheInstancePerScopeProvider
 
getCache(FacesContext, String) - Method in interface org.omnifaces.component.output.cache.CacheProvider
Gets an instance of a Cache using the configured cache provider.
getCacheAttribute(FacesContext, String) - Method in class org.omnifaces.component.output.Cache
Gets a named attribute associated with the main cache entry this component is using to store the rendering of its child components.
getCacheProvider(ServletContext) - Static method in class org.omnifaces.component.output.cache.CacheFactory
Gets the cache provider as it has been set in the ServletContext.
getCacheProvider(FacesContext) - Static method in class org.omnifaces.component.output.cache.CacheFactory
Gets the cache provider that has been set, or the default provider if none is present.
getCallbackReturning() - Method in class org.omnifaces.el.ReadOnlyValueExpression
Returns the functional interface that will be called when the value expression is resolved
getCallbackWithArgument() - Method in class org.omnifaces.el.ReadOnlyValueExpression
Returns the functional interface that will be called when the value expression is resolved and which receives the proper ELContext.
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.
getChildCount() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
getChildCount() - Method in interface org.omnifaces.model.tree.TreeModel
Returns the count of the children of the current tree node.
getChildren() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
getChildren() - Method in interface org.omnifaces.model.tree.TreeModel
Returns an unmodifiable list of all child tree nodes of the current tree node.
getCloseCode() - Method in class org.omnifaces.cdi.push.SocketEvent
Returns the close code.
getClosestParent(UIComponent, Class<C>) - Static method in class org.omnifaces.util.Components
Returns from the given component the closest parent of the given parent type, or null if none is found.
getCommonPropertyType(ELContext, Object) - Method in class org.omnifaces.el.ELResolverWrapper
 
getComponents() - Method in class org.omnifaces.component.validator.ValidateMultipleFields
Returns the client identifiers of components which are to be validated.
getContainerClientId(FacesContext) - Method in class org.omnifaces.component.tree.Tree
An override which appends the index of the current model node to the client ID chain, if any available.
getContentLength() - Method in class org.omnifaces.resourcehandler.CombinedResourceInfo
Returns the content length in bytes of this combined resource info.
getContentType() - Method in class org.omnifaces.resourcehandler.RemappedResource
 
getContentType(HttpServletRequest, File) - Method in class org.omnifaces.servlet.FileServlet
Returns the content type associated with the given HTTP servlet request and file.
getContext(Class) - Method in class org.omnifaces.el.ELContextWrapper
 
getContext() - Static method in class org.omnifaces.util.Ajax
Returns the current partial view context (the ajax context).
getContext() - Static method in class org.omnifaces.util.Faces
Returns the current faces context.
getContext(ELContext) - Static method in class org.omnifaces.util.Faces
Returns the faces context that's stored in an ELContext.
getContextAttribute(String) - Static method in class org.omnifaces.util.Faces
Returns the Faces context attribute value associated with the given name.
getContextAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getConverter(Param, Class<?>) - Static method in class org.omnifaces.cdi.param.RequestParameterProducer
 
getConverter() - Method in class org.omnifaces.component.output.Param
 
getConverter() - Method in class org.omnifaces.component.SimpleParam
 
getCurrentCommand() - Static method in class org.omnifaces.util.Components
Returns the currently invoked UI command component, or null if there is none, which may happen when the current request is not a postback request at all, or when the view has been changed by for example a successful navigation.
getCurrentComponent() - Static method in class org.omnifaces.util.Components
Returns the current UI component from the EL context.
getCurrentForm() - Static method in class org.omnifaces.util.Components
Returns the currently submitted UI form component, or null if there is none, which may happen when the current request is not a postback request at all, or when the view has been changed by for example a successful navigation.
getCurrentInjectionPoint(CreationalContext<?>) - Static method in class org.omnifaces.util.Beans
Gets the current injection point when called from a context where injection is taking place (e.g.
getCurrentInjectionPoint(BeanManager, CreationalContext<?>) - Static method in class org.omnifaces.util.BeansLocal
getCurrentInstance() - Static method in class org.omnifaces.context.OmniPartialViewContext
Returns the current instance of the OmniFaces partial view context.
getCurrentInstance(FacesContext) - Static method in class org.omnifaces.context.OmniPartialViewContext
Returns the current instance of the OmniFaces partial view context from the given faces context.
getCurrentModelNode() - Method in class org.omnifaces.component.tree.Tree
Returns the current node of the tree model.
getCurrentPhaseId() - Static method in class org.omnifaces.util.Faces
Returns the current phase ID.
getData() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
getData() - Method in interface org.omnifaces.model.tree.TreeModel
Returns the wrapped data of the current tree node.
getDayOfWeek(Integer) - Static method in class org.omnifaces.el.functions.Dates
Returns the day of week name from the mapping associated with the given day of week number in ISO 8601 order (Monday first) for the current locale.
getDaysOfWeek() - Static method in class org.omnifaces.el.functions.Dates
Returns a mapping of day of week names in ISO 8601 order (Monday first) for the current locale.
getDefault() - Method in class org.omnifaces.component.input.ViewParam
Returns the default value in case the actual request parameter is null or empty.
getDefaultCacheProvider() - Static method in class org.omnifaces.component.output.cache.CacheFactory
Returns an instance of the default cache provider.
getDefaultEventName() - Method in class org.omnifaces.component.util.MoveComponent
 
getDefaultLocale() - Static method in class org.omnifaces.util.Faces
Returns the default locale, or null if there is none.
getDefaultLocale(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getDefaultResourceMaxAge() - Static method in class org.omnifaces.util.Hacks
Returns the default resource maximum age in milliseconds.
getDestination() - Method in class org.omnifaces.component.util.MoveComponent
 
getELContext() - Static method in class org.omnifaces.util.Faces
Returns the current EL context.
getELResolver() - Method in class org.omnifaces.el.ELContextWrapper
 
getEnvEntry(String) - Static method in class org.omnifaces.util.JNDI
Returns the named environment entry for the deployment component from where this is called.
getErrorPageLocations() - Method in enum org.omnifaces.config.WebXml
Returns a mapping of all error page locations by exception type.
getEventNames() - Method in class org.omnifaces.component.util.MoveComponent
 
getExceptionHandler() - Method in class org.omnifaces.exceptionhandler.FacesMessageExceptionHandlerFactory
Returns a new instance of FacesMessageExceptionHandler which wraps the original exception handler.
getExceptionHandler() - Method in class org.omnifaces.exceptionhandler.FullAjaxExceptionHandlerFactory
Returns a new instance of FullAjaxExceptionHandler which wraps the original exception handler.
getExceptionTypesToUnwrap(ServletContext) - Static method in class org.omnifaces.exceptionhandler.FullAjaxExceptionHandler
Get the exception types to unwrap.
getExecute() - Method in class org.omnifaces.component.script.CommandScript
Returns a space separated string of client IDs to process on ajax request.
getExpectedType() - Method in class org.omnifaces.el.ReadOnlyValueExpression
 
getExpectedType() - Method in class org.omnifaces.el.ValueExpressionWrapper
 
getExpireTime(HttpServletRequest, File) - Method in class org.omnifaces.servlet.FileServlet
Returns how long the resource may be cached by the client before it expires, in seconds.
getExpressionString() - Method in class org.omnifaces.el.MethodExpressionValueExpressionAdapter
 
getExpressionString() - Method in class org.omnifaces.el.ReadOnlyValueExpression
 
getExpressionString() - Method in class org.omnifaces.el.ValueExpressionWrapper
 
getExtension(String) - Static method in class org.omnifaces.util.ResourcePaths
Gets the extension of a resource if any.
getExtensionAction(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
 
getExtensionlessURLWithQuery(HttpServletRequest) - Static method in class org.omnifaces.facesviews.FacesViews
Obtains the full request URL from the given request complete with the query string, but with the extension (if any) cut out.
getExtensionlessURLWithQuery(HttpServletRequest, String) - Static method in class org.omnifaces.facesviews.FacesViews
Obtains the full request URL from the given request and the given resource complete with the query string, but with the extension (if any) cut out.
getExternalContext(Object, Object, Object) - Method in class org.omnifaces.context.OmniExternalContextFactory
Returns a new instance of OmniExternalContext which wraps the original external context.
getExternalContext() - Static method in class org.omnifaces.util.Faces
Returns the current external context.
getFaceletAttribute(String) - Static method in class org.omnifaces.util.Faces
Returns the Facelet attribute value associated with the given name.
getFaceletAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getFaceletContext() - Static method in class org.omnifaces.util.Faces
Returns the Facelet context.
getFaceletContext(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getFacesContext() - Method in class org.omnifaces.util.Components.ForEach
 
getFacesServletDispatchMethod(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
 
getFacesServletExtensions(FacesContext) - Static method in class org.omnifaces.facesviews.FacesViews
 
getFacesServletExtensions(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
 
getFacesServletRegistration(ServletContext) - Static method in class org.omnifaces.util.Platform
Returns the ServletRegistration associated with the FacesServlet.
getFacet() - Method in class org.omnifaces.component.util.MoveComponent
 
getFamily() - Method in class org.omnifaces.component.output.OutputFamily
getFamily() - Method in class org.omnifaces.component.script.CommandScript
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
 
getFile(HttpServletRequest) - Method in class org.omnifaces.servlet.FileServlet
Returns the file associated with the given HTTP servlet request.
getFilterConfig() - Method in class org.omnifaces.filter.HttpFilter
Returns the filter config.
getFlash() - Method in class org.omnifaces.context.OmniExternalContext
If the current request is an unload request from ViewScoped, then return a dummy flash scope which does not modify the flash state, else return the original flash scope.
getFlash() - Static method in class org.omnifaces.util.Faces
Returns the flash scope.
getFlash(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getFlashAttribute(String) - Static method in class org.omnifaces.util.Faces
Returns the flash scope attribute value associated with the given name.
getFlashAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getFor() - Method in class org.omnifaces.component.util.MoveComponent
 
getFor() - Method in class org.omnifaces.component.util.ResolveComponent
 
getFormErrorPage() - Method in enum org.omnifaces.config.WebXml
Returns the location of the FORM authentication error page, or null if it is not defined.
getFormLoginPage() - Method in enum org.omnifaces.config.WebXml
Returns the location of the FORM authentication login page, or null if it is not defined.
getForwardRequestQueryString() - Static method in class org.omnifaces.util.Faces
Returns the original HTTP request query string behind this forwarded request, if any.
getForwardRequestQueryString(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getForwardRequestQueryString(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the original HTTP request query string behind this forwarded request, if any.
getForwardRequestURI() - Static method in class org.omnifaces.util.Faces
Returns the original HTTP request URI behind this forwarded request, if any.
getForwardRequestURI(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getForwardRequestURI(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the original HTTP request URI behind this forwarded request, if any.
getForwardRequestURIWithQueryString() - Static method in class org.omnifaces.util.Faces
Returns the original HTTP request URI with query string behind this forwarded request, if any.
getForwardRequestURIWithQueryString(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getForwardRequestURIWithQueryString(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the original HTTP request URI with query string behind this forwarded request, if any.
getFunctionMapper() - Method in class org.omnifaces.el.ELContextWrapper
 
getHints() - Method in class org.omnifaces.util.Components.ForEach
 
getId() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
 
getIds() - Method in class org.omnifaces.util.Components.ForEach
 
getIf() - Method in class org.omnifaces.component.output.ConditionalComment
Returns the if condition.
getImmediateValue(UIInput) - Static method in class org.omnifaces.util.Components
Returns the value of the given input component whereby any unconverted submitted string value will immediately be converted/validated as this method is called.
getImplInfo() - Static method in class org.omnifaces.util.Faces
Returns the implementation information of currently loaded JSF implementation.
getIndex() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
getIndex() - Method in interface org.omnifaces.model.tree.TreeModel
Returns the zero-based unique index of the current tree node.
getInitParameter(String) - Method in class org.omnifaces.filter.HttpFilter
Returns the value of the filter init parameter associated with the given name.
getInitParameter(String) - Static method in class org.omnifaces.util.Faces
Returns the application initialization parameter.
getInitParameter(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getInitParameterMap() - Static method in class org.omnifaces.util.Faces
Returns the application initialization parameter map.
getInitParameterMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getInjectionPoint() - Method in class org.omnifaces.cdi.beans.InjectionPointGenerator
 
getInjectionPoints() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
 
getInputStream() - Method in class org.omnifaces.resourcehandler.CombinedResource
 
getInputStream() - Method in class org.omnifaces.resourcehandler.GraphicResource
 
getInstance() - Static method in class org.omnifaces.cdi.eager.EagerBeansRepository
 
getInstance(Class<T>) - Static method in class org.omnifaces.util.Beans
Returns the CDI managed bean instance (actual) of the given bean class and creates one if one doesn't exist.
getInstance(Class<T>, boolean) - Static method in class org.omnifaces.util.Beans
Returns the CDI managed bean instance (actual) of the given bean class and creates one if one doesn't exist and create argument is true, otherwise don't create one and return null if there's no current instance.
getInstance(Bean<T>, boolean) - Static method in class org.omnifaces.util.Beans
Returns the CDI managed bean instance (actual) of the given bean representation and creates one if one doesn't exist and create argument is true, otherwise don't create one and return null if there's no current instance.
getInstance(BeanManager, Class<T>) - Static method in class org.omnifaces.util.BeansLocal
getInstance(BeanManager, Class<T>, boolean) - Static method in class org.omnifaces.util.BeansLocal
getInstance(BeanManager, Bean<T>, boolean) - Static method in class org.omnifaces.util.BeansLocal
getKey() - Method in class org.omnifaces.component.output.Cache
 
getLabel(UIComponent) - Static method in class org.omnifaces.util.Components
Returns the value of the label attribute associated with the given UI component if any, else the client ID.
getLastModified() - Method in class org.omnifaces.resourcehandler.CombinedResource
 
getLastModified() - Method in class org.omnifaces.resourcehandler.CombinedResourceInfo
Returns the last modified timestamp in milliseconds of this combined resource info.
getLastModified() - Method in class org.omnifaces.resourcehandler.DynamicResource
Returns the "last modified" timestamp of this resource.
getLevel() - Method in class org.omnifaces.component.tree.TreeNode
Returns the level for which this node should render the items.
getLevel() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
getLevel() - Method in interface org.omnifaces.model.tree.TreeModel
Returns the level of the current tree node.
getLibrary() - Method in class org.omnifaces.resourcehandler.ResourceIdentifier
Returns the resource library.
getLibraryName() - Method in class org.omnifaces.resourcehandler.CombinedResourceHandler
getLibraryName() - Method in class org.omnifaces.resourcehandler.DefaultResourceHandler
Returns the library name on which this resource handler implementation should listen.
getLibraryName() - Method in class org.omnifaces.resourcehandler.GraphicResourceHandler
getLibraryName() - Method in class org.omnifaces.resourcehandler.RemappedResource
 
getLocale() - Method in class org.omnifaces.el.ELContextWrapper
 
getLocale() - Static method in class org.omnifaces.util.Faces
Returns the current locale.
getLocale(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getLocalValue() - Method in class org.omnifaces.component.output.Param
 
getLocalValue() - Method in interface org.omnifaces.component.ParamHolder
Returns the original, unconverted value of the parameter.
getLocalValue() - Method in class org.omnifaces.component.SimpleParam
 
getManager() - Static method in class org.omnifaces.util.Beans
Returns the CDI bean manager.
getMappedPath(String) - Static method in class org.omnifaces.facesviews.FacesViews
 
getMapping() - Static method in class org.omnifaces.util.Faces
Determines and returns the faces servlet mapping used in the current request.
getMapping(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getMessage() - Method in class org.omnifaces.component.messages.OmniMessages
Returns the single INFO message to be shown instead when this component has any faces message.
getMessage() - Method in class org.omnifaces.component.validator.ValidateMultipleFields
Returns the validation message to be shown.
getMessage() - Method in class org.omnifaces.taghandler.ValidateUniqueColumn
Returns the runtime evaluated value of the message attribute.
getMessage(String, Object...) - Method in interface org.omnifaces.util.Messages.Resolver
Returns the resolved message based on the given message and parameters.
getMessageBundle() - Static method in class org.omnifaces.util.Faces
Returns the application message bundle as identified by <message-bundle> in faces-config.xml.
getMessageBundle(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getMessages(FacesContext, OmniMessages) - Method in class org.omnifaces.renderer.MessagesRenderer
Collect all messages associated with components identified by for attribute and return it.
getMetadataAttribute(String, String) - Static method in class org.omnifaces.util.Faces
Returns the metadata attribute of the given view ID associated with the given name.
getMetadataAttribute(String) - Static method in class org.omnifaces.util.Faces
Returns the metadata attribute of the current view associated with the given name.
getMetadataAttribute(FacesContext, String, String) - Static method in class org.omnifaces.util.FacesLocal
getMetadataAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getMetadataAttributes(String) - Static method in class org.omnifaces.util.Faces
Returns the metadata attribute map of the given view ID, or an empty map if there is no view metadata.
getMetadataAttributes() - Static method in class org.omnifaces.util.Faces
Returns the metadata attribute map of the current view, or an empty map if there is no view metadata.
getMetadataAttributes(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getMetadataAttributes(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getMethod() - Method in class org.omnifaces.el.MethodReference
Returns the concrete Method instance of the EL method expression.
getMethodInfo(ELContext) - Method in class org.omnifaces.el.MethodExpressionValueExpressionAdapter
 
getMethodInfo() - Method in class org.omnifaces.el.MethodReference
Returns the standard EL MethodInfo of the MethodExpression where this MethodReference has been extracted from.
getMethodReference(ELContext, ValueExpression) - Static method in class org.omnifaces.el.ExpressionInspector
Gets a MethodReference from a ValueExpression.
getMimeType(String) - Static method in class org.omnifaces.util.Faces
Returns the mime type for the given file name.
getMimeType(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getMonth(Integer) - Static method in class org.omnifaces.el.functions.Dates
Returns the month name from the mapping associated with the given month number for the current locale.
getMonths() - Static method in class org.omnifaces.el.functions.Dates
Returns a mapping of month names by month numbers for the current locale.
getName() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
 
getName() - Method in interface org.omnifaces.component.ParamHolder
Returns the name of the parameter.
getName() - Method in class org.omnifaces.component.script.CommandScript
Returns the script function name.
getName() - Method in class org.omnifaces.component.SimpleParam
 
getName() - Method in class org.omnifaces.component.util.ResolveComponent
 
getName() - Method in class org.omnifaces.resourcehandler.ResourceIdentifier
Returns the resource name.
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.
getObject(String) - Method in interface org.omnifaces.component.output.cache.Cache
Gets a value from the cache
getObject(String) - Method in class org.omnifaces.component.output.cache.TimeToLiveCache
 
getObject(FaceletContext, TagAttribute) - Static method in class org.omnifaces.util.Facelets
Returns the Object value of the given tag attribute
getObject(FaceletContext, TagAttribute, Class<?>) - Static method in class org.omnifaces.util.Facelets
Returns the typed Object value of the given tag attribute
getOnbegin() - Method in class org.omnifaces.component.script.CommandScript
Returns a script to execute before ajax request is fired.
getOncomplete() - Method in class org.omnifaces.component.script.CommandScript
Returns a script to execute after ajax response is processed.
getOptionalLabel(UIComponent) - Static method in class org.omnifaces.util.Components
Returns the value of the label attribute associated with the given UI component if any, else null.
getOutputStream() - Method in class org.omnifaces.servlet.HttpServletResponseOutputWrapper
 
getParameters() - Method in class org.omnifaces.component.output.cache.CacheInstancePerScopeProvider
 
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.
getParent() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
getParent() - Method in interface org.omnifaces.model.tree.TreeModel
Returns the parent tree node of the current tree node.
getPartialResponseWriter() - Method in class org.omnifaces.context.OmniPartialViewContext
 
getPartialViewContext(FacesContext) - Method in class org.omnifaces.context.OmniPartialViewContextFactory
Returns a new instance of OmniPartialViewContext which wraps the original partial view context.
getPathAction(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
 
getPathInfo() - Method in class org.omnifaces.facesviews.UriExtensionRequestWrapper
 
getPhaseId() - Method in class org.omnifaces.component.input.componentidparam.ConditionalWriterListener
 
getPhaseId() - Method in class org.omnifaces.event.FacesEventWrapper
 
getPhaseId() - Method in class org.omnifaces.eventlistener.CallbackPhaseListener
 
getPhaseId() - Method in class org.omnifaces.eventlistener.DefaultPhaseListener
 
getPreviousSibling() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
getPreviousSibling() - Method in interface org.omnifaces.model.tree.TreeModel
Returns the previous tree node sibling of the current tree node.
getPublicRootPaths(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
 
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
 
getQueryParameters(String) - Static method in class org.omnifaces.facesviews.FacesViewsViewHandler
Extracts the query string from a resource.
getRealPath(String) - Static method in class org.omnifaces.util.Faces
Returns the absolute disk file system path representation of the given web content path.
getRealPath(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getReference(Class<T>) - Method in enum org.omnifaces.config.BeanManager
Deprecated.
getReference(Class<T>) - Static method in class org.omnifaces.util.Beans
Returns the CDI managed bean reference (proxy) of the given bean class.
getReference(Bean<T>) - Static method in class org.omnifaces.util.Beans
Returns the CDI managed bean reference (proxy) of the given bean representation.
getReference(BeanManager, Class<T>) - Static method in class org.omnifaces.util.BeansLocal
getReference(BeanManager, Bean<T>) - Static method in class org.omnifaces.util.BeansLocal
getRemoteAddr() - Static method in class org.omnifaces.util.Faces
Returns the Internet Protocol (IP) address of the client that sent the request.
getRemoteAddr(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRemoteAddr(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the Internet Protocol (IP) address of the client that sent the request.
getRemoteUser() - Static method in class org.omnifaces.util.Faces
Returns the name of the logged-in user for container managed FORM based authentication, if any.
getRemoteUser(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRender() - Method in class org.omnifaces.component.script.CommandScript
Returns a space separated string of client IDs to update on ajax response.
getRenderKit(FacesContext, String) - Method in class org.omnifaces.renderkit.Html5RenderKitFactory
Deprecated.
If the given render kit ID equals to RenderKitFactory.HTML_BASIC_RENDER_KIT, then return a new Html5RenderKit instance which wraps the original render kit, else return the original render kit.
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
getRenderKitIds() - Method in class org.omnifaces.renderkit.Html5RenderKitFactory
Deprecated.
 
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.script.ScriptFamily
Returns true.
getRendersChildren() - Method in class org.omnifaces.component.tree.TreeFamily
Returns true.
getRendersChildren() - Method in class org.omnifaces.component.util.UtilFamily
Returns true.
getRendersChildren() - Method in class org.omnifaces.component.validator.ValidatorFamily
Returns true.
getRendersChildren() - Method in class org.omnifaces.renderer.InlineResourceRenderer
Returns true.
getRendersChildren() - Method in class org.omnifaces.renderer.MessagesRenderer
Returns true.
getRequest() - Static method in class org.omnifaces.util.Faces
Returns the HTTP servlet request.
getRequest(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestAttribute(String) - Static method in class org.omnifaces.util.Faces
Returns the request scope attribute value associated with the given name.
getRequestAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getRequestBaseURL() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request base URL.
getRequestBaseURL(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestBaseURL(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request base URL.
getRequestContextPath() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request context path.
getRequestContextPath(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestCookie(String) - Static method in class org.omnifaces.util.Faces
Returns the value of the HTTP request cookie associated with the given name.
getRequestCookie(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getRequestCookie(HttpServletRequest, String) - Static method in class org.omnifaces.util.Servlets
Returns the value of the HTTP request cookie associated with the given name.
getRequestDomainURL() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request domain URL.
getRequestDomainURL(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestDomainURL(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request domain URL.
getRequestHeader(String) - Static method in class org.omnifaces.util.Faces
Returns the HTTP request header value associated with the given name.
getRequestHeader(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getRequestHeaderMap() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request header map.
getRequestHeaderMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestHeaderValues(String) - Static method in class org.omnifaces.util.Faces
Returns the HTTP request header values associated with the given name.
getRequestHeaderValues(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getRequestHeaderValuesMap() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request header values map.
getRequestHeaderValuesMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestHostname() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request hostname.
getRequestHostname(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestHostname(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request hostname.
getRequestMap() - Static method in class org.omnifaces.util.Faces
Returns the request scope map.
getRequestMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestParameter(String) - Static method in class org.omnifaces.util.Faces
Returns the HTTP request parameter value associated with the given name.
getRequestParameter(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getRequestParameterMap() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request parameter map.
getRequestParameterMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestParameterValues(String) - Static method in class org.omnifaces.util.Faces
Returns the HTTP request parameter values associated with the given name.
getRequestParameterValues(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getRequestParameterValuesMap() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request parameter values map.
getRequestParameterValuesMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestPath() - Method in class org.omnifaces.resourcehandler.DynamicResource
 
getRequestPath() - Method in class org.omnifaces.resourcehandler.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.
getRequestPathInfo(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestQueryString() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request query string.
getRequestQueryString(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestQueryStringMap() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request query string as parameter values map.
getRequestQueryStringMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestQueryStringMap(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request query string as parameter values map.
getRequestRelativeURI(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request URI relative to the context root of a web application.
getRequestRelativeURIWithoutPathParameters(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request URI relative to the context root of a web application.
getRequestServletPath() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request servlet path.
getRequestServletPath(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestURI() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request URI.
getRequestURI(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestURIWithQueryString() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request URI with query string.
getRequestURIWithQueryString(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestURIWithQueryString(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request URI with query string.
getRequestURL() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request URL.
getRequestURL(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestURLWithQueryString() - Static method in class org.omnifaces.util.Faces
Returns the HTTP request URL with query string.
getRequestURLWithQueryString(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getRequestURLWithQueryString(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
Returns the HTTP request URL with query string.
getResource(String) - Static method in class org.omnifaces.util.Faces
Returns a URL for an application resource mapped to the specified path, if it exists; otherwise, return null.
getResource(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getResourceAsStream(String) - Static method in class org.omnifaces.util.Faces
Returns an input stream for an application resource mapped to the specified path, if it exists; otherwise, return null.
getResourceAsStream(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getResourceBundle(String) - Static method in class org.omnifaces.util.Faces
Returns the application resource bundle as identified by the given <var> of the <resource-bundle> in faces-config.xml.
getResourceBundle(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getResourceBundles() - Method in enum org.omnifaces.config.FacesConfigXml
Returns a mapping of all resource bundle base names by var.
getResourceBundles() - Static method in class org.omnifaces.util.Faces
Returns all application resource bundles registered as <resource-bundle> in faces-config.xml.
getResourceBundles(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getResourceIdentifiers() - Method in class org.omnifaces.resourcehandler.CombinedResourceInfo
Returns the ordered set of resource identifiers of this combined resource info.
getResourceName() - Method in class org.omnifaces.resourcehandler.RemappedResource
 
getResourcePaths(String) - Static method in class org.omnifaces.util.Faces
Returns a set of available application resource paths matching the specified path.
getResourcePaths(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getResources() - Method in class org.omnifaces.resourcehandler.CombinedResourceInfo
Returns the ordered set of resources of this combined resource info.
getResponse() - Static method in class org.omnifaces.util.Faces
Returns the HTTP servlet response.
getResponse(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getResponseBufferSize() - Static method in class org.omnifaces.util.Faces
Returns the HTTP response buffer size.
getResponseBufferSize(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getResponseCharacterEncoding() - Static method in class org.omnifaces.util.Faces
Returns the HTTP response character encoding.
getResponseCharacterEncoding(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getResponseHeaders() - Method in class org.omnifaces.resourcehandler.DynamicResource
 
getRichFacesPartialViewContext() - Static method in class org.omnifaces.util.Hacks
RichFaces 4.0-4.3 ExtendedPartialViewContextImpl does not extend from PartialViewContextWrapper.
getRichFacesRenderIds() - Static method in class org.omnifaces.util.Hacks
RichFaces PartialViewContext implementation does not have the getRenderIds() method properly implemented.
getRichFacesResourceLibraryResources(ResourceIdentifier) - Static method in class org.omnifaces.util.Hacks
Returns an ordered set of all JSF resource identifiers for the given RichFaces resource library resources.
getRichFacesWrappedPartialViewContext() - Static method in class org.omnifaces.util.Hacks
RichFaces 4.0-4.3 ExtendedPartialViewContextImpl does not have any getWrapped() method to return the wrapped PartialViewContext.
getRoot() - Method in class org.omnifaces.util.Components.ForEach
 
getRootPaths(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
 
getRowCount() - Method in class org.omnifaces.model.IterableDataModel
 
getRowData() - Method in class org.omnifaces.model.IterableDataModel
 
getRowIndex() - Method in class org.omnifaces.model.IterableDataModel
 
getScope() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
 
getScope() - Method in class org.omnifaces.cdi.viewscope.ViewScopeContext
Returns ViewScoped class.
getScope() - Method in class org.omnifaces.component.output.Cache
 
getScope() - Method in class org.omnifaces.component.util.ResolveComponent
 
getSecurityConstraints() - Method in enum org.omnifaces.config.WebXml
Returns a mapping of all security constraint URL patterns and the associated roles in the declared order.
getServerInfo() - Static method in class org.omnifaces.util.Faces
Returns the server information of currently running application server implementation.
getServerInfo(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getServletContext() - Method in class org.omnifaces.filter.HttpFilter
Returns the servlet context.
getServletContext() - Static method in class org.omnifaces.util.Faces
Returns the servlet context.
getServletContext(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getServletPath() - Method in class org.omnifaces.facesviews.UriExtensionRequestWrapper
 
getSession() - Static method in class org.omnifaces.util.Faces
Returns the HTTP session and creates one if one doesn't exist.
getSession(boolean) - Static method in class org.omnifaces.util.Faces
Returns the HTTP session and creates one if one doesn't exist and create argument is true, otherwise don't create one and return null.
getSession(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getSession(FacesContext, boolean) - Static method in class org.omnifaces.util.FacesLocal
getSessionAttribute(String) - Static method in class org.omnifaces.util.Faces
Returns the session scope attribute value associated with the given name.
getSessionAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getSessionCreationTime() - Static method in class org.omnifaces.util.Faces
Returns the time when the HTTP session was created, measured in epoch time.
getSessionCreationTime(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getSessionId() - Static method in class org.omnifaces.util.Faces
Returns a string containing the unique identifier assigned to this session.
getSessionId(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getSessionLastAccessedTime() - Static method in class org.omnifaces.util.Faces
Returns the time of the previous request associated with the current HTTP session, measured in epoch time.
getSessionLastAccessedTime(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getSessionMap() - Static method in class org.omnifaces.util.Faces
Returns the session scope map.
getSessionMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getSessionMaxInactiveInterval() - Static method in class org.omnifaces.util.Faces
Returns the HTTP session timeout in seconds.
getSessionMaxInactiveInterval(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getSessionScope() - Method in class org.omnifaces.cdi.push.SocketChannelManager
For internal usage only.
getSessionTimeout() - Method in enum org.omnifaces.config.WebXml
Returns the configured session timeout in minutes, or -1 if it is not defined.
getShortDayOfWeek(Integer) - Static method in class org.omnifaces.el.functions.Dates
Returns the short day of week name from the mapping associated with the given day of week number in ISO 8601 order (Monday first) for the current locale.
getShortDaysOfWeek() - Static method in class org.omnifaces.el.functions.Dates
Returns a mapping of short day of week names in ISO 8601 order (Monday first) for the current locale.
getShortMonth(Integer) - Static method in class org.omnifaces.el.functions.Dates
Returns the short month name from the mapping associated with the given month number for the current locale.
getShortMonths() - Static method in class org.omnifaces.el.functions.Dates
Returns a mapping of short month names by month numbers for the current locale.
getShowMessageFor() - Method in class org.omnifaces.component.validator.ValidateMultipleFields
Returns the client identifiers to show the validation message for.
getSrc(FacesContext) - Method in class org.omnifaces.component.output.GraphicImage
Returns the URL needed for the 'src' attribute.
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.
getStringValueFromModel(FacesContext) - Method in class org.omnifaces.component.input.ViewParam
When there's a value expression and the evaluated model value is null, then just return null instead of delegating to default implementation which would return an empty string when a converter is attached.
getStyleClass() - Method in class org.omnifaces.component.script.Highlight
Returns the error style class which is to be applied on invalid inputs.
getSubmittedValue() - Method in class org.omnifaces.cdi.param.ParamValue
 
getSubmittedValue() - Method in class org.omnifaces.component.input.ViewParam
 
getSupportedLocales() - Method in enum org.omnifaces.config.FacesConfigXml
Returns an ordered list of all supported locales on this application, with the default locale as the first item, if any.
getSupportedLocales() - Static method in class org.omnifaces.util.Faces
Returns an unordered list of all supported locales on this application, with the default locale as the first item, if any.
getSupportedLocales(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getTagAttribute(String) - Method in class org.omnifaces.taghandler.Converter
 
getTagAttribute(String) - Method in class org.omnifaces.taghandler.Validator
 
getTagHandlerDelegate() - Method in class org.omnifaces.taghandler.Converter
 
getTagHandlerDelegate() - Method in class org.omnifaces.taghandler.Validator
 
getTextContent(Node) - Static method in class org.omnifaces.util.Xml
Convenience method to return trimmed text content of given node.
getTime() - Method in class org.omnifaces.component.output.Cache
 
getType() - Method in class org.omnifaces.component.validator.ValidateOrder
Returns the ordering type to be used.
getType(ELContext, Object, Object) - Method in class org.omnifaces.el.ELResolverWrapper
 
getType(ELContext) - Method in class org.omnifaces.el.ReadOnlyValueExpression
 
getType(ELContext) - Method in class org.omnifaces.el.ValueExpressionWrapper
 
getTypes() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
 
getURL() - Method in class org.omnifaces.resourcehandler.DynamicResource
 
getUser() - Method in class org.omnifaces.cdi.push.SocketEvent
Returns the <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.
getUserChannels() - Method in class org.omnifaces.cdi.push.SocketUserManager
For internal usage only.
getValidateMethod() - Method in class org.omnifaces.component.validator.ValidateMultiple
Returns the validator method expression.
getValidator() - Method in class org.omnifaces.component.validator.ValidateMultiple
Returns the validator instance.
getValidTill() - Method in class org.omnifaces.component.output.cache.CacheEntry
Returns the date that's the last moment in time the value obtained via getValue() is valid.
getValue() - Method in class org.omnifaces.cdi.param.ParamValue
Gets the converted version of the value that was retrieved from the request.
getValue() - Method in class org.omnifaces.component.output.cache.CacheEntry
Returns the value for which this object is keeping meta data
getValue(ELContext) - Method in class org.omnifaces.component.output.cache.el.CachingValueExpression
 
getValue() - Method in class org.omnifaces.component.output.Param
 
getValue() - Method in interface org.omnifaces.component.ParamHolder
Returns the converted value of the parameter.
getValue() - Method in class org.omnifaces.component.SimpleParam
 
getValue() - Method in class org.omnifaces.component.tree.Tree
Returns the tree model.
getValue(ELContext, Object, Object) - Method in class org.omnifaces.el.ELResolverWrapper
 
getValue(ELContext) - Method in class org.omnifaces.el.ReadOnlyValueExpression
 
getValue(ELContext) - Method in class org.omnifaces.el.ValueExpressionWrapper
 
getValue(EditableValueHolder) - Static method in class org.omnifaces.util.Components
Returns the value of the given editable value holder component without the need to know if the given component has already been converted/validated or not.
getValueExpression() - Method in class org.omnifaces.el.MethodExpressionValueExpressionAdapter
 
getValueExpression(FaceletContext, TagAttribute, Class<?>) - Static method in class org.omnifaces.util.Facelets
Returns the value of the given tag attribute as a value expression, so it can be carried around and evaluated at a later moment in the lifecycle without needing the Facelet context.
getValueReference(ELContext, ValueExpression) - Static method in class org.omnifaces.el.ExpressionInspector
Gets the ValueReference from a ValueExpression, without any checks whether the property is actually a property or if it isn't a "MethodSuffix".
getValueReference(ELContext) - Method in class org.omnifaces.el.ValueExpressionWrapper
 
getVar() - Method in class org.omnifaces.component.messages.OmniMessages
Returns the name of the request attribute which exposes the current faces message.
getVar() - Method in class org.omnifaces.component.output.OutputFormat
Returns the variable name which exposes the captured output into the request scope.
getVar() - Method in class org.omnifaces.component.tree.Tree
Returns the name of the request attribute which exposes the wrapped data of the current node of the tree model.
getVariableMapper() - Method in class org.omnifaces.el.ELContextWrapper
 
getVarNode() - Method in class org.omnifaces.component.tree.Tree
Returns the name of the request attribute which exposes the current node of the tree model.
getViewAttribute(String) - Static method in class org.omnifaces.util.Faces
Returns the view scope attribute value associated with the given name.
getViewAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
getViewDeclarationLanguage() - Static method in class org.omnifaces.util.Faces
Returns the ViewDeclarationLanguage associated with the "current" view ID.
getViewDeclarationLanguage(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getViewHandlerMode(FacesContext) - Static method in class org.omnifaces.facesviews.FacesViews
 
getViewHandlerMode(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
 
getViewId() - Static method in class org.omnifaces.util.Faces
Returns the ID of the current view root, or null if there is no view.
getViewId(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
getViewMap() - Static method in class org.omnifaces.util.Faces
Returns the view scope map.
getViewMap(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
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.
getViewScope(boolean) - Method in class org.omnifaces.cdi.push.SocketChannelManager
For internal usage only.
getViewScope() - Method in class org.omnifaces.cdi.push.SocketChannelManager.ViewScope
Returns the view scoped channels.
getWelcomeFiles() - Method in enum org.omnifaces.config.WebXml
Returns a list of all welcome files.
getWrapped() - Method in class org.omnifaces.application.OmniApplication
 
getWrapped() - Method in class org.omnifaces.application.OmniApplicationFactory
Returns the wrapped factory.
getWrapped() - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
 
getWrapped() - Method in class org.omnifaces.context.OmniExternalContext
 
getWrapped() - Method in class org.omnifaces.context.OmniExternalContextFactory
Returns the wrapped factory.
getWrapped() - Method in class org.omnifaces.context.OmniPartialViewContext
 
getWrapped() - Method in class org.omnifaces.context.OmniPartialViewContextFactory
Returns the wrapped factory.
getWrapped() - Method in class org.omnifaces.el.ELContextWrapper
 
getWrapped() - Method in class org.omnifaces.el.ELResolverWrapper
 
getWrapped() - Method in class org.omnifaces.el.ValueExpressionWrapper
 
getWrapped() - Method in class org.omnifaces.event.FacesEventWrapper
 
getWrapped() - Method in class org.omnifaces.exceptionhandler.DefaultExceptionHandlerFactory
Returns the wrapped exception handler factory.
getWrapped() - Method in class org.omnifaces.exceptionhandler.FacesMessageExceptionHandler
 
getWrapped() - Method in class org.omnifaces.exceptionhandler.FullAjaxExceptionHandler
 
getWrapped() - Method in class org.omnifaces.facesviews.FacesViewsViewHandler
 
getWrapped() - Method in class org.omnifaces.renderkit.Html5RenderKit
Deprecated.
 
getWrapped() - Method in class org.omnifaces.resourcehandler.DefaultResourceHandler
 
getWrapped() - Method in class org.omnifaces.resourcehandler.RemappedResource
 
getWrapped() - Method in class org.omnifaces.util.MapWrapper
 
getWrapped() - Method in class org.omnifaces.viewhandler.NoAutoGeneratedIdViewHandler
 
getWrapped() - Method in class org.omnifaces.viewhandler.NoAutoGeneratedIdViewHandler.NoAutoGeneratedIdResponseWriter
 
getWrapped() - Method in class org.omnifaces.viewhandler.RestorableViewHandler
 
getWrappedData() - Method in class org.omnifaces.model.IterableDataModel
 
getWriter() - Method in class org.omnifaces.servlet.HttpServletResponseOutputWrapper
 
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.
GraphicResource - Class in org.omnifaces.resourcehandler
This Resource implementation is used by the GraphicImage component.
GraphicResource(Object, String) - Constructor for class org.omnifaces.resourcehandler.GraphicResource
Construct a new graphic resource which uses the given content as data URI.
GraphicResource(String, String[], Object) - Constructor for class org.omnifaces.resourcehandler.GraphicResource
Construct a new graphic resource based on the given name, EL method parameters converted as string, and the "last modified" representation.
GraphicResourceHandler - Class in org.omnifaces.resourcehandler
This ResourceHandler implementation deals with GraphicResource requests.
GraphicResourceHandler(ResourceHandler) - Constructor for class org.omnifaces.resourcehandler.GraphicResourceHandler
Creates a new instance of this graphic resource handler which wraps the given resource handler.
GzipHttpServletResponse - Class in org.omnifaces.servlet
This HTTP servlet response wrapper will GZIP the response when the given threshold has exceeded and the response content type matches one of the given mimetypes.
GzipHttpServletResponse(HttpServletResponse, int, Set<String>) - Constructor for class org.omnifaces.servlet.GzipHttpServletResponse
Construct a new GZIP HTTP servlet response based on the given wrapped response, threshold and mimetypes.
GzipResponseFilter - Class in org.omnifaces.filter
The GzipResponseFilter will apply GZIP compression on responses whenever applicable.
GzipResponseFilter() - Constructor for class org.omnifaces.filter.GzipResponseFilter
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links

Copyright © 2012–2016 OmniFaces. All rights reserved.