- save(EditableValueHolder) - Method in class org.omnifaces.component.EditableValueHolderStateHelper
-
- save(FacesContext, StateHelper, Iterator<UIComponent>) - Static method in class org.omnifaces.component.EditableValueHolderStateHelper
-
- scanAndStoreViews(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViewsUtils
-
Scans for faces-views resources and stores the result at the designated location "org.omnifaces.facesviews"
in the ServletContext.
- scanViews(ServletContext, Set<String>, Map<String, String>, Set<String>) - Static method in class org.omnifaces.facesviews.FacesViewsUtils
-
Scans resources (views) recursively starting with the given resource paths, and collects those and all unique extensions
encountered in a flat map respectively set.
- scanViews(ServletContext, Set<String>) - Static method in class org.omnifaces.facesviews.FacesViewsUtils
-
Scans resources (views) recursively starting with the given resource paths and returns a flat map containing all resources
encountered.
- scanViews(ServletContext, Set<String>, Map<String, String>) - Static method in class org.omnifaces.facesviews.FacesViewsUtils
-
Scans resources (views) recursively starting with the given resource paths, and collects those in a flat map.
- 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
-
- ScopedRunner(FacesContext, Map<String, Object>) - Constructor for class org.omnifaces.el.ScopedRunner
-
- 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
-
- 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
-
Base class for a converter that automatically converts a string representation of an Object back
to its original object based on the associated select items for the component for which conversion is
taking place.
- SelectItemsConverter() - Constructor for class org.omnifaces.converter.SelectItemsConverter
-
- SelectItemsUtils - Class in org.omnifaces.util.selectitems
-
Collection of utility methods for working with
SelectItem
or data represented by them.
- sendFile(File, boolean) - Static method in class org.omnifaces.util.Faces
-
Send the given file to the response.
- sendFile(byte[], String, boolean) - Static method in class org.omnifaces.util.Faces
-
Send the given byte array as a 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.
- serializeURLSafe(String) - Static method in class org.omnifaces.util.Utils
-
Serialize the given string to the short possible unique URL-safe representation.
- SESSION_MAX_CAP_PARAM_NAME - Static variable in class org.omnifaces.component.output.cache.CacheInstancePerScopeProvider
-
- SESSION_TTL_PARAM_NAME - Static variable in class org.omnifaces.component.output.cache.CacheInstancePerScopeProvider
-
- set() - Static method in class org.omnifaces.component.output.cache.concurrentlinkedhashmap.Weighers
-
A weigher where the value is a
Set
and its weight is the number
of elements.
- setApplicationAttribute(String, Object) - Static method in class org.omnifaces.util.Faces
-
Sets the application scope attribute value associated with the given name.
- setCacheAttribute(FacesContext, String, Object) - 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.
- setCacheProvider(CacheProvider, ServletContext) - Static method in class org.omnifaces.component.output.cache.CacheFactory
-
- setCacheStore(Map<String, CacheEntry>) - Method in class org.omnifaces.component.output.cache.TimeToLiveCache
-
- setCallbackAfterPhaseListener(PhaseId, Callback.Void) - Static method in class org.omnifaces.util.Events
-
Sets a phase listener for callback by a global phase listener during the current request that invokes the
given callback every time after given phase ID.
- setCallBackBeforePhaseListener(PhaseId, Callback.Void) - Static method in class org.omnifaces.util.Events
-
Sets a phase listener for callback by a global phase listener during the current request that invokes the
given callback every time before given phase ID.
- setCallbackPhaseListener(PhaseListener) - Static method in class org.omnifaces.eventlistener.CallbackPhaseListener
-
- setCallbackPhaseListener(PhaseListener) - Static method in class org.omnifaces.util.Events
-
Sets phase listener for callback by a global phase listener during the current request.
- setCapacity(long) - Method in class org.omnifaces.component.output.cache.concurrentlinkedhashmap.ConcurrentLinkedHashMap
-
Sets the maximum weighted capacity of the map and eagerly evicts entries
until it shrinks to the appropriate size.
- setComponents(String) - Method in class org.omnifaces.component.validator.ValidateMultipleFields
-
Sets the client identifiers of components which are to be validated.
- setContentLength(int) - Method in class org.omnifaces.servlet.GzipHttpServletResponse
-
- 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.ListTreeModel
-
- setData(T) - Method in interface org.omnifaces.model.tree.TreeModel
-
Sets the wrapped data of the current tree node.
- setDisabled(boolean) - Method in class org.omnifaces.component.validator.ValidateMultipleFields
-
Sets whether the validation should be disabled or not.
- setFaceletAttribute(String, Object) - Static method in class org.omnifaces.util.Faces
-
Sets the Facelet attribute value associated with the given name.
- 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.
- setHeader(String, String) - Method in class org.omnifaces.servlet.GzipHttpServletResponse
-
- setIf(String) - Method in class org.omnifaces.component.output.ConditionalComment
-
Sets the if condition.
- setIncludeViewParams(boolean) - Method in class org.omnifaces.component.input.Form
-
Set whether or not the view parameters should be encoded into the form's action URL.
- setKey(String) - Method in class org.omnifaces.component.output.Cache
-
- setLevel(Integer) - Method in class org.omnifaces.component.tree.TreeNode
-
Sets the level for which this node should render the items.
- 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.
- setMessage(String) - Method in class org.omnifaces.component.validator.ValidateMultipleFields
-
Sets the validation message to be shown.
- setParameters(Map<String, String>) - Method in class org.omnifaces.component.output.cache.CacheInstancePerScopeProvider
-
- setParameters(Map<String, String>) - Method in interface org.omnifaces.component.output.cache.CacheProvider
-
Passes parameters to the cache provider implementation.
- setPartialRequest(boolean) - Method in class org.omnifaces.context.OmniPartialViewContext
-
- setPassThrough(boolean) - Method in class org.omnifaces.servlet.HttpServletResponseOutputWrapper
-
- setPhaseId(PhaseId) - Method in class org.omnifaces.event.FacesEventWrapper
-
- setPropertyResolved(boolean) - Method in class org.omnifaces.el.ELContextWrapper
- setRequestAttribute(String, Object) - Static method in class org.omnifaces.util.Faces
-
Sets the request scope attribute value associated with the given name.
- setResolver(Messages.Resolver) - Static method in class org.omnifaces.util.Messages
-
Set the custom message resolver.
- setScope(String) - Method in class org.omnifaces.component.output.Cache
-
- 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.
- setShowMessageFor(String) - Method in class org.omnifaces.component.validator.ValidateMultipleFields
-
Sets the client identifier 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.ViewParam
-
- setTime(Integer) - Method in class org.omnifaces.component.output.Cache
-
- setToList(Set<E>) - Static method in class org.omnifaces.el.functions.Converters
-
Converts a Set<E>
to a List<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
-
- setValidTill(Date) - Method in class org.omnifaces.component.output.cache.CacheEntry
-
Sets the date that's the last moment in time the value obtained via getValue() is valid.
- setValue(String) - Method in class org.omnifaces.component.output.cache.CacheEntry
-
Sets the value for which this object is keeping meta data
- setValue(Object) - Method in class org.omnifaces.component.tree.Tree
-
Sets the tree model.
- setValue(ELContext, Object, Object, Object) - Method in class org.omnifaces.el.ELResolverWrapper
- setValue(ELContext, Object) - Method in class org.omnifaces.el.ValueExpressionWrapper
-
- setValueExpression(String, ValueExpression) - Method in class org.omnifaces.component.output.OutputFormat
-
An override which checks if this isn't been invoked on var
or varNode
attribute.
- setValueExpression(String, ValueExpression) - Method in class org.omnifaces.component.tree.Tree
-
An override which checks if this isn't been invoked on var
or varNode
attribute.
- 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.tree.Tree
-
Sets the name of the request attribute which exposes the wrapped data of the current node of the tree model.
- 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(String, Object) - Static method in class org.omnifaces.util.Faces
-
Sets the view scope attribute value associated with the given name.
- setViewRoot(String) - Static method in class org.omnifaces.util.Faces
-
Sets the current view root to the given view ID.
- 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.
- singleton() - Static method in class org.omnifaces.component.output.cache.concurrentlinkedhashmap.Weighers
-
A weigher where a value has a weight of 1.
- size() - Method in class org.omnifaces.component.output.cache.concurrentlinkedhashmap.ConcurrentLinkedHashMap
-
- size() - Method in class org.omnifaces.util.MapWrapper
- START_CONTENT_MARKER - Static variable in class org.omnifaces.component.output.Cache
-
- startCDATA() - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
-
- startDocument() - Method in class org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
-
- startElement(String, UIComponent) - 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
-
- 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(InputStream, OutputStream) - Static method in class org.omnifaces.util.Utils
-
Stream the given input to the given output by NIO
ByteBuffer
.
- Strings - Class in org.omnifaces.el.functions
-
Collection of EL functions for string manipulation.
- stripExtension(String) - Static method in class org.omnifaces.facesviews.FacesViewsUtils
-
Strips the extension from a resource if any.
- stripPrefixPath(String) - Static method in class org.omnifaces.facesviews.FacesViewsUtils
-
Strips the special 'faces-views' prefix path from the resource if any.
- subscribeToEvent(Class<? extends SystemEvent>, SystemEventListener) - Static method in class org.omnifaces.util.Events
-
Adds the given system event listener to the application that get invoked every time when the given system event
type is published.
- subscribeToViewEvent(Class<? extends SystemEvent>, SystemEventListener) - Static method in class org.omnifaces.util.Events
-
Install the listener instance referenced by argument listener into the UIViewRoot as a listener for events of type systemEventClass.
- subscribeToViewEvent(Class<? extends SystemEvent>, Callback.Void) - Static method in class org.omnifaces.util.Events
-
Install the callback instance referenced by argument listener into the UIViewRoot as a listener for events of type systemEventClass.