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
S
- save(EditableValueHolder) - Method in class org.omnifaces.component.EditableValueHolderStateHelper
-
Save the state of the given
EditableValueHolder
. - save(FacesContext, StateHelper, Iterator<UIComponent>) - Static method in class org.omnifaces.component.EditableValueHolderStateHelper
-
Save state of any
EditableValueHolder
children. - saveInViewState() - Method in annotation type org.omnifaces.cdi.ViewScoped
-
Sets whether to save the view scoped bean instance in Faces view state instead of in HTTP session.
- ScopedRunner - Class in org.omnifaces.el
-
This class helps in letting code run within its own scope.
- ScopedRunner(FacesContext) - Constructor for class org.omnifaces.el.ScopedRunner
-
Construct a scoped runner.
- ScopedRunner(FacesContext, Map<String, Object>) - Constructor for class org.omnifaces.el.ScopedRunner
-
Construct a scoped runner.
- ScriptFamily - Class in org.omnifaces.component.script
-
Base class which is to be shared between all components of the Script family.
- ScriptFamily() - Constructor for class org.omnifaces.component.script.ScriptFamily
- ScriptParam - Class in org.omnifaces.component.input
-
The
<o:scriptParam>
is a component that extends the standard<f:viewParam>
with support for setting results of client-side evaluated JavaScript code in bean. - ScriptParam() - Constructor for class org.omnifaces.component.input.ScriptParam
- secondsBetween(D, D) - Static method in class org.omnifaces.el.functions.Dates
-
Returns the amount of seconds between two given dates.
- SECURITY - org.omnifaces.resourcehandler.WebAppManifest.Category
- SelectItemGroups - Class in org.omnifaces.component.model
-
The
o:selectItemGroups
is an extension ofUISelectItems
which allows you to iterate over a nested collection representing groups of select items. - SelectItemGroups() - Constructor for class org.omnifaces.component.model.SelectItemGroups
- SelectItemsBuilder - Class in org.omnifaces.util.selectitems
-
Helper class to build an array of SelectItems using various means, like via the builder pattern or a given
Map
. - SelectItemsBuilder() - Constructor for class org.omnifaces.util.selectitems.SelectItemsBuilder
- SelectItemsCollector - Class in org.omnifaces.util.selectitems
-
Collection of utility methods for collecting
SelectItem
instances from various sources. - SelectItemsConverter - Class in org.omnifaces.converter
-
The
omnifaces.SelectItemsConverter
allows you to populate a selection component with complex Java model objects (entities) as value of<f:selectItems>
and have Faces convert those automatically back without the need to provide a custom converter which may need to do the job based on possibly expensive service/DAO operations. - SelectItemsConverter() - Constructor for class org.omnifaces.converter.SelectItemsConverter
- SelectItemsIndexConverter - Class in org.omnifaces.converter
-
The
omnifaces.SelectItemsIndexConverter
is a variant of theSelectItemsConverter
which automatically converts based on the position (index) of the selected item in the list instead of theObject.toString()
of the selected item. - SelectItemsIndexConverter() - Constructor for class org.omnifaces.converter.SelectItemsIndexConverter
- SelectItemsUtils - Class in org.omnifaces.util.selectitems
-
Collection of utility methods for working with
SelectItem
or data represented by them. - send(Object) - Method in class org.omnifaces.cdi.push.SocketPushContext
- send(Object) - Method in interface org.omnifaces.cdi.PushContext
-
Send given message object to the push socket channel as identified by
@
Push
. - send(Object, Collection<S>) - Method in class org.omnifaces.cdi.push.SocketPushContext
- send(Object, Collection<S>) - Method in interface org.omnifaces.cdi.PushContext
-
Send given message object to the push socket channel as identified by
@
Push
, targeted to the given users as identified by<o:socket user>
. - send(Object, S) - Method in class org.omnifaces.cdi.push.SocketPushContext
- send(Object, S) - Method in interface org.omnifaces.cdi.PushContext
-
Send given message object to the push socket channel as identified by
@
Push
, targeted to the given user as identified by<o:socket user>
. - send(String, String) - Method in class org.omnifaces.cdi.push.SocketSessionManager
-
Send the given message to all open web socket sessions associated with given web socket channel identifier.
- SEND_404 - org.omnifaces.facesviews.ExtensionAction
-
Send a 404 (not found), makes it look like e.g.
- SEND_404 - org.omnifaces.facesviews.PathAction
-
Send a 404 (not found), makes it look like e.g.
- sendFile(byte[], String, boolean) - Static method in class org.omnifaces.util.Faces
-
Send the given byte array as a file to the response.
- sendFile(FacesContext, byte[], String, boolean) - Static method in class org.omnifaces.util.FacesLocal
- sendFile(FacesContext, File, boolean) - Static method in class org.omnifaces.util.FacesLocal
- sendFile(FacesContext, File, String, boolean) - Static method in class org.omnifaces.util.FacesLocal
- sendFile(FacesContext, InputStream, String, boolean) - Static method in class org.omnifaces.util.FacesLocal
- sendFile(FacesContext, String, boolean, Callback.Output) - Static method in class org.omnifaces.util.FacesLocal
- sendFile(FacesContext, Path, boolean) - Static method in class org.omnifaces.util.FacesLocal
- sendFile(FacesContext, Path, String, boolean) - Static method in class org.omnifaces.util.FacesLocal
- sendFile(File, boolean) - Static method in class org.omnifaces.util.Faces
-
Send the given file to the response.
- sendFile(File, String, boolean) - Static method in class org.omnifaces.util.Faces
-
Send the given file to the response.
- sendFile(InputStream, String, boolean) - Static method in class org.omnifaces.util.Faces
-
Send the given input stream as a file to the response.
- sendFile(String, boolean, Callback.Output) - Static method in class org.omnifaces.util.Faces
-
Send a file to the response whose content is provided via given output stream callback.
- sendFile(Path, boolean) - Static method in class org.omnifaces.util.Faces
-
Send the given path as a file to the response.
- sendFile(Path, String, boolean) - Static method in class org.omnifaces.util.Faces
-
Send the given path as a file to the response.
- SerializationCopier - Class in org.omnifaces.util.copier
-
Copier that copies an object by serializing and subsequently deserializing it again.
- SerializationCopier() - Constructor for class org.omnifaces.util.copier.SerializationCopier
- serializeURLSafe(String) - Static method in class org.omnifaces.util.Utils
-
Serialize the given string to the short possible unique URL-safe representation.
- SERVICEWORKER_RESOURCE_NAME - Static variable in class org.omnifaces.resourcehandler.PWAResourceHandler
-
The resource name
sw.js
. - Servlets - Class in org.omnifaces.util
-
Collection of utility methods for the Servlet API in general.
- SESSION_MAX_CAP_PARAM_NAME - Static variable in class org.omnifaces.util.cache.CacheInstancePerScopeProvider
- SESSION_TTL_PARAM_NAME - Static variable in class org.omnifaces.util.cache.CacheInstancePerScopeProvider
- sessionCreated(HttpSessionEvent) - Method in class org.omnifaces.cdi.eager.EagerBeansWebListener
- sessionCreated(HttpSessionEvent) - Method in class org.omnifaces.eventlistener.DefaultHttpSessionListener
- sessionDestroyed(HttpSessionEvent) - Method in class org.omnifaces.cdi.eager.EagerBeansWebListener
- sessionDestroyed(HttpSessionEvent) - Method in class org.omnifaces.eventlistener.DefaultHttpSessionListener
- setAccept(String) - Method in class org.omnifaces.component.input.InputFile
-
Sets comma separated string of media types of files to filter in client side file browse dialog.
- setAcceptMessage(String) - Method in class org.omnifaces.component.input.InputFile
-
Sets validation message to be displayed when the condition in
accept
attribute is violated. - setApplication(Application) - Method in class org.omnifaces.application.OmniApplicationFactory
-
Sets the given application instance as the current instance.
- setApplicationAttribute(FacesContext, String, Object) - Static method in class org.omnifaces.util.FacesLocal
- setApplicationAttribute(String, Object) - Static method in class org.omnifaces.util.Faces
-
Sets the application scope attribute value associated with the given name.
- setAttribute(UIComponent, String, Object) - Static method in class org.omnifaces.util.Components
-
Set the attribute value on the specified component for the specified name.
- setAttributes(FaceletContext, Object) - Method in class org.omnifaces.component.validator.ValidateMultipleHandler
-
Delegate to super and then try to get a
ValueExpression
representing aMultiFieldValidator
implementation and set it asvalidator
property of currentValidateMultiple
component, or if it couldn't be obtained, then get aMethodExpression
representing a method with the same signature asMultiFieldValidator.validateValues(FacesContext, List, List)
and set it asvalidateMethod
property of currentValidateMultiple
component. - setAttributes(FaceletContext, Object) - Method in class org.omnifaces.taghandler.ComponentExtraHandler
- setBeanProperties(Object, Map<Reflection.PropertyPath, Object>) - Static method in class org.omnifaces.util.Reflection
-
Recursively set given properties on given bean.
- setBeanStorage(UUID, BeanStorage) - Method in interface org.omnifaces.cdi.viewscope.ViewScopeStorage
-
Sets the given bean storage identified by the given ID.
- setBeanStorage(UUID, BeanStorage) - Method in class org.omnifaces.cdi.viewscope.ViewScopeStorageInSession
- setBeanStorage(UUID, BeanStorage) - Method in class org.omnifaces.cdi.viewscope.ViewScopeStorageInViewState
- setBehaviorDefaultEvent(String) - Method in class org.omnifaces.component.util.MoveComponent
-
Sets in case the
destination
is set to BEHAVIOR, the name of the default event that the target component is 'supposed' to have. - setBehaviorEvents(String) - Method in class org.omnifaces.component.util.MoveComponent
-
Sets in case the
destination
is set to BEHAVIOR, the comma separated list events that the target component is 'supposed' to support. - setCacheAttribute(FacesContext, String, Serializable) - Method in class org.omnifaces.component.output.Cache
-
Sets a named attribute associated with the main cache entry this component is using to store the rendering of its child components.
- setCacheHeaders(HttpServletResponse, long) - Static method in class org.omnifaces.util.Servlets
-
Set the cache headers.
- setCacheProvider(CacheProvider, ServletContext) - Static method in class org.omnifaces.util.cache.CacheFactory
- setCacheStore(Map<String, CacheEntry>) - Method in class org.omnifaces.util.cache.TimeToLiveCache
- setCallbackReturning(Callback.SerializableReturning<Object>) - Method in class org.omnifaces.el.ReadOnlyValueExpression
-
Sets the functional interface that will be called when the value expression is resolved
- setChangeFrequency(SitemapUrl.ChangeFrequency) - Method in class org.omnifaces.component.output.SitemapUrl
-
Sets the value of the "changefreq" element of the sitemap URL.
- setChannel(String) - Method in class org.omnifaces.cdi.push.Socket
-
Sets the name of the web socket channel.
- setCollectionType(String) - Method in class org.omnifaces.converter.ToCollectionConverter
-
Sets the FQN of the collection to create.
- setComponentResourceUniqueId(FacesContext, UIComponent) - Static method in class org.omnifaces.util.Hacks
-
Set the unique ID of the component resource, taking into account MyFaces-specific way of generating a resource specific unique ID.
- setComponents(String) - Method in class org.omnifaces.component.validator.ValidateMultipleFields
-
Sets the client identifiers of components which are to be validated.
- setConnected(boolean) - Method in class org.omnifaces.cdi.push.Socket
-
Sets whether to (auto)connect the web socket or not.
- setContentLength(int) - Method in class org.omnifaces.servlet.CompressedHttpServletResponse
- setContentLength(int) - Method in class org.omnifaces.servlet.GzipHttpServletResponse
-
Deprecated.
- setContentLengthLong(long) - Method in class org.omnifaces.servlet.CompressedHttpServletResponse
- setContentLengthLong(long) - Method in class org.omnifaces.servlet.GzipHttpServletResponse
-
Deprecated.
- setContext(FacesContext) - Static method in class org.omnifaces.util.Faces
-
Sets the given faces context as current instance.
- setContextAttribute(FacesContext, String, Object) - Static method in class org.omnifaces.util.FacesLocal
- setContextAttribute(String, Object) - Static method in class org.omnifaces.util.Faces
-
Sets the Faces context attribute value associated with the given name.
- setConverter(Converter) - Method in class org.omnifaces.component.output.Param
- setConverter(Converter) - Method in class org.omnifaces.component.SimpleParam
- setCurrentModelNode(FacesContext, TreeModel) - Method in class org.omnifaces.component.tree.Tree
-
Sets the current node of the tree model.
- setData(T) - Method in class org.omnifaces.model.tree.AbstractTreeModel
- setData(T) - Method in interface org.omnifaces.model.tree.TreeModel
-
Sets the wrapped data of the current tree node.
- setDataURI(boolean) - Method in class org.omnifaces.component.output.GraphicImage
-
Sets whether or not to render image in data URI format.
- setDefault(String) - Method in class org.omnifaces.component.input.HashParam
-
Sets the default value in case the actual hash parameter is
null
or empty. - setDefault(String) - Method in class org.omnifaces.component.input.ViewParam
-
Sets the default value in case the actual request parameter is
null
or empty. - setDelimiter(String) - Method in class org.omnifaces.converter.ToCollectionConverter
-
Sets the delimiter to split on.
- setDestination(MoveComponent.Destination) - Method in class org.omnifaces.component.util.MoveComponent
-
Sets the destination relative to the target component where the source component(s) are moved to.
- setDirectory(boolean) - Method in class org.omnifaces.component.input.InputFile
-
Sets whether or not to enable directory selection.
- setDisabled(boolean) - Method in class org.omnifaces.component.output.Cache
-
Disables the cache when set to
true
. - setDisabled(boolean) - Method in class org.omnifaces.component.validator.ValidateMultipleFields
-
Sets whether the validation should be disabled or not.
- setDomain(String) - Method in class org.omnifaces.component.output.SitemapUrl
-
Sets the domain of the "loc" element of the sitemap URL.
- setDomain(String) - Method in class org.omnifaces.component.output.Url
-
Sets the domain of the URL.
- setEagerBeans(EagerBeansRepository.EagerBeans) - Method in class org.omnifaces.cdi.eager.EagerBeansRepository
-
Sets the collected eager beans.
- setEscape(boolean) - Method in class org.omnifaces.component.messages.OmniMessages
-
Sets whether the message detail and summary should be HTML-escaped.
- setFaceletAttribute(FacesContext, String, Object) - Static method in class org.omnifaces.util.FacesLocal
- setFaceletAttribute(String, Object) - Static method in class org.omnifaces.util.Faces
-
Sets the Facelet attribute value associated with the given name.
- setFaceletContext(FaceletContext) - Method in interface org.omnifaces.component.util.FaceletContextConsumer
-
Sets the Facelet context.
- setFaceletContext(FaceletContext) - Method in class org.omnifaces.component.util.ResolveComponent
- setFacet(String) - Method in class org.omnifaces.component.util.MoveComponent
-
Sets in case the
destination
is set to FACET, the name of the facet in the target component to which the components should be moved. - setFlashAttribute(FacesContext, String, Object) - Static method in class org.omnifaces.util.FacesLocal
- setFlashAttribute(String, Object) - Static method in class org.omnifaces.util.Faces
-
Sets the flash scope attribute value associated with the given name.
- setFocus(boolean) - Method in class org.omnifaces.component.script.Highlight
-
Sets whether the first error element should gain focus.
- setFor(String) - Method in class org.omnifaces.component.util.MoveComponent
-
Sets ID of the target component for which the component moving will be done.
- setFor(String) - Method in class org.omnifaces.component.util.ResolveComponent
-
Sets ID of the component that will be resolved (looked-up) and if found a reference of it made available to EL.
- setHeader(String, String) - Method in class org.omnifaces.servlet.CompressedHttpServletResponse
- setHeader(String, String) - Method in class org.omnifaces.servlet.GzipHttpServletResponse
-
Deprecated.
- setIf(String) - Method in class org.omnifaces.component.output.ConditionalComment
-
Sets the if condition.
- setIgnoreValidationFailed(boolean) - Method in class org.omnifaces.component.input.Form
-
Set whether the form should ignore validation fail.
- setIncludeRequestParams(boolean) - Method in class org.omnifaces.component.input.Form
-
Set whether or not the request parameters should be encoded into the form's action URL.
- setIncludeRequestParams(boolean) - Method in class org.omnifaces.component.output.Link
-
Set whether or not the request parameters should be encoded into the form's action URL.
- setIncludeRequestParams(boolean) - Method in class org.omnifaces.component.output.Url
-
Sets whether or not the request query string parameters should be encoded into the URL.
- setIncludeViewParams(boolean) - Method in class org.omnifaces.component.output.Url
-
Sets whether or not the view parameters should be encoded into the URL.
- setInvalidateAll(boolean) - Method in class org.omnifaces.component.validator.ValidateMultipleFields
-
Sets whether to invalidate all fields or only those which are actually invalid as per
ValidateMultipleFields.shouldInvalidateInput(FacesContext, UIInput, Object)
- setItemConverter(Object) - Method in class org.omnifaces.converter.ToCollectionConverter
-
Sets the converter for the item.
- setKey(String) - Method in class org.omnifaces.component.output.Cache
-
Optional key used to store content in the cache.
- setLabel(UIComponent, Object) - Static method in class org.omnifaces.util.Components
-
Sets the
label
attribute of the given UI component with the given value. - setLastModified(long) - Method in class org.omnifaces.resourcehandler.DynamicResource
-
Sets the "last modified" timestamp of this resource.
- setLastModified(Temporal) - Method in class org.omnifaces.component.output.SitemapUrl
-
Sets the value of the "lastmod" element of the sitemap URL.
- setLazy(boolean) - Method in class org.omnifaces.component.output.GraphicImage
-
Sets whether or not to lazily load image.
- setLevel(Integer) - Method in class org.omnifaces.component.tree.TreeNode
-
Sets the level for which this node should render the items.
- setLibraryName(String) - Method in class org.omnifaces.resourcehandler.RemappedResource
- setList(List<?>) - Method in class org.omnifaces.converter.ListConverter
-
Sets the list of available items.
- setList(List<?>) - Method in class org.omnifaces.converter.ListIndexConverter
-
Sets the list of available items.
- setLocale(FacesContext, Locale) - Static method in class org.omnifaces.util.FacesLocal
- setLocale(Locale) - Method in class org.omnifaces.el.ELContextWrapper
- setLocale(Locale) - Static method in class org.omnifaces.util.Faces
-
Set the locale of the current view, which is to be used in localizing of the response.
- setMaxsize(Long) - Method in class org.omnifaces.component.input.InputFile
-
Sets maximum size in bytes for each selected file.
- setMaxsizeMessage(String) - Method in class org.omnifaces.component.input.InputFile
-
Sets validation message to be displayed when the condition in
maxsize
attribute is violated. - setMessage(String) - Method in class org.omnifaces.component.input.ViewAction
-
Sets the global flash warning message to be shown in the redirected page.
- setMessage(String) - Method in class org.omnifaces.component.messages.OmniMessages
-
Sets the single INFO message to be shown instead when this component has any faces message.
- setMessage(String) - Method in class org.omnifaces.component.validator.ValidateMultipleFields
-
Sets the validation message to be shown.
- setMultiple(boolean) - Method in class org.omnifaces.component.input.InputFile
-
Sets whether or not to allow multiple file selection.
- setName(String) - Method in class org.omnifaces.component.output.PathParam
- setName(String) - Method in class org.omnifaces.component.SimpleParam
-
Sets the parameter name.
- setName(String) - Method in class org.omnifaces.component.util.ResolveComponent
-
Sets name under which the component will be made available to EL, scoped to the body of the Facelets tag (default) or to the request.
- setNoCacheHeaders(HttpServletResponse) - Static method in class org.omnifaces.util.Servlets
-
Set the no-cache headers.
- setOnclose(String) - Method in class org.omnifaces.cdi.push.Socket
-
Sets the JavaScript event handler function that is invoked when the web socket is closed and will not anymore attempt to reconnect.
- setOnerror(String) - Method in class org.omnifaces.cdi.push.Socket
-
Sets the JavaScript event handler function that is invoked when a connection error has occurred and the web socket will attempt to reconnect.
- setOnmessage(String) - Method in class org.omnifaces.cdi.push.Socket
-
Sets the JavaScript event handler function that is invoked when a push message is received from the server.
- setOnopen(String) - Method in class org.omnifaces.cdi.push.Socket
-
Sets the JavaScript event handler function that is invoked when the web socket is opened.
- setParameters(Map<String, String>) - Method in class org.omnifaces.util.cache.CacheInstancePerScopeProvider
- setParameters(Map<String, String>) - Method in interface org.omnifaces.util.cache.CacheProvider
-
Passes parameters to the cache provider implementation.
- setPartialSubmit(boolean) - Method in class org.omnifaces.component.input.Form
-
Set whether to send only the form data which actually need to be processed as opposed to the entire form.
- setPassThrough(boolean) - Method in class org.omnifaces.servlet.HttpServletResponseOutputWrapper
-
Sets whether the writing has to be passed through to the wrapped
ServletOutputStream
. - setPhaseId(PhaseId) - Method in class org.omnifaces.event.FacesEventWrapper
- setPort(Integer) - Method in class org.omnifaces.cdi.push.Socket
-
Sets the port number of the web socket host, in case it is different from the port number in the request URI.
- setPriority(BigDecimal) - Method in class org.omnifaces.component.output.SitemapUrl
-
Sets the value of the "priority" element of the sitemap URL.
- setProperties(Object, Map<String, Object>) - Static method in class org.omnifaces.util.Reflection
-
Sets a collection of properties of a given bean to the values associated with those properties.
- setPropertiesWithCoercion(Object, Map<String, Object>) - Static method in class org.omnifaces.util.Reflection
-
Sets a collection of properties of a given bean to the (optionally coerced) values associated with those properties.
- setPropertyResolved(boolean) - Method in class org.omnifaces.el.ELContextWrapper
- setReadonly(boolean) - Method in class org.omnifaces.component.input.InputHidden
-
Set whether this component is readonly.
- setRender(String) - Method in class org.omnifaces.component.input.OnloadParam
-
Sets a space separated string of client IDs to update on ajax response.
- setRequestAttribute(FacesContext, String, Object) - Static method in class org.omnifaces.util.FacesLocal
- setRequestAttribute(String, Object) - Static method in class org.omnifaces.util.Faces
-
Sets the request scope attribute value associated with the given name.
- setReset(boolean) - Method in class org.omnifaces.component.output.Cache
-
Resets the cache when set to
true
. - setResolver(Messages.Resolver) - Static method in class org.omnifaces.util.Messages
-
Set the custom message resolver.
- setResourceName(String) - Method in class org.omnifaces.resourcehandler.RemappedResource
- setResponseStatus(int) - Static method in class org.omnifaces.util.Faces
-
Sets the HTTP response status code.
- setResponseStatus(FacesContext, int) - Static method in class org.omnifaces.util.FacesLocal
- setRowIndex(int) - Method in class org.omnifaces.model.IterableDataModel
- setScope(String) - Method in class org.omnifaces.cdi.push.Socket
-
Sets the scope of the web socket channel.
- setScope(String) - Method in class org.omnifaces.component.output.Cache
-
Optional scope identifier used to set the scope in which caching takes place.
- setScope(String) - Method in class org.omnifaces.component.util.ResolveComponent
-
Optional scope identifier used to set the scope in which the component reference is inserted.
- setScript(String) - Method in class org.omnifaces.component.input.ScriptParam
-
Sets the script to be evaluated.
- setSessionAttribute(FacesContext, String, Object) - Static method in class org.omnifaces.util.FacesLocal
- setSessionAttribute(String, Object) - Static method in class org.omnifaces.util.Faces
-
Sets the session scope attribute value associated with the given name.
- setSessionMaxInactiveInterval(int) - Static method in class org.omnifaces.util.Faces
-
Sets the HTTP session timeout in seconds.
- setSessionMaxInactiveInterval(FacesContext, int) - Static method in class org.omnifaces.util.FacesLocal
- setShowMessageFor(String) - Method in class org.omnifaces.component.validator.ValidateMultipleFields
-
Sets the client identifiers to show the validation message for.
- setStyleClass(String) - Method in class org.omnifaces.component.script.Highlight
-
Sets the error style class which is to be applied on invalid inputs.
- setSubmittedValue(Object) - Method in class org.omnifaces.component.input.InputFile
-
An override which ensures that the Faces implementation being used doesn't save it in the state.
- setSubmittedValue(Object) - Method in class org.omnifaces.component.input.ViewParam
- setTime(Integer) - Method in class org.omnifaces.component.output.Cache
-
Optional amount of time in seconds for which the cached content is valid (TTL).
- setToList(Set<E>) - Static method in class org.omnifaces.el.functions.Converters
-
Converts a
Set<E>
to aList<E>
. - setType(String) - Method in class org.omnifaces.component.validator.ValidateOrder
-
Sets the ordering type to be used.
- setUseBuffer(boolean) - Method in class org.omnifaces.component.output.Cache
-
Switches to an alternative method to grab the content generated by the children of this component.
- setUser(Serializable) - Method in class org.omnifaces.cdi.push.Socket
-
Sets the user identifier of the web socket channel, so that user-targeted push messages can be sent.
- setUseRequestURI(boolean) - Method in class org.omnifaces.component.input.Form
-
Set whether the request URI should be used as form's action URL.
- setValidateMethod(MethodExpression) - Method in class org.omnifaces.component.validator.ValidateMultiple
-
Sets the validator method expression.
- setValidator(MultiFieldValidator) - Method in class org.omnifaces.component.validator.ValidateMultiple
-
Sets the validator instance.
- setValidTill(Date) - Method in class org.omnifaces.util.cache.CacheEntry
-
Sets the date that's the last moment in time the value obtained via getValue() is valid.
- setValue(ELContext, Object) - Method in class org.omnifaces.el.ReadOnlyValueExpression
- setValue(ELContext, Object) - Method in class org.omnifaces.el.ValueExpressionWrapper
- setValue(ELContext, Object, Object, Object) - Method in class org.omnifaces.el.ELResolverWrapper
- setValue(ELContext, Object, Object, Object) - Method in class org.omnifaces.el.FacesELResolver
- setValue(Serializable) - Method in class org.omnifaces.util.cache.CacheEntry
-
Sets the value for which this object is keeping meta data
- setValue(Object) - Method in class org.omnifaces.component.SimpleParam
- setValue(Object) - Method in class org.omnifaces.component.tree.Tree
-
Sets the tree model.
- setValue(String) - Method in class org.omnifaces.component.output.SitemapUrl
-
Sets the value of the "loc" element of the sitemap URL.
- setValue(String) - Method in class org.omnifaces.component.output.Url
-
Sets the target URL.
- setValueExpression(String, ValueExpression) - Method in class org.omnifaces.cdi.push.Socket
-
An override which checks if this isn't been invoked on
channel
orscope
attribute, and if theuser
attribute isSerializable
. - setValueExpression(String, ValueExpression) - Method in class org.omnifaces.component.messages.OmniMessages
-
An override which checks if this isn't been invoked on
var
attribute. - setValueExpression(String, ValueExpression) - Method in class org.omnifaces.component.model.SelectItemGroups
-
An override which checks if this isn't been invoked on
var
attribute. - setValueExpression(String, ValueExpression) - Method in class org.omnifaces.component.output.OutputFormat
-
An override which checks if this isn't been invoked on
var
attribute. - setValueExpression(String, ValueExpression) - Method in class org.omnifaces.component.output.Url
-
An override which checks if this isn't been invoked on
var
attribute. - setValueExpression(String, ValueExpression) - Method in class org.omnifaces.component.tree.Tree
-
An override which checks if this isn't been invoked on
var
orvarNode
attribute. - setVar(String) - Method in class org.omnifaces.component.messages.OmniMessages
-
Sets the name of the request attribute which exposes the current faces message.
- setVar(String) - Method in class org.omnifaces.component.output.OutputFormat
-
Sets the variable name which exposes the captured output into the request scope.
- setVar(String) - Method in class org.omnifaces.component.output.Url
-
Sets the variable name which exposes the URL into the request scope.
- setVar(String) - Method in class org.omnifaces.component.tree.Tree
-
Sets the name of the request attribute which exposes the wrapped data of the current node of the tree model.
- setVariable(String, ValueExpression) - Method in class org.omnifaces.el.DelegatingVariableMapper
- setVarNode(String) - Method in class org.omnifaces.component.tree.Tree
-
Sets the name of the request attribute which exposes the current node of the tree model.
- setViewAttribute(FacesContext, String, Object) - Static method in class org.omnifaces.util.FacesLocal
- setViewAttribute(String, Object) - Static method in class org.omnifaces.util.Faces
-
Sets the view scope attribute value associated with the given name.
- setViewId(String) - Method in class org.omnifaces.component.output.SitemapUrl
-
Sets the view ID to create the URI part of the "loc" element of the sitemap URL for.
- setViewId(String) - Method in class org.omnifaces.component.output.Url
-
Sets the view ID to create URL for.
- setViewRoot(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
- setViewRoot(String) - Static method in class org.omnifaces.util.Faces
-
Sets the current view root to the given view ID.
- setWrappedData(Object) - Method in class org.omnifaces.model.IterableDataModel
- setWrappedVariable(String, ValueExpression) - Method in class org.omnifaces.el.DelegatingVariableMapper
-
Sets wrapped variable of given name with given value expression.
- setWriteListener(WriteListener) - Method in class org.omnifaces.io.DefaultServletOutputStream
- SHOPPING - org.omnifaces.resourcehandler.WebAppManifest.Category
- shouldHandleExceptionRootCause(FacesContext, Throwable) - Method in class org.omnifaces.exceptionhandler.FullAjaxExceptionHandler
-
Returns
true
if theFullAjaxExceptionHandler
should handle this exception root cause. - shouldInvalidateInput(FacesContext, UIInput, Object) - Method in class org.omnifaces.component.validator.ValidateAll
-
In an invalidating case, invalidate only those inputs which have an empty value.
- shouldInvalidateInput(FacesContext, UIInput, Object) - Method in class org.omnifaces.component.validator.ValidateAllOrNone
-
In an invalidating case, invalidate only those inputs which have an empty value.
- shouldInvalidateInput(FacesContext, UIInput, Object) - Method in class org.omnifaces.component.validator.ValidateMultipleFields
-
Returns whether in in an invalidating case the given input component should be marked invalid.
- showMessage(FacesContext, List<UIInput>) - Method in class org.omnifaces.component.validator.ValidateMultipleFields
-
Show the message at the desired place(s) depending on the value of the
showMessageFor
attribute. - SimpleParam<T> - Class in org.omnifaces.component
-
This class provides a basic and default implementation of the
ParamHolder
interface. - SimpleParam() - Constructor for class org.omnifaces.component.SimpleParam
-
Default constructor.
- SimpleParam(UIParameter) - Constructor for class org.omnifaces.component.SimpleParam
-
Construct a simple param with name and value of given
UIParameter
component. - SimpleParam(String, T) - Constructor for class org.omnifaces.component.SimpleParam
-
Construct a simple param with name and value.
- SimpleParam(String, T, Converter<T>) - Constructor for class org.omnifaces.component.SimpleParam
-
Construct a simple param with name, value and converter.
- SimpleParam(ParamHolder<T>) - Constructor for class org.omnifaces.component.SimpleParam
-
Construct a simple param with name, value and converter of given
ParamHolder
instance. - SitemapUrl - Class in org.omnifaces.component.output
-
The
<o:sitemapUrl>
is a component which renders the given target URL or Faces view ID as a sitemap URL with support for adding additional query string parameters to the URL via nested<f:param>
and<o:param>
. - SitemapUrl() - Constructor for class org.omnifaces.component.output.SitemapUrl
-
Constructs the
SitemapUrl
component. - SitemapUrl.ChangeFrequency - Enum in org.omnifaces.component.output
-
The available values of the "changefreq" element of the sitemap URL.
- size() - Method in class org.omnifaces.util.cache.LruCache
- size() - Method in class org.omnifaces.util.MapWrapper
- SIZE_120 - Static variable in class org.omnifaces.resourcehandler.WebAppManifest.Size
-
120x120
- SIZE_128 - Static variable in class org.omnifaces.resourcehandler.WebAppManifest.Size
-
128x128
- SIZE_144 - Static variable in class org.omnifaces.resourcehandler.WebAppManifest.Size
-
144x144
- SIZE_152 - Static variable in class org.omnifaces.resourcehandler.WebAppManifest.Size
-
152x152
- SIZE_16 - Static variable in class org.omnifaces.resourcehandler.WebAppManifest.Size
-
16x16
- SIZE_168 - Static variable in class org.omnifaces.resourcehandler.WebAppManifest.Size
-
168x168
- SIZE_180 - Static variable in class org.omnifaces.resourcehandler.WebAppManifest.Size
-
180x180
- SIZE_192 - Static variable in class org.omnifaces.resourcehandler.WebAppManifest.Size
-
192x192
- SIZE_256 - Static variable in class org.omnifaces.resourcehandler.WebAppManifest.Size
-
256x256
- SIZE_32 - Static variable in class org.omnifaces.resourcehandler.WebAppManifest.Size
-
32x32
- SIZE_384 - Static variable in class org.omnifaces.resourcehandler.WebAppManifest.Size
-
384x384
- SIZE_48 - Static variable in class org.omnifaces.resourcehandler.WebAppManifest.Size
-
48x48
- SIZE_512 - Static variable in class org.omnifaces.resourcehandler.WebAppManifest.Size
-
512x512
- SIZE_64 - Static variable in class org.omnifaces.resourcehandler.WebAppManifest.Size
-
64x64
- SIZE_72 - Static variable in class org.omnifaces.resourcehandler.WebAppManifest.Size
-
72x72
- SIZE_96 - Static variable in class org.omnifaces.resourcehandler.WebAppManifest.Size
-
96x96
- skipDeploymentException(ServletContext) - Static method in class org.omnifaces.config.OmniFaces
-
Returns whether the context parameter "org.omnifaces.SKIP_DEPLOYMENT_EXCEPTION" is set to
true
. - SkipValidators - Class in org.omnifaces.taghandler
-
The
<o:skipValidators>
taghandler allows the developer to entirely skip validation when executing anUICommand
orClientBehaviorHolder
action. - SkipValidators(TagConfig) - Constructor for class org.omnifaces.taghandler.SkipValidators
-
The tag constructor.
- SOCIAL - org.omnifaces.resourcehandler.WebAppManifest.Category
- Socket - Class in org.omnifaces.cdi.push
-
The
<o:socket>
is anUIComponent
whith opens an one-way (server to client) web socket based push connection in client side which can be reached from server side viaPushContext
interface injected in any CDI/container managed artifact via@
Push
annotation. - Socket() - Constructor for class org.omnifaces.cdi.push.Socket
- SocketChannelManager - Class in org.omnifaces.cdi.push
-
This web socket channel manager holds all application and session scoped web socket channel identifiers registered by
<o:socket>
. - SocketChannelManager() - Constructor for class org.omnifaces.cdi.push.SocketChannelManager
- SocketChannelManager.ViewScope - Class in org.omnifaces.cdi.push
-
This helps the web socket channel manager to hold view scoped web socket channel identifiers registered by
<o:socket>
. - SocketEndpoint - Class in org.omnifaces.cdi.push
-
This web socket server endpoint handles web socket requests coming from
<o:socket>
. - SocketEndpoint() - Constructor for class org.omnifaces.cdi.push.SocketEndpoint
- SocketEvent - Class in org.omnifaces.cdi.push
-
This web socket event will be fired by
SocketSessionManager
when a socket has been@
SocketEvent.Opened
,@
SocketEvent.Switched
or@
SocketEvent.Closed
. - SocketEvent.Closed - Annotation Type in org.omnifaces.cdi.push
-
Indicates that a socket has closed.
- SocketEvent.Opened - Annotation Type in org.omnifaces.cdi.push
-
Indicates that a socket has opened.
- SocketEvent.Switched - Annotation Type in org.omnifaces.cdi.push
-
Indicates that a socket user was switched.
- SocketFacesListener - Class in org.omnifaces.cdi.push
-
This Faces listener for
UIViewRoot
ensures that the necessary JavaScript code to open or close theWebSocket
is properly rendered. - SocketFacesListener() - Constructor for class org.omnifaces.cdi.push.SocketFacesListener
- SocketPushContext - Class in org.omnifaces.cdi.push
- SocketPushContextProducer - Class in org.omnifaces.cdi.push
- SocketPushContextProducer() - Constructor for class org.omnifaces.cdi.push.SocketPushContextProducer
- SocketSessionManager - Class in org.omnifaces.cdi.push
-
This web socket session manager holds all web socket sessions by their channel identifier.
- SocketSessionManager() - Constructor for class org.omnifaces.cdi.push.SocketSessionManager
- SocketUserManager - Class in org.omnifaces.cdi.push
-
This web socket user manager holds all web socket users registered by
<o:socket>
. - SocketUserManager() - Constructor for class org.omnifaces.cdi.push.SocketUserManager
- SortedTreeModel<T> - Class in org.omnifaces.model.tree
- SortedTreeModel() - Constructor for class org.omnifaces.model.tree.SortedTreeModel
- SourceMapResourceHandler - Class in org.omnifaces.resourcehandler
-
This
ResourceHandler
implementation will set theSourceMap
response header with the correctly mapped request path to any discovered source map of any CSS and JS resource. - SourceMapResourceHandler(ResourceHandler) - Constructor for class org.omnifaces.resourcehandler.SourceMapResourceHandler
-
Creates a new instance of this source map resource handler which wraps the given resource handler.
- splitAndTrim(String, String) - Static method in class org.omnifaces.util.Utils
-
Split given string on given delimiter and makes sure each part is already trimmed via
String.trim()
and that any empty strings are already filtered. - splitAndTrim(String, String, int) - Static method in class org.omnifaces.util.Utils
-
Split given string on given delimiter until the given threshold and makes sure each part is already trimmed via
String.trim()
. - splitArray(Object, int) - Static method in class org.omnifaces.el.functions.Converters
-
Splits the given array into an array of subarrays of the given fragment size.
- splitList(List<E>, int) - Static method in class org.omnifaces.el.functions.Converters
-
Splits the given list into a list of sublists of the given fragment size.
- SPORTS - org.omnifaces.resourcehandler.WebAppManifest.Category
- STANDALONE - org.omnifaces.resourcehandler.WebAppManifest.Display
- startCDATA() - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
- startDocument() - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
- startElement(ResponseWriter, UIComponent) - Method in class org.omnifaces.renderer.InlineResourceRenderer
-
Start the element.
- startElement(ResponseWriter, UIComponent) - Method in class org.omnifaces.renderer.InlineScriptRenderer
- startElement(ResponseWriter, UIComponent) - Method in class org.omnifaces.renderer.InlineStylesheetRenderer
- startElement(String, UIComponent) - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
- startElement(String, UIComponent) - Method in class org.omnifaces.viewhandler.NoAutoGeneratedIdViewHandler.NoAutoGeneratedIdResponseWriter
- startsWithOneOf(String, String...) - Static method in class org.omnifaces.util.Utils
-
Returns
true
if the given string starts with one of the given prefixes. - Startup - Annotation Type in org.omnifaces.cdi
-
Stereo type that designates a bean as an eagerly instantiated bean with application scope.
- state - Variable in class org.omnifaces.component.input.OnloadParam
-
The component state.
- State - Class in org.omnifaces.util
-
Helper class for StateHelper that uses generic type-inference to make code that uses the StateHelper slightly less verbose.
- State(StateHelper) - Constructor for class org.omnifaces.util.State
- stream(File, OutputStream, long, long) - Static method in class org.omnifaces.util.Utils
-
Stream a specified range of the given file to the given output via NIO
Channels
and a directly allocated NIOByteBuffer
. - stream(InputStream, OutputStream) - Static method in class org.omnifaces.util.Utils
-
Stream the given input to the given output via NIO
Channels
and a directly allocated NIOByteBuffer
. - stream(Iterable<E>) - Static method in class org.omnifaces.util.Utils
-
Returns a stream of given iterable.
- stream(Object) - Static method in class org.omnifaces.util.Utils
-
Returns a stream of given object.
- stream(Map<K, V>) - Static method in class org.omnifaces.util.Utils
-
Returns a stream of given map.
- stream(T[]) - Static method in class org.omnifaces.util.Utils
-
Returns a stream of given array.
- Strings - Class in org.omnifaces.el.functions
-
Collection of EL functions for string manipulation:
of:abbreviate()
,of:capitalize()
,of:concat()
,of:prettyURL()
,of:encodeURL()
,of:encodeURI()
,of:encodeBase64()
,of:escapeJS()
,of:stripTags()
andof:formatX()
. - stripExtension(String) - Static method in class org.omnifaces.util.ResourcePaths
-
Strips the extension from the given resource path if any.
- stripFacesViewsPrefix(String) - Static method in class org.omnifaces.facesviews.FacesViews
-
Strips any special '/WEB-INF/faces-views' prefix path from the given resource.
- stripPrefixPath(String, String) - Static method in class org.omnifaces.util.ResourcePaths
-
Strips the given prefix from the given resource path if any.
- stripTags(String) - Static method in class org.omnifaces.el.functions.Strings
-
Remove XML tags from a string and return only plain text.
- stripTrailingSlash(String) - Static method in class org.omnifaces.util.ResourcePaths
-
Strips the trailing slash(es) from the given resource path if any.
- stripWelcomeFilePrefix(ServletContext, String) - Static method in class org.omnifaces.facesviews.FacesViews
-
Strips any mapped welcome file prefix path from the given resource.
- StylesheetFamily - Class in org.omnifaces.component.stylesheet
-
Base class which is to be shared between all components of the Stylesheet family.
- StylesheetFamily() - Constructor for class org.omnifaces.component.stylesheet.StylesheetFamily
- subscribeToApplicationEvent(Class<? extends SystemEvent>, SystemEventListener) - Static method in class org.omnifaces.util.Events
-
Subscribe the given system event listener to the current application that get invoked every time when the given system event type is published in the current application.
- subscribeToApplicationEvent(Class<? extends SystemEvent>, Callback.SerializableVoid) - Static method in class org.omnifaces.util.Events
-
Subscribe the given callback to the current application that get invoked every time when the given system event type is published in the current application.
- subscribeToApplicationEvent(Class<? extends SystemEvent>, Callback.SerializableWithArgument<SystemEvent>) - Static method in class org.omnifaces.util.Events
-
Subscribe the given callback to the current application that get invoked every time when the given system event type is published in the current application.
- subscribeToRequestAfterPhase(PhaseId, Runnable) - Static method in class org.omnifaces.util.Events
-
Subscribe the given callback instance to the current request that get invoked after given phase ID.
- subscribeToRequestAfterPhase(PhaseId, Consumer<PhaseEvent>) - Static method in class org.omnifaces.util.Events
-
Subscribe the given callback instance to the current request that get invoked after given phase ID.
- subscribeToRequestBeforePhase(PhaseId, Runnable) - Static method in class org.omnifaces.util.Events
-
Subscribe the given callback instance to the current request that get invoked before given phase ID.
- subscribeToRequestBeforePhase(PhaseId, Consumer<PhaseEvent>) - Static method in class org.omnifaces.util.Events
-
Subscribe the given callback instance to the current request that get invoked before given phase ID.
- subscribeToRequestComponentEvent(UIComponent, Class<? extends ComponentSystemEvent>, Consumer<ComponentSystemEvent>) - Static method in class org.omnifaces.util.Events
-
Subscribe the given callback instance to the given component that get invoked only in the current request when the given component system event type is published on the given component.
- subscribeToViewAfterPhase(PhaseId, Runnable) - Static method in class org.omnifaces.util.Events
-
Subscribe the given callback instance to the current view that get invoked every time after given phase ID.
- subscribeToViewAfterPhase(PhaseId, Consumer<PhaseEvent>) - Static method in class org.omnifaces.util.Events
-
Subscribe the given callback instance to the current view that get invoked every time after given phase ID.
- subscribeToViewBeforePhase(PhaseId, Runnable) - Static method in class org.omnifaces.util.Events
-
Subscribe the given callback instance to the current view that get invoked every time before given phase ID.
- subscribeToViewBeforePhase(PhaseId, Consumer<PhaseEvent>) - Static method in class org.omnifaces.util.Events
-
Subscribe the given callback instance to the current view that get invoked every time before given phase ID.
- subscribeToViewEvent(Class<? extends SystemEvent>, SystemEventListener) - Static method in class org.omnifaces.util.Events
-
Subscribe the given system event listener to the current view that get invoked every time when the given system event type is published on the current view.
- subscribeToViewEvent(Class<? extends SystemEvent>, Callback.SerializableVoid) - Static method in class org.omnifaces.util.Events
-
Subscribe the given callback to the current view that get invoked every time when the given system event type is published on the current view.
- subscribeToViewEvent(Class<? extends SystemEvent>, Callback.SerializableWithArgument<SystemEvent>) - Static method in class org.omnifaces.util.Events
-
Subscribe the given callback to the current view that get invoked every time when the given system event type is published on the current view.
- switchUser(String, String, Serializable, Serializable) - Method in class org.omnifaces.cdi.push.SocketChannelManager
-
Switch the user on the given channel on the given scope from the given old user to the given new user.
All Classes All Packages