- IgnoreValidationFailed - Class in org.omnifaces.taghandler
-
The
<o:ignoreValidationFailed>
allows the developer to ignore validation failures when
executing an
UICommand
action.
- IgnoreValidationFailed(TagConfig) - Constructor for class org.omnifaces.taghandler.IgnoreValidationFailed
-
The tag constructor.
- ImportConstants - Class in org.omnifaces.taghandler
-
The <o:importConstants>
allows the developer to have a mapping of all constant field values of
the given fully qualified name of a type in the EL scope.
- ImportConstants(TagConfig) - Constructor for class org.omnifaces.taghandler.ImportConstants
-
The tag constructor.
- includeFacelet(UIComponent, String) - Static method in class org.omnifaces.util.Faces
-
Include the Facelet file at the given (relative) path as child of the given UI component.
- init(FilterConfig) - Method in class org.omnifaces.facesviews.FacesViewsForwardingFilter
-
- init() - Method in class org.omnifaces.filter.CharacterEncodingFilter
-
Initializes the filter parameters.
- init() - Method in class org.omnifaces.filter.GzipResponseFilter
-
Initializes the filter parameters.
- init(FilterConfig) - Method in class org.omnifaces.filter.HttpFilter
-
Called by the servlet container when the filter is about to be placed into service.
- init() - Method in class org.omnifaces.filter.HttpFilter
-
Convenience init() method without FilterConfig parameter which will be called by init(FilterConfig).
- initialCapacity(int) - Method in class org.omnifaces.component.output.cache.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Builder
-
Specifies the initial capacity of the hash table (default 16).
- 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
-
- invalidateSession() - Static method in class org.omnifaces.util.Faces
-
Invalidates the current HTTP session.
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.omnifaces.el.ELResolverWrapper
- invoke(ELContext, Object[]) - Method in class org.omnifaces.el.MethodExpressionValueExpressionAdapter
-
- invoke(Callback.Void) - Method in class org.omnifaces.el.ScopedRunner
-
Invokes the callback within the scope of the variables being given in the constructor.
- invoke() - Method in interface org.omnifaces.util.Callback.Returning
-
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
-
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
-
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
-
This method should be invoked by the method where you're passing this callback instance to.
- InvokeActionEventListener - Class in org.omnifaces.eventlistener
-
- InvokeActionEventListener() - Constructor for class org.omnifaces.eventlistener.InvokeActionEventListener
-
- 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.
- isAjaxRequest() - Static method in class org.omnifaces.util.Faces
-
Returns whether the current request is an ajax request.
- isAppropriateListener(FacesListener) - Method in class org.omnifaces.event.FacesEventWrapper
-
- isCommitted() - Method in class org.omnifaces.servlet.HttpServletResponseOutputWrapper
-
Returns whether the response is committed or not.
- isDevelopment() - Static method in class org.omnifaces.util.Faces
-
Returns whether we're in development stage.
- isDirectory(String) - Static method in class org.omnifaces.facesviews.FacesViewsUtils
-
- isDisabled() - Method in class org.omnifaces.component.validator.ValidateMultipleFields
-
Returns whether the validation should be disabled or not.
- 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.component.output.cache.concurrentlinkedhashmap.ConcurrentLinkedHashMap
-
- isEmpty() - Method in class org.omnifaces.util.MapWrapper
- isEmpty(String) - Static method in class org.omnifaces.util.Utils
-
Returns true if the given string is null or is empty.
- isEmpty(Object[]) - Static method in class org.omnifaces.util.Utils
-
Returns true if the given array 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(Object) - Static method in class org.omnifaces.util.Utils
-
Returns true if the given value is null or is empty.
- isExtensionless(String) - Static method in class org.omnifaces.facesviews.FacesViewsUtils
-
- isFirst() - Method in class org.omnifaces.model.tree.ListTreeModel
-
- 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.
- isIncludeViewParams() - Method in class org.omnifaces.component.input.Form
-
Return whether or not the view parameters should be encoded into the form's action URL.
- isLast() - Method in class org.omnifaces.model.tree.ListTreeModel
-
- isLast() - Method in interface org.omnifaces.model.tree.TreeModel
-
Returns whether the current tree node is the last child of its parent, if any.
- isLeaf() - Method in class org.omnifaces.model.tree.ListTreeModel
-
- 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.component.output.OutputLabel
-
- isListenerForSource(Object) - Method in class org.omnifaces.component.script.OnloadScript
-
- 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
-
- 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.ValueExpressionWrapper
-
- isOneOf(T, T...) - Static method in class org.omnifaces.util.Utils
-
Returns true
if the given object equals one of the given objects.
- isPassThrough() - Method in class org.omnifaces.servlet.HttpServletResponseOutputWrapper
-
- isPostback() - Static method in class org.omnifaces.util.Faces
-
Returns whether the current request is a postback.
- 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(String) - Static method in class org.omnifaces.util.Faces
-
Returns whether the faces servlet mapping used in the current request is a prefix mapping.
- isPropertyResolved() - Method in class org.omnifaces.el.ELContextWrapper
- isReadOnly(ELContext, Object, Object) - Method in class org.omnifaces.el.ELResolverWrapper
- isReadOnly(ELContext) - Method in class org.omnifaces.el.ValueExpressionWrapper
-
- isRequired() - Method in class org.omnifaces.component.input.ViewParam
-
- isResettable() - Method in interface org.omnifaces.io.ResettableBuffer
-
Returns true if buffer can be resetted.
- isResettable() - Method in class org.omnifaces.io.ResettableBufferedOutputStream
-
- isResettable() - Method in class org.omnifaces.io.ResettableBufferedWriter
-
- isResponseCommitted() - Static method in class org.omnifaces.util.Faces
-
Returns whether the response is already committed.
- isRoot() - Method in class org.omnifaces.model.tree.ListTreeModel
-
- isRoot() - Method in interface org.omnifaces.model.tree.TreeModel
-
Returns whether the current tree node is the root node.
- 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.
- isUseBuffer() - Method in class org.omnifaces.component.output.Cache
-
- 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.component.output.cache.CacheEntry
-
Returns whether this entry holds a valid value.
- isValidationFailed() - Static method in class org.omnifaces.util.Faces
-
Returns whether the validations phase of the current request has failed.
- isVisitable(VisitContext) - Method in class org.omnifaces.component.output.Cache
-
- iterable() - Static method in class org.omnifaces.component.output.cache.concurrentlinkedhashmap.Weighers
-
A weigher where the value is a
Iterable
and its weight is the
number of elements.
- iterator() - Method in class org.omnifaces.model.tree.ListTreeModel
-
- iterator() - Method in interface org.omnifaces.model.tree.TreeModel
-
Returns an unmodifiable iterator over the children of the current tree node.