A B C D E F G H I J K L M N O P Q R S T U V W X Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
I
- IgnoreValidationFailed - Class in org.omnifaces.taghandler
-
The
<o:ignoreValidationFailed>
taghandler allows the developer to ignore validation failures when executing anUICommand
action. - IgnoreValidationFailed(TagConfig) - Constructor for class org.omnifaces.taghandler.IgnoreValidationFailed
-
The tag constructor.
- ImplicitNumberConverter - Class in org.omnifaces.converter
-
This converter won't output the percent or currency symbols, that's up to the UI.
- ImplicitNumberConverter() - Constructor for class org.omnifaces.converter.ImplicitNumberConverter
- ImportConstants - Class in org.omnifaces.taghandler
-
The
<o:importConstants>
taghandler allows the developer to have a mapping of all constant field values of the given fully qualified name of a type in the request scope. - ImportConstants(TagConfig) - Constructor for class org.omnifaces.taghandler.ImportConstants
-
The tag constructor.
- ImportFunctions - Class in org.omnifaces.taghandler
-
The
<o:importFunctions>
taghandler allows the developer to have access to all functions of the given fully qualified name of a type in the Facelet scope using the usual EL functions syntax without the need to register them in.taglib.xml
file. - ImportFunctions(TagConfig) - Constructor for class org.omnifaces.taghandler.ImportFunctions
-
The tag constructor.
- includeCompositeComponent(UIComponent, String, String, String) - Static method in class org.omnifaces.util.Components
-
Create and include the composite component of the given library and resource name as child of the given UI component parent and return the created composite component.
- includeCompositeComponent(UIComponent, String, String, String, Map<String, String>) - Static method in class org.omnifaces.util.Components
-
Create and include the composite component of the given library and resource name as child of the given UI component parent, set the given attributes on it and return the created composite component.
- includeFacelet(UIComponent, String) - Static method in class org.omnifaces.util.Components
-
Include the Facelet file at the given (relative) path as child of the given UI component parent.
- init() - Method in class org.omnifaces.cdi.converter.ConverterManager
- init() - Method in class org.omnifaces.facesviews.FacesViewsForwardingFilter
- init() - Method in class org.omnifaces.filter.CacheControlFilter
-
Initialize the
expires
parameter. - init() - Method in class org.omnifaces.filter.CharacterEncodingFilter
-
Initializes the filter parameters.
- init() - Method in class org.omnifaces.filter.CompressedResponseFilter
-
Initializes the filter parameters.
- init() - Method in class org.omnifaces.filter.FacesExceptionFilter
- init() - Method in class org.omnifaces.filter.GzipResponseFilter
-
Deprecated.Initializes the filter parameters.
- init() - Method in class org.omnifaces.filter.HttpFilter
-
Convenience init() method without FilterConfig parameter which will be called by init(FilterConfig).
- init() - Method in class org.omnifaces.filter.MutableRequestFilter
-
Tracks whether this filter is installed.
- init(FilterConfig) - Method in class org.omnifaces.filter.HttpFilter
-
Called by the servlet container when the filter is about to be placed into service.
- initialHost(String) - Method in class org.omnifaces.util.JNDIObjectLocator.JNDIObjectLocatorBuilder
-
Adds initial host environment property.
- initialPort(int) - Method in class org.omnifaces.util.JNDIObjectLocator.JNDIObjectLocatorBuilder
-
Adds initial port environment property.
- inject(T, CreationalContext<T>) - Method in class org.omnifaces.cdi.InjectionTargetWrapper
- InjectionPointGenerator - Class in org.omnifaces.cdi.beans
-
Dummy class used to take the injection point for "InjectionPoint" of, for usage in the implementation of
Beans.getCurrentInjectionPoint(jakarta.enterprise.context.spi.CreationalContext)
. - InjectionPointGenerator() - Constructor for class org.omnifaces.cdi.beans.InjectionPointGenerator
- InjectionTargetWrapper<T> - Class in org.omnifaces.cdi
-
Provides a simple implementation of
InjectionTarget
that can be sub-classed by developers wishing to provide specialized behavior to an existingInjectionTarget
instance. - InjectionTargetWrapper(InjectionTarget<T>) - Constructor for class org.omnifaces.cdi.InjectionTargetWrapper
-
Construct a injection target wrapper which wraps the given injection target.
- InlineResourceRenderer - Class in org.omnifaces.renderer
-
Base renderer which is to be shared between inline CSS and JS renderers.
- InlineResourceRenderer() - Constructor for class org.omnifaces.renderer.InlineResourceRenderer
- InlineScriptRenderer - Class in org.omnifaces.renderer
-
This renderer enables rendering a JS resource inline.
- InlineScriptRenderer() - Constructor for class org.omnifaces.renderer.InlineScriptRenderer
- InlineStylesheetRenderer - Class in org.omnifaces.renderer
-
This renderer enables rendering a CSS resource inline.
- InlineStylesheetRenderer() - Constructor for class org.omnifaces.renderer.InlineStylesheetRenderer
- InputFile - Class in org.omnifaces.component.input
-
The
<o:inputFile>
is a component that extends the standard<h:inputFile>
and adds support formultiple
,directory
,accept
andmaxsize
attributes, along with built-in server side validation onaccept
andmaxsize
attributes. - InputFile() - Constructor for class org.omnifaces.component.input.InputFile
-
The constructor instructs Faces to register all scripts during the render response phase if necessary.
- InputHidden - Class in org.omnifaces.component.input
-
The
<o:inputHidden>
is a component that extends the standard<h:inputHidden>
and changes the behavior to immediately convert, validate and update during apply request values phase, regardless of any conversion/validation errors on otherUIInput
components within the same form. - InputHidden() - Constructor for class org.omnifaces.component.input.InputHidden
- instance() - Static method in interface org.omnifaces.config.FacesConfigXml
-
Returns the lazily loaded enum singleton instance.
- instance() - Static method in interface org.omnifaces.config.WebXml
-
Returns the lazily loaded enum singleton instance.
- instance(Class<T>) - Static method in class org.omnifaces.util.Reflection
-
Returns a new instance of the given class object using the default constructor.
- instance(String) - Static method in class org.omnifaces.util.Reflection
-
Returns a new instance of the given class name using the default constructor.
- instantiateApplicationScoped() - Method in class org.omnifaces.cdi.eager.EagerBeansRepository
-
Instantiate application scoped eager beans.
- instantiateApplicationScopedAndRegisterListenerIfNecessary(ServletContext) - Static method in class org.omnifaces.cdi.eager.EagerBeansRepository
-
Instantiate application scoped eager beans and register
EagerBeansWebListener
if necessary. - instantiateByRequestURI(String) - Method in class org.omnifaces.cdi.eager.EagerBeansRepository
-
Instantiate eager beans by request URI.
- instantiateByViewID(String) - Method in class org.omnifaces.cdi.eager.EagerBeansRepository
-
Instantiate eager beans by view ID.
- instantiateSessionScoped() - Method in class org.omnifaces.cdi.eager.EagerBeansRepository
-
Instantiate session scoped eager beans.
- interpolate(String, MessageInterpolator.Context) - Method in class org.omnifaces.validator.JsfLabelMessageInterpolator
- interpolate(String, MessageInterpolator.Context, Locale) - Method in class org.omnifaces.validator.JsfLabelMessageInterpolator
- invalidateInput(String, String, Object...) - Static method in class org.omnifaces.util.Components
-
Invalidate
UIInput
component identified by given relative client ID viaComponents.invalidateInputs(String...)
and callsMessages.addError(String, String, Object...)
on it with the given message body which is formatted with the given parameters. - invalidateInputs(String...) - Static method in class org.omnifaces.util.Components
-
Invalidate
UIInput
components identified by given relative client IDs. - invalidateSession() - Static method in class org.omnifaces.util.Faces
-
Invalidates the current HTTP session.
- invalidateSession(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
- invoke() - Method in interface org.omnifaces.util.Callback.Returning
-
Deprecated.This method should be invoked by the method where you're passing this callback instance to.
- invoke() - Method in interface org.omnifaces.util.Callback.SerializableReturning
-
This method should be invoked by the method where you're passing this callback instance to.
- invoke() - Method in interface org.omnifaces.util.Callback.SerializableVoid
-
This method should be invoked by the method where you're passing this callback instance to.
- invoke() - Method in interface org.omnifaces.util.Callback.Void
-
Deprecated.This method should be invoked by the method where you're passing this callback instance to.
- invoke(A) - Method in interface org.omnifaces.util.Callback.ReturningWithArgument
-
Deprecated.This method should be invoked by the method where you're passing this callback instance to.
- invoke(A) - Method in interface org.omnifaces.util.Callback.SerializableReturningWithArgument
-
This method should be invoked by the method where you're passing this callback instance to.
- invoke(A) - Method in interface org.omnifaces.util.Callback.SerializableWithArgument
-
This method should be invoked by the method where you're passing this callback instance to.
- invoke(A) - Method in interface org.omnifaces.util.Callback.WithArgument
-
Deprecated.This method should be invoked by the method where you're passing this callback instance to.
- invoke(ELContext, Object[]) - Method in class org.omnifaces.el.MethodExpressionValueExpressionAdapter
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.omnifaces.el.ELResolverWrapper
- invoke(VisitCallback) - Method in class org.omnifaces.util.Components.ForEach
-
Invokes the given operation on the components as specified by the query parameters set via this builder.
- invoke(Runnable) - Method in class org.omnifaces.el.ScopedRunner
-
Invokes the callback within the scope of the variables being given in the constructor.
- invoke(Consumer<C>) - Method in class org.omnifaces.util.Components.ForEach
-
Invokes the given operation on the components as specified by the query parameters set via this builder.
- InvokeActionEventListener - Class in org.omnifaces.eventlistener
-
The
InvokeActionEventListener
will add support for new<f:event>
typespreInvokeAction
andpostInvokeAction
. - InvokeActionEventListener() - Constructor for class org.omnifaces.eventlistener.InvokeActionEventListener
-
This constructor instructs the
DefaultPhaseListener
to hook onPhaseId.INVOKE_APPLICATION
and subscribes this instance as aSystemEventListener
to thePostValidateEvent
event. - invokeMethod(Object, Method, Object...) - Static method in class org.omnifaces.util.Reflection
-
Invoke given method of the given instance with the given parameters and return the result.
- invokeMethod(Object, String, Object...) - Static method in class org.omnifaces.util.Reflection
-
Invoke a method of the given instance on the given method name with the given parameters and return the result.
- invokeMethods(Object, Class<A>) - Static method in class org.omnifaces.util.Reflection
-
Invoke methods of the given instance having the given annotation.
- invokeStaticMethod(Class<?>, String, Object...) - Static method in class org.omnifaces.util.Reflection
-
Invoke a static method of the given type on the given method name with the given parameters and return the result.
- is(Throwable, Class<T>) - Static method in class org.omnifaces.util.Exceptions
-
Returns
true
if the given exception or one of its nested causes is an instance of the given type. - isAccessAllowed(String, String) - Method in interface org.omnifaces.config.WebXml
-
Returns
true
if access to the given URL is allowed for the given role. - isActive() - Method in class org.omnifaces.cdi.viewscope.ViewScopeContext
-
Returns
true
if there is aFacesContext
, and it has aUIViewRoot
, andViewScopeContext.isInitialized()
has returnedtrue
. - isActive(BeanManager, Class<S>) - Static method in class org.omnifaces.util.BeansLocal
- isActive(Class<S>) - Static method in class org.omnifaces.util.Beans
-
Returns
true
when the given CDI managed bean scope is active. - isAjaxRequest() - Static method in class org.omnifaces.util.Faces
-
Returns whether the current request is an ajax request.
- isAjaxRequest(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
- isAjaxRequestWithPartialRendering() - Static method in class org.omnifaces.util.Faces
-
Returns whether the current request is an ajax request with partial rendering.
- isAjaxRequestWithPartialRendering(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
- isAlternative() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
- isAnyEmpty(Object...) - Static method in class org.omnifaces.util.Utils
-
Returns
true
if at least one value is empty. - isAppropriateListener(FacesListener) - Method in class org.omnifaces.event.FacesEventWrapper
- isAssignable(Object, Class<?>) - Static method in class org.omnifaces.util.Reflection
-
Returns true if given source is assignable to target type, taking into account autoboxing.
- isAttachment(HttpServletRequest, String) - Method in class org.omnifaces.servlet.FileServlet
-
Returns
true
if we must force a "Save As" dialog based on the given HTTP servlet request and content type as obtained fromFileServlet.getContentType(HttpServletRequest, File)
. - isAuthenticated() - Static method in class org.omnifaces.util.Faces
-
Returns whether the current request is authenticated, i.e.
- isAuthenticated(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
- isAvailable() - Method in enum org.omnifaces.servlet.CompressedHttpServletResponse.Algorithm
-
Returns
true
if this algorithm is available. - isBeanValidationAvailable() - Static method in class org.omnifaces.util.Validators
-
Returns
true
if Bean Validation is available. - isBlank(String) - Static method in class org.omnifaces.util.Utils
-
Returns
true
if the given string is null or is empty or contains whitespace only. - isCommitted() - Method in class org.omnifaces.servlet.HttpServletResponseOutputWrapper
-
Returns whether the response is committed or not.
- isConnected() - Method in class org.omnifaces.cdi.push.Socket
-
Returns whether to (auto)connect the web socket or not.
- isDataURI() - Method in class org.omnifaces.component.output.GraphicImage
-
Returns whether or not to render image in data URI format.
- isDecimal(String) - Static method in class org.omnifaces.util.Utils
-
Returns
true
if the given string is parseable as a decimal. - isDevelopment() - Static method in class org.omnifaces.util.Faces
-
Returns whether we're in development stage.
- isDevelopment(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
- isDirectory() - Method in class org.omnifaces.component.input.InputFile
-
Returns whether or not to enable directory selection.
- isDirectory(String) - Static method in class org.omnifaces.util.ResourcePaths
-
Checks if the given resource path obtained from
ServletContext.getResourcePaths(String)
represents a directory. - isDisabled() - Method in class org.omnifaces.component.output.Cache
-
Returns whether this cache is disabled.
- isDisabled() - Method in class org.omnifaces.component.validator.ValidateMultipleFields
-
Returns whether the validation should be disabled or not.
- isDisabled() - Method in class org.omnifaces.taghandler.ValidateUniqueColumn
-
Returns the runtime evaluated value of the disabled attribute.
- isDisabled(FaceletContext) - Method in class org.omnifaces.taghandler.Converter
- isDisabled(FaceletContext) - Method in class org.omnifaces.taghandler.Validator
- isDistributable() - Method in interface org.omnifaces.config.WebXml
-
Returns whether the distributable flag is set in root
web.xml
. - isEditable(UIInput) - Static method in class org.omnifaces.util.Components
-
Returns whether the given UI input component is editable.
- isEmpty() - Method in class org.omnifaces.resourcehandler.CombinedResourceInfo.Builder
-
Returns true if there are no resources been added.
- isEmpty() - Method in class org.omnifaces.util.cache.LruCache
- isEmpty() - Method in class org.omnifaces.util.MapWrapper
- isEmpty() - Static method in class org.omnifaces.util.Messages
-
Returns
true
if there are no faces messages, otherwisefalse
. - isEmpty(FacesContext) - Static method in class org.omnifaces.util.MessagesLocal
- isEmpty(FacesContext, String) - Static method in class org.omnifaces.util.MessagesLocal
- isEmpty(Part) - Static method in class org.omnifaces.util.Utils
-
Returns
true
if the given part is null or is empty. - isEmpty(Object) - Static method in class org.omnifaces.util.Utils
-
Returns
true
if the given object is null or an empty array or has an empty toString() result. - isEmpty(String) - Static method in class org.omnifaces.util.Messages
-
Returns
true
if there are no faces messages for the given client ID, otherwisefalse
. - isEmpty(String) - Static method in class org.omnifaces.util.Utils
-
Returns
true
if the given string is null or is empty. - isEmpty(Collection<?>) - Static method in class org.omnifaces.util.Utils
-
Returns
true
if the given collection is null or is empty. - isEmpty(Map<?, ?>) - Static method in class org.omnifaces.util.Utils
-
Returns
true
if the given map is null or is empty. - isEscape() - Method in class org.omnifaces.component.messages.OmniMessages
-
Returns whether the message detail and summary should be HTML-escaped.
- isExecuted(String) - Static method in class org.omnifaces.util.Ajax
-
Returns
true
if the given client ID was executed in the current ajax request. - isExtensionless(String) - Static method in class org.omnifaces.util.ResourcePaths
-
Checks if given resource path is extensionless.
- isFacesAjaxRequest(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
-
Returns
true
if the given HTTP servlet request is a Faces ajax request. - isFacesDevelopment(ServletContext) - Static method in class org.omnifaces.util.Servlets
-
Returns
true
if we're in Faces development stage. - isFacesResourceRequest(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
-
Returns
true
if the given HTTP servlet request is a Faces resource request. - isFacesScriptResourceAvailable() - Static method in class org.omnifaces.util.Hacks
-
Returns
true
ifjakarta.faces:faces.js
script resource is available. - isFacesViewsEnabled(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
-
Returns whether FacesViews feature is enabled.
- isFirst() - Method in class org.omnifaces.model.tree.AbstractTreeModel
- isFirst() - Method in interface org.omnifaces.model.tree.TreeModel
-
Returns whether the current tree node is the first child of its parent, if any.
- isFocus() - Method in class org.omnifaces.component.script.Highlight
-
Returns whether the first error element should gain focus.
- isFromMethod() - Method in class org.omnifaces.el.MethodReference
-
Returns
true
if this method reference is from an actual method call and not from a getter of a property. - isGlobalEmpty() - Static method in class org.omnifaces.util.Messages
-
Returns
true
if there are no global faces messages, otherwisefalse
. - isGlobalEmpty(FacesContext) - Static method in class org.omnifaces.util.MessagesLocal
- isHashParamRequest(FacesContext) - Static method in class org.omnifaces.component.input.HashParam
-
Returns
true
if the current request is triggered by a hash param request. - isIgnoreValidationFailed() - Method in class org.omnifaces.component.input.Form
-
Returns whether or not the form should ignore validation fail (and thus proceed to update model/invoke action).
- isIncludeRequestParams() - Method in class org.omnifaces.component.input.Form
-
Returns whether or not the request parameters should be encoded into the form's action URL.
- isIncludeRequestParams() - Method in class org.omnifaces.component.output.Link
-
Returns whether or not the request parameters should be encoded into the form's action URL.
- isIncludeRequestParams() - Method in class org.omnifaces.component.output.Url
-
Returns whether or not the request query string parameters should be encoded into the URL.
- isIncludeViewParams() - Method in class org.omnifaces.component.output.Url
-
Returns whether or not the view parameters should be encoded into the URL.
- isInstance(String, Object) - Static method in class org.omnifaces.el.functions.Objects
-
Returns
true
if given object is an instance of the class as identified by given class name. - isInvalidateAll() - Method in class org.omnifaces.component.validator.ValidateMultipleFields
-
Returns whether to invalidate all fields or only those which are actually invalid as per
ValidateMultipleFields.shouldInvalidateInput(FacesContext, UIInput, Object)
- isLast() - Method in class org.omnifaces.model.tree.AbstractTreeModel
- isLast() - Method in interface org.omnifaces.model.tree.TreeModel
-
Returns whether the current tree node is the last child of its parent, if any.
- isLazy() - Method in class org.omnifaces.component.output.GraphicImage
-
Returns whether or not to lazily load image.
- isLeaf() - Method in class org.omnifaces.model.tree.AbstractTreeModel
- isLeaf() - Method in interface org.omnifaces.model.tree.TreeModel
-
Returns whether the current tree node is a leaf node.
- isListenerForSource(Object) - Method in class org.omnifaces.ApplicationProcessor
- isListenerForSource(Object) - Method in class org.omnifaces.cdi.push.SocketFacesListener
-
Only listens on
UIViewRoot
. - isListenerForSource(Object) - Method in class org.omnifaces.cdi.viewscope.ViewScopeEventListener
-
Returns
true
if given source is an instance ofUIViewRoot
. - isListenerForSource(Object) - Method in class org.omnifaces.component.script.OnloadScript
- isListenerForSource(Object) - Method in class org.omnifaces.component.util.MoveComponent
- isListenerForSource(Object) - Method in class org.omnifaces.component.util.ResolveComponent
- isListenerForSource(Object) - Method in class org.omnifaces.eventlistener.BeanValidationEventListener
-
Only listens to
UIInput
components which have aBeanValidator
assigned. - isListenerForSource(Object) - Method in class org.omnifaces.eventlistener.DefaultSystemEventListener
- isListenerForSource(Object) - Method in class org.omnifaces.eventlistener.DefaultViewEventListener
- isListenerForSource(Object) - Method in class org.omnifaces.eventlistener.InvokeActionEventListener
-
Returns
true
only when the given source is anUIComponent
which has listeners forPreInvokeActionEvent
orPostInvokeActionEvent
. - isListenerForSource(Object) - Method in class org.omnifaces.resourcehandler.CombinedResourceHandler
-
Returns true if the source is an instance of
UIViewRoot
. - isLiteralText() - Method in class org.omnifaces.el.MethodExpressionValueExpressionAdapter
- isLiteralText() - Method in class org.omnifaces.el.ReadOnlyValueExpression
- isLiteralText() - Method in class org.omnifaces.el.ValueExpressionWrapper
- isMojarraUsed() - Static method in class org.omnifaces.util.Hacks
-
Returns true if Mojarra is used.
- isMultiple() - Method in class org.omnifaces.component.input.InputFile
-
Returns whether or not to allow multiple file selection.
- isMultiViewsEnabled(HttpServletRequest) - Static method in class org.omnifaces.facesviews.FacesViews
-
Returns whether MultiViews feature is enabled on given request.
- isMultiViewsEnabled(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
-
Returns whether MultiViews feature is enabled.
- isMultiViewsEnabled(ServletContext, String) - Static method in class org.omnifaces.facesviews.FacesViews
-
Returns whether MultiViews feature is enabled on the given resource.
- isMyFacesUsed() - Static method in class org.omnifaces.util.Hacks
-
Returns true if MyFaces is used.
- isNestedInPrimeFacesDialog(UIComponent...) - Static method in class org.omnifaces.util.Hacks
-
Returns true if the given components are nested in (same) PrimeFaces dialog.
- isNullable() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer
- isNumber(String) - Static method in class org.omnifaces.util.Utils
-
Returns
true
if the given string is parseable as a number. - isOneAnnotationPresent(Class<?>, Class<? extends Annotation>...) - Static method in class org.omnifaces.util.Utils
-
Returns
true
if the given class has at least one of the given annotations. - isOneInstanceOf(Class<?>, Class<?>...) - Static method in class org.omnifaces.util.Utils
-
Returns
true
if an instance of the given class could also be an instance of one of the given classes. - isOneOf(T, T...) - Static method in class org.omnifaces.util.Utils
-
Returns
true
if the given object equals one of the given objects. - isOnloadParamRequest(FacesContext) - Method in class org.omnifaces.component.input.OnloadParam
-
Returns
true
if the current request was invoked by the currentOnloadParam
component. - isOnloadParamRequest(FacesContext, String) - Static method in class org.omnifaces.component.input.OnloadParam
-
Returns
true
if the current request is triggered by an onload param request of the given onload param event. - isPartialSubmit() - Method in class org.omnifaces.component.input.Form
-
Returns whether to send only the form data which actually need to be processed as opposed to the entire form.
- isPassThrough() - Method in class org.omnifaces.servlet.HttpServletResponseOutputWrapper
-
Returns whether the writing has to be passed through to the wrapped
ServletOutputStream
. - isPostback() - Static method in class org.omnifaces.util.Faces
-
Returns whether the current request is a postback.
- isPostback(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
- isPreferRelatedApplications() - Method in class org.omnifaces.resourcehandler.WebAppManifest
-
Returns whether the applications listed in
WebAppManifest.getRelatedApplications()
should be preferred over the web application. - isPrefixMapping() - Static method in class org.omnifaces.util.Faces
-
Returns whether the faces servlet mapping used in the current request is a prefix mapping.
- isPrefixMapping(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
- isPrefixMapping(String) - Static method in class org.omnifaces.util.Faces
-
Returns whether the given faces servlet mapping is a prefix mapping.
- isPrimeFacesAjaxRequest(FacesContext) - Static method in class org.omnifaces.util.Hacks
-
Returns true if the current request is a PrimeFaces ajax request.
- isPrimeFacesDynamicResourceRequest(FacesContext) - Static method in class org.omnifaces.util.Hacks
-
Returns true if the current request is a PrimeFaces dynamic resource request.
- isProduction() - Static method in class org.omnifaces.util.Faces
-
Returns whether we're in production stage.
- isProduction(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
- isPropertyResolved() - Method in class org.omnifaces.el.ELContextWrapper
- isProxied(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
-
Returns
true
if request is proxied,false
otherwise. - isProxy(T) - Static method in class org.omnifaces.util.Beans
-
Returns
true
if given object or class is actually a CDI proxy. - isReadonly() - Method in class org.omnifaces.component.input.InputHidden
-
Returns whether this component is readonly.
- isReadOnly(ELContext) - Method in class org.omnifaces.el.ReadOnlyValueExpression
- isReadOnly(ELContext) - Method in class org.omnifaces.el.ValueExpressionWrapper
- isReadOnly(ELContext, Object, Object) - Method in class org.omnifaces.el.ELResolverWrapper
- isReadOnly(ELContext, Object, Object) - Method in class org.omnifaces.el.FacesELResolver
- isReady() - Method in class org.omnifaces.io.DefaultServletOutputStream
- isRendered() - Method in class org.omnifaces.component.input.ViewAction
-
Returns
true
if theimmediate="true"
attribute is not set, otherwise delegate to super, hereby maintaining the original behavior ofimmediate="true"
. - isRendered() - Method in class org.omnifaces.component.script.Highlight
-
This component is per definiton only rendered when the current request is a postback request and the validation has failed.
- isRendered(UIComponent) - Static method in class org.omnifaces.util.Components
-
Returns whether the given UI component and all of its parents is rendered.
- isRenderResponse() - Static method in class org.omnifaces.util.Faces
-
Returns
true
if we're currently in the render response phase. - isRenderResponse(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
- isRequestedSessionExpired() - Static method in class org.omnifaces.util.Faces
-
Returns whether the requested HTTP session is expired.
- isRequestedSessionExpired(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
- isRequestSecure() - Static method in class org.omnifaces.util.Faces
-
Returns
true
if connection is secure,false
otherwise. - isRequestSecure(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
- isRequired() - Method in class org.omnifaces.component.input.ViewParam
- isReset() - Method in class org.omnifaces.component.output.Cache
-
Returns whether to reset this cache.
- isResettable() - Method in interface org.omnifaces.io.ResettableBuffer
-
Returns true if buffer can be reset.
- isResettable() - Method in class org.omnifaces.io.ResettableBufferedOutputStream
- isResettable() - Method in class org.omnifaces.io.ResettableBufferedWriter
- isResolverForKeyword(SearchExpressionContext, String) - Method in class org.omnifaces.component.search.MessagesKeywordResolver
-
Returns
true
when keyword equals "messages". - isResourceRequest(FacesContext) - Method in class org.omnifaces.resourcehandler.UnmappedResourceHandler
- isResponseCommitted() - Static method in class org.omnifaces.util.Faces
-
Returns whether the response is already committed.
- isResponseCommitted(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
- isResponseComplete() - Static method in class org.omnifaces.util.Faces
-
Returns
true
if theFacesContext.responseComplete()
has been called. - isRestorableView(UIViewRoot) - Static method in class org.omnifaces.taghandler.EnableRestorableView
-
Returns true if given view indeed contains
EnableRestorableView
. - isRestorableViewRequest(FacesContext, UIViewRoot) - Static method in class org.omnifaces.taghandler.EnableRestorableView
-
Returns true if given view is null, and this is a postback, and
EnableRestorableView
has been activated. - isRoot() - Method in class org.omnifaces.model.tree.AbstractTreeModel
- isRoot() - Method in interface org.omnifaces.model.tree.TreeModel
-
Returns whether the current tree node is the root node.
- isRoot(String) - Static method in class org.omnifaces.util.ResourcePaths
-
Checks if the given resource path represents the root.
- isRowAvailable() - Method in class org.omnifaces.model.IterableDataModel
- isScriptParamRequest(FacesContext) - Static method in class org.omnifaces.component.input.ScriptParam
-
Returns
true
if the current request is triggered by a script param request. - isSecure(HttpServletRequest) - Static method in class org.omnifaces.util.Servlets
-
Returns
true
if connection is secure,false
otherwise. - isSerializable(Object) - Static method in class org.omnifaces.util.Utils
-
Returns
true
if the given object is guaranteed to be serializable. - isServiceWorkerRequest(FacesContext) - Static method in class org.omnifaces.resourcehandler.PWAResourceHandler
-
Returns
true
if the current request is triggered by a sw.js request. - isServiceWorkerRequest(HttpServletRequest) - Static method in class org.omnifaces.resourcehandler.PWAResourceHandler
-
Returns
true
if the given request is triggered by a sw.js request. - isSessionNew() - Static method in class org.omnifaces.util.Faces
-
Returns whether the HTTP session has been created for the first time in the current request.
- isSessionNew(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
- isSnapshot() - Static method in class org.omnifaces.config.OmniFaces
-
Returns whether current OmniFaces version is a SNAPSHOT or RC version.
- isSupported(TemporalField) - Method in class org.omnifaces.cdi.config.DateProducer.TemporalDate
- isSupported(TemporalUnit) - Method in class org.omnifaces.cdi.config.DateProducer.TemporalDate
- isSystemTest() - Static method in class org.omnifaces.util.Faces
-
Returns whether we're in system test stage.
- isSystemTest(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
- isTomcatWebSocketBombed(Session, IllegalStateException) - Static method in class org.omnifaces.util.Hacks
-
Returns true if the given WS session is from Tomcat and given illegal state exception is caused by a push bomb which Tomcat couldn't handle.
- isUnloadRequest(FacesContext) - Static method in class org.omnifaces.cdi.viewscope.ViewScopeManager
-
Returns
true
if the current request is triggered by an unload request. - isUnloadRequest(HttpServletRequest) - Static method in class org.omnifaces.cdi.viewscope.ViewScopeManager
-
Returns
true
if the given request is triggered by an unload request. - isUseBuffer() - Method in class org.omnifaces.component.output.Cache
-
Returns whether to switch to an alternative method to grab the content generated by the children of this component.
- isUseRequestURI() - Method in class org.omnifaces.component.input.Form
-
Returns whether the request URI should be used as form's action URL.
- isUserInRole(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
- isUserInRole(String) - Static method in class org.omnifaces.util.Faces
-
Returns whether the currently logged-in user has the given role.
- isValid() - Method in class org.omnifaces.util.cache.CacheEntry
-
Returns whether this entry holds a valid value.
- isValidationFailed() - Method in class org.omnifaces.component.validator.ValidateMultipleFields
-
Returns whether the validation has failed or not.
- isValidationFailed() - Static method in class org.omnifaces.util.Faces
-
Returns whether the validations phase of the current request has failed.
- isViewResourceRequest(FacesContext) - Static method in class org.omnifaces.resourcehandler.ViewResourceHandler
-
Returns
true
if the current HTTP request is requesting for a view resource managed by this resource handler. - isVisitable(VisitContext) - Method in class org.omnifaces.component.output.Cache
- isVisitable(VisitContext) - Method in class org.omnifaces.component.tree.Tree
- IterableDataModel<E> - Class in org.omnifaces.model
-
IterableDataModel is an implementation of
DataModel
that wraps anIterable
. - IterableDataModel(Iterable<E>) - Constructor for class org.omnifaces.model.IterableDataModel
-
Construct the iterable data model based on the given iterable instance.
- iterableToList(Iterable<E>) - Static method in class org.omnifaces.el.functions.Converters
-
Converts a
Iterable<E>
to aList<E>
. - iterableToList(Iterable<E>) - Static method in class org.omnifaces.util.Utils
-
Converts an iterable into a list.
- iterableToModel(Iterable<E>) - Static method in class org.omnifaces.el.functions.Converters
-
Converts an
Iterable<E>
to aDataModel<E>
. - iterator() - Method in class org.omnifaces.model.tree.AbstractTreeModel
- iterator() - Method in interface org.omnifaces.model.tree.TreeModel
-
Returns an unmodifiable iterator over the children of the current tree node.
- ITUNES - org.omnifaces.resourcehandler.WebAppManifest.Platform
All Classes All Packages