Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
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
EditableValueHolderchildren. - saveInViewState() - Element in annotation interface 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.
- Scopes and users - Search tag in class org.omnifaces.cdi.push.Socket
- Section
- Scopes and users - Search tag in class org.omnifaces.cdi.push.Sse
- Section
- ScriptError - Record Class in org.omnifaces.cdi
-
This CDI event will be fired by
ScriptErrorHandlerwhen an uncaught JavaScript error or unhandled promise rejection is caught in the client. - ScriptError(String, String, String, String, String, String, String, String, String, String) - Constructor for record class org.omnifaces.cdi.ScriptError
-
Creates an instance of a
ScriptErrorrecord class. - ScriptErrorHandler - Class in org.omnifaces.component.script
-
The
<o:scriptErrorHandler>is a component that catches uncaught JavaScript errors and unhandled promise rejections on the client and sends them to the server vianavigator.sendBeacon(), where they are fired asScriptErrorCDI events. - ScriptErrorHandler() - Constructor for class org.omnifaces.component.script.ScriptErrorHandler
- ScriptErrorServlet - Class in org.omnifaces.servlet
-
This servlet receives script error reports sent by
<o:scriptErrorHandler>vianavigator.sendBeacon()and fires them asScriptErrorCDI events. - ScriptErrorServlet() - Constructor for class org.omnifaces.servlet.ScriptErrorServlet
- 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 - Enum constant in enum class org.omnifaces.resourcehandler.WebAppManifest.Category
- Security considerations - Search tag in class org.omnifaces.cdi.push.Socket
- Section
- Security considerations - Search tag in class org.omnifaces.cdi.push.Sse
- Section
- SelectItemGroups - Class in org.omnifaces.component.model
-
The
o:selectItemGroupsis an extension ofUISelectItemswhich 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
SelectIteminstances from various sources. - SelectItemsConverter - Class in org.omnifaces.converter
-
The
omnifaces.SelectItemsConverterallows 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.SelectItemsIndexConverteris a variant of theSelectItemsConverterwhich 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
SelectItemor data represented by them. - send(Object) - Method in class org.omnifaces.cdi.push.SocketPushContext
- send(Object) - Method in class org.omnifaces.cdi.push.SsePushContext
- send(Object) - Method in interface org.omnifaces.cdi.PushContext
-
Send given message object to the push channel as identified by
@Push. - send(Object, Collection<S>) - Method in class org.omnifaces.cdi.push.SocketPushContext
- send(Object, Collection<S>) - Method in class org.omnifaces.cdi.push.SsePushContext
- send(Object, Collection<S>) - Method in interface org.omnifaces.cdi.PushContext
-
Send given message object to the push channel as identified by
@Push, targeted to the given users as identified by<o:socket user>or<o:sse user>. - send(Object, S) - Method in class org.omnifaces.cdi.push.SocketPushContext
- send(Object, S) - Method in class org.omnifaces.cdi.push.SsePushContext
- send(Object, S) - Method in interface org.omnifaces.cdi.PushContext
-
Send given message object to the push channel as identified by
@Push, targeted to the given user as identified by<o:socket user>or<o:sse user>. - send(String, String) - Method in class org.omnifaces.cdi.push.SocketSessionManager
-
Send the given message to all open sessions associated with given channel identifier.
- send(String, String) - Method in class org.omnifaces.cdi.push.SseSessionManager
-
Send the given message to all open sessions associated with given channel identifier.
- SEND_404 - Enum constant in enum class org.omnifaces.facesviews.ExtensionAction
-
Send a 404 (not found), makes it look like e.g.
- SEND_404 - Enum constant in enum class 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, FunctionalInterfaces.ThrowingConsumer<OutputStream>) - 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, FunctionalInterfaces.ThrowingConsumer<OutputStream>) - 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.
- sendToSession(AsyncContext, String) - Method in class org.omnifaces.cdi.push.SseSessionManager
- sendToSession(Session, String) - Method in class org.omnifaces.cdi.push.SocketSessionManager
- 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
- serializeState(ObjectOutputStream) - Method in class org.omnifaces.cdi.push.SocketChannelManager
-
Serialize the push channel state for session persistence or failover.
- serializeState(ObjectOutputStream) - Method in class org.omnifaces.cdi.push.SseChannelManager
-
Serialize the push channel state for session persistence or failover.
- serializeURLSafe(String) - Static method in class org.omnifaces.util.Utils
-
Serialize the given string to the short possible unique URL-safe representation.
- Server side caching - Search tag in class org.omnifaces.resourcehandler.PWAResourceHandler
- Section
- 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
- setAcceptMessage(String) - Method in class org.omnifaces.component.input.InputFile
-
Sets validation message to be displayed when the condition in
acceptattribute 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
ValueExpressionrepresenting aMultiFieldValidatorimplementation and set it asvalidatorproperty of currentValidateMultiplecomponent, or if it couldn't be obtained, then get aMethodExpressionrepresenting a method with the same signature asMultiFieldValidator.validateValues(FacesContext, List, List)and set it asvalidateMethodproperty of currentValidateMultiplecomponent. - 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
destinationis 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
destinationis 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(HttpServletRequest, 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
- setCallback(FunctionalInterfaces.SerializableSupplier<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.Notification
-
Sets the name of the push channel.
- setChannel(String) - Method in class org.omnifaces.cdi.push.Socket
-
Sets the name of the push channel.
- setChannel(String) - Method in class org.omnifaces.cdi.push.Sse
-
Sets the name of the push channel.
- setClientIdName(String) - Method in class org.omnifaces.component.input.ComponentIdParam
-
Sets the name of the request parameters from which the values are retrieved on an initial request that represent client ids of those components from which the markup should appear in the response (i.e. which should be rendered).
- setCollectionType(String) - Method in class org.omnifaces.converter.ToCollectionConverter
-
Sets the FQN of the collection to create.
- setComponentIdName(String) - Method in class org.omnifaces.component.input.ComponentIdParam
-
Sets the name of the request parameters from which the values are retrieved on an initial request that represent component ids of those components from which the markup should appear in the response (i.e. which should be rendered).
- 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 space separated collection of client IDs of UI input components 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
- setContentLengthLong(long) - Method in class org.omnifaces.servlet.CompressedHttpServletResponse
- 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
- setConverterIds(String) - Method in class org.omnifaces.converter.CompositeConverter
-
Sets the comma-separated string of converter IDs.
- 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
nullor empty. - setDefault(String) - Method in class org.omnifaces.component.input.ViewParam
-
Sets the default value in case the actual request parameter is
nullor 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.
- setErrorExpiry(int) - Method in class org.omnifaces.component.script.ScriptErrorHandler
-
Sets the time in milliseconds after which a recent error entry expires for deduplication.
- 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
destinationis 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.
- setFragment(String) - Method in class org.omnifaces.component.output.GraphicImage
-
Sets the URL fragment identifier, which will be appended to generated resource URL.
- setFragment(String) - Method in class org.omnifaces.component.output.Link
-
Sets the identifier of the page fragment which should be brought into focus when the target page is rendered.
- setGroup(String) - Method in class org.omnifaces.component.script.DeferredScript
-
Sets the group name on which the deferred script resources should be combined by CombinedResourceHandler.
- setHeader(String, String) - Method in class org.omnifaces.servlet.CompressedHttpServletResponse
- setIcon(String) - Method in class org.omnifaces.cdi.push.Notification
-
Sets the notification icon URL.
- setIf(String) - Method in class org.omnifaces.component.output.ConditionalComment
-
Sets the
ifcondition of the conditional comment. - setIgnoreSelector(String) - Method in class org.omnifaces.component.script.ScriptErrorHandler
-
Sets the CSS selector for elements whose presence suppresses error reporting.
- setIgnoreValidationFailed(boolean) - Method in class org.omnifaces.component.input.Form
-
Sets whether the form should ignore validation fail (and thus proceed to update model/invoke action).
- setIncludeRequestParams(boolean) - Method in class org.omnifaces.component.input.Form
-
Sets 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
-
Sets whether or not the request parameters should be encoded into the target 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.
- setItemLabel(String) - Method in class org.omnifaces.component.model.SelectItemGroups
-
Sets the label of the select item group.
- setItemValue(Object) - Method in class org.omnifaces.component.model.SelectItemGroups
-
Sets the value of the select item group.
- 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
labelattribute 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(Object) - Method in class org.omnifaces.component.output.GraphicImage
- 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 tree node level to render the node children for.
- setLibrary(String) - Method in class org.omnifaces.component.output.GraphicImage
-
Sets the resource library name of the resource.
- setLibrary(String) - Method in class org.omnifaces.component.script.DeferredScript
-
Sets the "library name" part of the resource identifier.
- setLibrary(String) - Method in class org.omnifaces.component.stylesheet.CriticalStylesheet
-
Sets the "library name" part of the resource identifier.
- 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.
- setMaxRecentErrors(int) - Method in class org.omnifaces.component.script.ScriptErrorHandler
-
Sets the maximum number of recent errors to keep for deduplication.
- 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
maxsizeattribute is violated. - setMedia(String) - Method in class org.omnifaces.component.stylesheet.CriticalStylesheet
-
Sets the media that the stylesheet applies to.
- 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 on failure.
- setName(String) - Method in class org.omnifaces.component.input.HashParam
- setName(String) - Method in class org.omnifaces.component.input.ViewParam
- setName(String) - Method in class org.omnifaces.component.output.GraphicImage
-
Sets the resource name of the resource.
- setName(String) - Method in class org.omnifaces.component.output.PathParam
- setName(String) - Method in class org.omnifaces.component.script.DeferredScript
-
Sets the "resource name" part of the resource identifier.
- setName(String) - Method in class org.omnifaces.component.SimpleParam
-
Sets the parameter name.
- setName(String) - Method in class org.omnifaces.component.stylesheet.CriticalStylesheet
-
Sets the "resource name" part of the resource identifier.
- 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(HttpServletRequest, HttpServletResponse) - Static method in class org.omnifaces.util.Servlets
-
Set the no-cache headers.
- setOnbegin(String) - Method in class org.omnifaces.component.script.DeferredScript
-
Sets the JavaScript code to execute right before the script loading begins.
- setOnclick(String) - Method in class org.omnifaces.cdi.push.Notification
-
Sets the JavaScript event handler function that is invoked when a notification is clicked.
- setOnclose(String) - Method in class org.omnifaces.cdi.push.Notification
-
Sets the JavaScript event handler function that is invoked when a notification is closed.
- setOnclose(String) - Method in class org.omnifaces.cdi.push.Socket
-
Sets the JavaScript event handler function that is invoked when the push connection is closed.
- setOnclose(String) - Method in class org.omnifaces.cdi.push.Sse
-
Sets the JavaScript event handler function that is invoked when the push connection is closed.
- setOnerror(String) - Method in class org.omnifaces.cdi.push.Notification
-
Sets the JavaScript event handler function that is invoked when a notification error occurs.
- 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.
- setOnerror(String) - Method in class org.omnifaces.cdi.push.Sse
-
Sets the JavaScript event handler function that is invoked when a connection error has occurred.
- setOnerror(String) - Method in class org.omnifaces.component.script.DeferredScript
-
Sets the JavaScript code to execute when the script loading has failed.
- 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.
- setOnmessage(String) - Method in class org.omnifaces.cdi.push.Sse
-
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 push connection is opened.
- setOnopen(String) - Method in class org.omnifaces.cdi.push.Sse
-
Sets the JavaScript event handler function that is invoked when the push connection is opened.
- setOnpermissionchange(String) - Method in class org.omnifaces.cdi.push.Notification
-
Sets the JavaScript event handler function that is invoked when the notification permission changes.
- setOnsuccess(String) - Method in class org.omnifaces.component.script.DeferredScript
-
Sets the JavaScript code to execute when the script loading is successfully completed.
- setOnunsupported(String) - Method in class org.omnifaces.cdi.push.Notification
-
Sets the JavaScript event handler function that is invoked when the Notifications API is not supported or the service worker is not available.
- 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
-
Sets 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. - setPath(String) - Method in class org.omnifaces.component.output.ResourceInclude
-
Sets the pathname to the resource.
- 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
-
Sets 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.
- setRenderChildren(boolean) - Method in class org.omnifaces.component.input.ComponentIdParam
-
Sets whether children of the components identified by clientIdName or componentIdName are rendered in addition to the component itself.
- 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.
- setRequireInteraction(boolean) - Method in class org.omnifaces.cdi.push.Notification
-
Sets whether the notification requires interaction to be dismissed.
- 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 push channel.
- setScope(String) - Method in class org.omnifaces.cdi.push.Sse
-
Sets the scope of the push 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 identifier for which this validator should show the message.
- setSilent(boolean) - Method in class org.omnifaces.cdi.push.Notification
-
Sets whether the notification should be silent (no sound/vibration).
- setStacked(boolean) - Method in class org.omnifaces.cdi.push.Notification
-
Sets whether notifications should be stacked instead of replaced.
- 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).
- Setting a custom caching provider - Search tag in class org.omnifaces.component.output.Cache
- Section
- 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.output.GraphicImage
-
Sets the image type, represented as file extension.
- setType(String) - Method in class org.omnifaces.component.validator.ValidateOrder
-
Sets the ordering type to be used.
- setType(String) - Method in class org.omnifaces.converter.ImplicitNumberConverter
- 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.Notification
-
Sets the user identifier of the push channel, so that user-targeted push messages can be sent.
- setUser(Serializable) - Method in class org.omnifaces.cdi.push.Socket
-
Sets the user identifier of the push channel, so that user-targeted push messages can be sent.
- setUser(Serializable) - Method in class org.omnifaces.cdi.push.Sse
-
Sets the user identifier of the push channel, so that user-targeted push messages can be sent.
- setUseRequestURI(boolean) - Method in class org.omnifaces.component.input.Form
-
Sets 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.model.SelectItemGroups
- 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 to encode.
- setValueExpression(String, ValueExpression) - Method in class org.omnifaces.cdi.push.Notification
-
An override which checks if this isn't been invoked on
channelattribute, and if theuserattribute isSerializable. - setValueExpression(String, ValueExpression) - Method in class org.omnifaces.cdi.push.Socket
-
An override which additionally checks if this isn't been invoked on
scopeattribute. - setValueExpression(String, ValueExpression) - Method in class org.omnifaces.cdi.push.Sse
-
An override which additionally checks if this isn't been invoked on
scopeattribute. - setValueExpression(String, ValueExpression) - Method in class org.omnifaces.component.messages.OmniMessages
-
An override which checks if this isn't been invoked on
varattribute. - setValueExpression(String, ValueExpression) - Method in class org.omnifaces.component.model.SelectItemGroups
-
An override which checks if this isn't been invoked on
varattribute. - setValueExpression(String, ValueExpression) - Method in class org.omnifaces.component.output.OutputFormat
-
An override which checks if this isn't been invoked on
varattribute. - setValueExpression(String, ValueExpression) - Method in class org.omnifaces.component.output.Url
-
An override which checks if this isn't been invoked on
varattribute. - setValueExpression(String, ValueExpression) - Method in class org.omnifaces.component.tree.Tree
-
An override which checks if this isn't been invoked on
varorvarNodeattribute. - setVar(String) - Method in class org.omnifaces.component.messages.OmniMessages
-
Sets the name of the request attribute which exposes the current faces message in the request scope.
- setVar(String) - Method in class org.omnifaces.component.model.SelectItemGroups
-
Sets the name of the EL variable which exposes the currently iterated select item group.
- 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 - Enum constant in enum class org.omnifaces.resourcehandler.WebAppManifest.Category
- shouldHandleExceptionRootCause(FacesContext, Throwable) - Method in class org.omnifaces.exceptionhandler.FullAjaxExceptionHandler
-
Returns
trueif theFullAjaxExceptionHandlershould 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
showMessageForattribute. - SimpleParam<T> - Class in org.omnifaces.component
-
This class provides a basic and default implementation of the
ParamHolderinterface. - 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
UIParametercomponent. - 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
ParamHolderinstance. - Single file selection - Search tag in class org.omnifaces.component.input.InputFile
- Section
- Single role check - Search tag in class org.omnifaces.security.AuthorizeTagHandler
- Section
- 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
SitemapUrlcomponent. - SitemapUrl.ChangeFrequency - Enum Class 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 anUICommandorClientBehaviorHolderaction. - SkipValidators(TagConfig) - Constructor for class org.omnifaces.taghandler.SkipValidators
-
The tag constructor.
- SOCIAL - Enum constant in enum class org.omnifaces.resourcehandler.WebAppManifest.Category
- Socket - Class in org.omnifaces.cdi.push
-
The
<o:socket>is anUIComponentwhith opens an one-way (server to client) web socket based push connection in client side which can be reached from server side viaPushContextinterface injected in any CDI/container managed artifact via@Pushannotation. - Socket() - Constructor for class org.omnifaces.cdi.push.Socket
- SOCKET - Enum constant in enum class org.omnifaces.cdi.Push.Type
-
Web Socket transport via
<o:socket>. - SOCKET_URI_PREFIX - Static variable in interface org.omnifaces.cdi.PushContext
-
The context-relative web socket URI prefix where the endpoint should listen on.
- 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 endpoint handles connections opened by
<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
SocketSessionManagerwhen a web socket has been@SocketEvent.Opened,@SocketEvent.Switchedor@SocketEvent.Closed. - SocketEvent.Closed - Annotation Interface in org.omnifaces.cdi.push
-
Indicates that a web socket has closed.
- SocketEvent.Opened - Annotation Interface in org.omnifaces.cdi.push
-
Indicates that a web socket has opened.
- SocketEvent.Switched - Annotation Interface in org.omnifaces.cdi.push
-
Indicates that a web socket user was switched.
- SocketFacesListener - Class in org.omnifaces.cdi.push
-
This Faces listener for
UIViewRootensures that the necessary JavaScript code to open or close theWebSocketis properly rendered. - SocketFacesListener() - Constructor for class org.omnifaces.cdi.push.SocketFacesListener
- SocketPushContext - Class in org.omnifaces.cdi.push
-
This is a concrete web socket implementation of
PushContextinterface which is to be injected by@Push. - SocketPushContextProducer - Class in org.omnifaces.cdi.push
-
Deprecated, for removal: This API element is subject to removal in a future version.
- SocketPushContextProducer() - Constructor for class org.omnifaces.cdi.push.SocketPushContextProducer
-
Deprecated.
- 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
ResourceHandlerimplementation will set theSourceMapresponse 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.
- sourceURL() - Method in record class org.omnifaces.cdi.ScriptError
-
Returns the value of the
sourceURLrecord component. - 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 - Enum constant in enum class org.omnifaces.resourcehandler.WebAppManifest.Category
- Sse - Class in org.omnifaces.cdi.push
-
The
<o:sse>is anUIComponentwhich opens an one-way (server to client) SSE (Server-Sent Events) based push connection in client side which can be reached from server side viaPushContextinterface injected in any CDI/container managed artifact via@Push(type=SSE)annotation. - Sse() - Constructor for class org.omnifaces.cdi.push.Sse
- SSE - Enum constant in enum class org.omnifaces.cdi.Push.Type
-
Server-Sent Events transport via
<o:sse>. - SSE_URI_PREFIX - Static variable in interface org.omnifaces.cdi.PushContext
-
The context-relative server sent events URI prefix where the async servlet should listen on.
- SseChannelManager - Class in org.omnifaces.cdi.push
-
This SSE channel manager holds all application and session scoped SSE channel identifiers registered by
<o:sse>. - SseChannelManager() - Constructor for class org.omnifaces.cdi.push.SseChannelManager
- SseChannelManager.ViewScope - Class in org.omnifaces.cdi.push
-
This helps the SSE channel manager to hold view scoped SSE channel identifiers registered by
<o:sse>. - SseEndpoint - Class in org.omnifaces.cdi.push
-
This SSE endpoint handles connections opened by
<o:sse>and<o:notification>. - SseEndpoint() - Constructor for class org.omnifaces.cdi.push.SseEndpoint
- SseEvent - Class in org.omnifaces.cdi.push
-
This SSE event will be fired by
SseSessionManagerwhen an SSE connection has been@SseEvent.Opened,@SseEvent.Switchedor@SseEvent.Closed. - SseEvent.Closed - Annotation Interface in org.omnifaces.cdi.push
-
Indicates that a SSE channel has closed.
- SseEvent.Opened - Annotation Interface in org.omnifaces.cdi.push
-
Indicates that a SSE channel has opened.
- SseEvent.Switched - Annotation Interface in org.omnifaces.cdi.push
-
Indicates that a SSE user was switched.
- SsePushContext - Class in org.omnifaces.cdi.push
-
This is a concrete SSE implementation of
PushContextinterface which is to be injected by@Push(type=SSE)or@Push(type=NOTIFICATION). - SseSessionManager - Class in org.omnifaces.cdi.push
-
This SSE session manager holds all SSE connections by their channel identifier.
- SseSessionManager() - Constructor for class org.omnifaces.cdi.push.SseSessionManager
- SseUserManager - Class in org.omnifaces.cdi.push
-
This SSE user manager holds all SSE users registered by
<o:sse>. - SseUserManager() - Constructor for class org.omnifaces.cdi.push.SseUserManager
- SSE vs WebSocket - Search tag in class org.omnifaces.cdi.push.Sse
- Section
- STANDALONE - Enum constant in enum class org.omnifaces.resourcehandler.WebAppManifest.Display
- Standard configuration - Search tag in class org.omnifaces.resourcehandler.CDNResourceHandler
- Section
- startCDATA() - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
- startDocument() - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
- startElement(FacesContext, ResponseWriter, UIOutput) - Method in class org.omnifaces.renderer.InlineResourceRenderer
-
Start the element.
- startElement(FacesContext, ResponseWriter, UIOutput) - Method in class org.omnifaces.renderer.InlineScriptRenderer
- startElement(FacesContext, ResponseWriter, UIOutput) - 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
trueif the given string starts with one of the given prefixes. - Startup - Annotation Interface 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
- Stateless mode to avoid unnecessary conversion, validation and model updating on postbacks - Search tag in class org.omnifaces.component.input.ViewParam
- Section
- 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
Channelsand 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
Channelsand 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:
o:abbreviate(),o:capitalize(),o:concat(),o:prettyURL(),o:encodeURL(),o:encodeURI(),o:encodeBase64(),o:escapeJS(),o:stripTags(),o:formatX(), ando:flagEmoji(). - 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>, FunctionalInterfaces.SerializableConsumer<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.
- subscribeToApplicationEvent(Class<? extends SystemEvent>, FunctionalInterfaces.SerializableRunnable) - 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>, FunctionalInterfaces.SerializableConsumer<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.
- subscribeToViewEvent(Class<? extends SystemEvent>, FunctionalInterfaces.SerializableRunnable) - 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.
- Support bean validation and triggering validate events on null value - Search tag in class org.omnifaces.component.input.ViewParam
- Section
- Supported scopes - Search tag in annotation interface org.omnifaces.cdi.Eager
- Section
- SVG view modes - Search tag in class org.omnifaces.component.output.GraphicImage
- Section
- 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.
- switchUser(String, String, Serializable, Serializable) - Method in class org.omnifaces.cdi.push.SseChannelManager
-
Switch the user on the given channel on the given scope from the given old user to the given new user.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
PushContextProducerinstead.