A B C D E F G H I J K L M N O P Q R S T U V W Y 

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.
SCAN_PATHS - Static variable in class org.omnifaces.facesviews.FacesViews
The name of the application scope context parameter under which a Set version of the paths that are to be scanned by faces views are kept.
scanAndStoreViews(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
Scans for faces-views resources and stores the result at the designated location "org.omnifaces.facesviews" in the ServletContext.
SCANNED_VIEWS_EXTENSIONLESS - Static variable in class org.omnifaces.facesviews.FacesViews
The name of the application scope context parameter under which a Boolean version of the scanned views always exensionless init parameter is kept.
scanViews(ServletContext, String, Set<String>, Map<String, String>, String, Set<String>) - Static method in class org.omnifaces.facesviews.FacesViews
Scans resources (views) recursively starting with the given resource paths for a specific root path, and collects those and all unique extensions encountered in a flat map respectively set.
scanViews(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
Scans resources (views) recursively starting with the given resource paths and returns a flat map containing all resources encountered.
scanViewsFromRootPaths(ServletContext, Map<String, String>, Set<String>) - Static method in class org.omnifaces.facesviews.FacesViews
 
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
 
secondsBetween(Date, Date) - Static method in class org.omnifaces.el.functions.Dates
Returns the amount of seconds between two given dates.
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
 
SelectItemsIndexConverter - Class in org.omnifaces.converter
The SelectItemsIndexConverter automatically converts between the index of the select item value and the select item value itself based on its position in the associated select items for the component for which conversion is taking place.
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.
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
 
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
 
setContext(FacesContext) - Static method in class org.omnifaces.util.Faces
Sets the given faces context as current instance.
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
 
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.
setExecute(String) - Method in class org.omnifaces.component.script.CommandScript
Sets a space separated string of client IDs to process on ajax request.
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.
setName(String) - Method in class org.omnifaces.component.script.CommandScript
Sets the script function name.
setOnbegin(String) - Method in class org.omnifaces.component.script.CommandScript
Sets a script to execute before ajax request is fired.
setOncomplete(String) - Method in class org.omnifaces.component.script.CommandScript
Sets a script to execute after ajax response is processed.
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
Sets whether the writing has to be passed through to the wrapped ServletOutputStream.
setPhaseId(PhaseId) - Method in class org.omnifaces.event.FacesEventWrapper
 
setPropertyResolved(boolean) - Method in class org.omnifaces.el.ELContextWrapper
setRender(String) - Method in class org.omnifaces.component.script.CommandScript
Sets a space separated string of client IDs to update on ajax response.
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.ValueExpressionMethodWrapper
 
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 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.
shouldVisitSkipIteration(VisitContext) - Static method in class org.omnifaces.util.Components
Returns true if the given visit context contains the visit hint that iteration should be skipped.
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
 
startsWithOneOf(String, String...) - Static method in class org.omnifaces.util.Utils
Returns true if the given string starts with one of the given prefixes.
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.util.ResourcePaths
Strips the extension from a resource if any.
stripFacesViewsPrefix(String) - Static method in class org.omnifaces.facesviews.FacesViews
Strips the special 'faces-views' prefix path from the resource if any.
stripPrefixPath(String, String) - Static method in class org.omnifaces.util.ResourcePaths
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.
A B C D E F G H I J K L M N O P Q R S T U V W Y