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

R

read() - Method in class org.omnifaces.resourcehandler.CombinedResourceInputStream
For each resource, read until its InputStream.read() returns -1 and then iterate to the InputStream of the next resource, if any available, else return -1.
read(byte[], int, int) - Method in class org.omnifaces.resourcehandler.CombinedResourceInputStream
For each resource, read until its InputStream.read() returns -1 and then iterate to the InputStream of the next resource, if any available, else return -1.
readExternal(ObjectInput) - Method in class org.omnifaces.resourcehandler.RemappedResource
 
ReadOnlyValueExpression - Class in org.omnifaces.el
Implementation of a read only value expression that can be used when the value is not yet available at construction time, or when the value would be too expensive to create and it's not yet clear if the expression will actually be evaluated.
ReadOnlyValueExpression() - Constructor for class org.omnifaces.el.ReadOnlyValueExpression
Construct a read only value expression.
ReadOnlyValueExpression(Class<?>) - Constructor for class org.omnifaces.el.ReadOnlyValueExpression
Construct a read only value expression.
ReadOnlyValueExpression(Class<?>, Callback.SerializableReturning<Object>) - Constructor for class org.omnifaces.el.ReadOnlyValueExpression
Construct a read only value expression.
redirect(FacesContext, String, Object...) - Static method in class org.omnifaces.util.FacesLocal
 
redirect(String, Object...) - Static method in class org.omnifaces.util.Faces
Sends a temporary (302) redirect to the given URL.
REDIRECT_TO_EXTENSIONLESS - org.omnifaces.facesviews.ExtensionAction
Redirects to the same URL, but with the extension removed.
REDIRECT_TO_SCANNED_EXTENSIONLESS - org.omnifaces.facesviews.PathAction
Redirects to the resource corresponding with the one that was scanned.
redirectPermanent(FacesContext, String, Object...) - Static method in class org.omnifaces.util.FacesLocal
 
redirectPermanent(HttpServletResponse, String) - Static method in class org.omnifaces.util.Servlets
Sends a permanent (301) redirect to the given URL.
redirectPermanent(String, Object...) - Static method in class org.omnifaces.util.Faces
Sends a permanent (301) redirect to the given URL.
Reflection - Class in org.omnifaces.util
Collection of utility methods for working with reflection.
Reflection.PropertyPath - Class in org.omnifaces.util
This class represents a property path.
refresh() - Static method in class org.omnifaces.util.Faces
Refresh the current page by a GET request.
refresh(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
refreshWithQueryString() - Static method in class org.omnifaces.util.Faces
Refresh the current page by a GET request, maintaining the query string.
refreshWithQueryString(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
register(Application) - Static method in class org.omnifaces.component.search.MessagesKeywordResolver
register(Serializable, String) - Method in class org.omnifaces.cdi.push.SocketUserManager
Register application user based on given user and session based user ID.
register(Iterable<String>) - Method in class org.omnifaces.cdi.push.SocketSessionManager
Register given channel identifiers.
register(String) - Method in class org.omnifaces.cdi.push.SocketSessionManager
Register given channel identifier.
register(String, String, Serializable) - Method in class org.omnifaces.cdi.push.SocketChannelManager
Register given channel on given scope and returns the web socket channel identifier.
registerEndpointIfNecessary(ServletContext) - Static method in class org.omnifaces.cdi.push.Socket
Register web socket endpoint if necessary, i.e.
registerForwardingFilter(ServletContext) - Static method in class org.omnifaces.facesviews.FacesViews
This will register the FacesViewsForwardingFilter.
registerGraphicImageBeans() - Static method in class org.omnifaces.resourcehandler.GraphicResource
Register graphic image scoped beans discovered so far.
registerViewHandler(ServletContext, Application) - Static method in class org.omnifaces.facesviews.FacesViews
Register a view handler that transforms a view id with extension back to an extensionless one.
RemappedResource - Class in org.omnifaces.resourcehandler
This Resource implementation remaps the given resource to the given request path.
RemappedResource() - Constructor for class org.omnifaces.resourcehandler.RemappedResource
Do not use this constructor.
RemappedResource(Resource, String) - Constructor for class org.omnifaces.resourcehandler.RemappedResource
Constructs a new resource which remaps the given wrapped resource to the given request path.
RemappedResource(String, String, String) - Constructor for class org.omnifaces.resourcehandler.RemappedResource
Constructs a new resource which remaps the given requested resource and library name to the given request path.
remove() - Method in class org.omnifaces.model.tree.AbstractTreeModel
 
remove() - Method in interface org.omnifaces.model.tree.TreeModel
Removes the current tree node from its parent, if any.
remove(PhaseListener) - Static method in class org.omnifaces.eventlistener.CallbackPhaseListener
Removes the given phase listener from the current request scope.
remove(Session, CloseReason) - Method in class org.omnifaces.cdi.push.SocketSessionManager
On close, remove given web socket session from the mapping.
remove(Object) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
remove(Object) - Method in class org.omnifaces.util.MapWrapper
 
remove(Object, Object) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
remove(String) - Method in interface org.omnifaces.util.cache.Cache
Removes a value from the cache
remove(String) - Method in class org.omnifaces.util.cache.TimeToLiveCache
 
removeApplicationAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
removeApplicationAttribute(String) - Static method in class org.omnifaces.util.Faces
Removes the application scope attribute value associated with the given name.
removeFlashAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
removeFlashAttribute(String) - Static method in class org.omnifaces.util.Faces
Removes the flash scope attribute value associated with the given name.
removeRequestAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
removeRequestAttribute(String) - Static method in class org.omnifaces.util.Faces
Removes the request scope attribute value associated with the given name.
removeResourceDependencyState(FacesContext) - Static method in class org.omnifaces.util.Hacks
Remove the resource dependency processing related attributes from the given faces context.
removeResponseCookie(FacesContext, String, String) - Static method in class org.omnifaces.util.FacesLocal
 
removeResponseCookie(HttpServletRequest, HttpServletResponse, String, String) - Static method in class org.omnifaces.util.Servlets
Remove the cookie with given name and path from the HTTP response.
removeResponseCookie(String, String) - Static method in class org.omnifaces.util.Faces
Remove the cookie with given name and path from the HTTP response.
removeSessionAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
removeSessionAttribute(String) - Static method in class org.omnifaces.util.Faces
Removes the session scope attribute value associated with the given name.
removeViewAttribute(FacesContext, String) - Static method in class org.omnifaces.util.FacesLocal
 
removeViewAttribute(String) - Static method in class org.omnifaces.util.Faces
Removes the view scope attribute value associated with the given name.
removeViewState(FacesContext, ResponseStateManager, String) - Static method in class org.omnifaces.util.Hacks
Remove server side Faces view state (and view scoped beans) associated with current request.
RENDER_EXCEPTION_HANDLED - org.omnifaces.exceptionhandler.FullAjaxExceptionHandler.LogReason
An exception occurred during rendering Faces ajax request.
RENDER_EXCEPTION_UNHANDLED - org.omnifaces.exceptionhandler.FullAjaxExceptionHandler.LogReason
An exception occurred during rendering Faces ajax request.
RENDERER_TYPE - Static variable in class org.omnifaces.renderer.DeferredScriptRenderer
The standard renderer type.
RENDERER_TYPE - Static variable in class org.omnifaces.renderer.InlineScriptRenderer
The standard renderer type.
RENDERER_TYPE - Static variable in class org.omnifaces.renderer.InlineStylesheetRenderer
The standard renderer type.
RENDERER_TYPE - Static variable in class org.omnifaces.renderer.MessagesRenderer
The standard renderer type.
RENDERER_TYPE_CSS - Static variable in class org.omnifaces.util.Renderers
Renderer type of standard Faces stylesheet component resource.
RENDERER_TYPE_JS - Static variable in class org.omnifaces.util.Renderers
Renderer type of standard Faces script component resource.
Renderers - Class in org.omnifaces.util
Collection of utility methods for the Faces API with respect to working with Renderer.
renderResponse() - Static method in class org.omnifaces.util.Faces
Signals Faces that, as soon as the current phase of the lifecycle has been completed, control should be passed to the Render Response phase, bypassing any phases that have not been executed yet.
renderView(FacesContext, UIViewRoot) - Method in class org.omnifaces.viewhandler.NoAutoGeneratedIdViewHandler
 
renderView(FacesContext, UIViewRoot) - Method in class org.omnifaces.viewhandler.OmniViewHandler
 
replace(K, V) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
replace(K, V, V) - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
replaceAll(String, String, String) - Static method in class org.omnifaces.el.functions.Strings
Replace all matches of the given pattern on the given string with the given replacement.
RequestCookieProducer - Class in org.omnifaces.cdi.cookie
Producer for injecting a Faces request cookie as defined by the @Cookie annotation.
RequestCookieProducer() - Constructor for class org.omnifaces.cdi.cookie.RequestCookieProducer
 
requestDestroyed(ServletRequestEvent) - Method in class org.omnifaces.cdi.eager.EagerBeansWebListener
 
requestDestroyed(ServletRequestEvent) - Method in class org.omnifaces.eventlistener.DefaultServletRequestListener
 
requestInitialized(ServletRequestEvent) - Method in class org.omnifaces.cdi.eager.EagerBeansWebListener
 
requestInitialized(ServletRequestEvent) - Method in class org.omnifaces.eventlistener.DefaultServletRequestListener
 
requestURI() - Method in annotation type org.omnifaces.cdi.Eager
(Required when combined with RequestScoped) The URI (relative to the root of the web app) for which a request scoped bean should be instantiated.
required() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer.DefaultParamAnnotationLiteral
 
required() - Method in annotation type org.omnifaces.cdi.Param
(Optional) Flag indicating if this parameter is required (must be present) or not.
RequiredCheckboxValidator - Class in org.omnifaces.validator
The omnifaces.RequiredCheckboxValidator is intented to solve a peculiar problem with required="true" attribute of UISelectBoolean components like <h:selectBooleanCheckbox>.
RequiredCheckboxValidator() - Constructor for class org.omnifaces.validator.RequiredCheckboxValidator
 
requiredMessage() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer.DefaultParamAnnotationLiteral
 
requiredMessage() - Method in annotation type org.omnifaces.cdi.Param
(Optional) A message that will be used if a non-empty value is submitted instead of the default message associated with the RequiredValidator.
RES_NOT_FOUND - Static variable in class org.omnifaces.resourcehandler.DefaultResourceHandler
The default URI when a resource is not found.
reset() - Method in interface org.omnifaces.io.ResettableBuffer
Perform a buffer reset.
reset() - Method in class org.omnifaces.io.ResettableBufferedOutputStream
 
reset() - Method in class org.omnifaces.io.ResettableBufferedWriter
 
reset() - Method in class org.omnifaces.servlet.GzipHttpServletResponse
 
reset() - Method in class org.omnifaces.servlet.HttpServletResponseOutputWrapper
 
resetForm(UIComponent) - Static method in class org.omnifaces.util.Components
Reset all child UIInput components enclosed in the given UIForm component, or the closest UIForm parent of it.
ResetInputAjaxActionListener - Class in org.omnifaces.eventlistener
The ResetInputAjaxActionListener will reset input fields which are not executed during ajax submit, but which are rendered/updated during ajax response.
ResetInputAjaxActionListener() - Constructor for class org.omnifaces.eventlistener.ResetInputAjaxActionListener
Construct a new reset input ajax action listener.
ResetInputAjaxActionListener(ActionListener) - Constructor for class org.omnifaces.eventlistener.ResetInputAjaxActionListener
Construct a new reset input ajax action listener around the given wrapped action listener.
resetInputs(UIComponent) - Static method in class org.omnifaces.util.Components
Reset all child UIInput components enclosed in the given parent component.
resetPartialResponse() - Method in class org.omnifaces.context.OmniPartialViewContext
Reset the partial response.
ResettableBuffer - Interface in org.omnifaces.io
Base interface for a resettable buffer.
ResettableBufferedOutputStream - Class in org.omnifaces.io
This resettable buffered output stream will buffer everything until the given threshold buffer size, regardless of flush calls.
ResettableBufferedOutputStream(int) - Constructor for class org.omnifaces.io.ResettableBufferedOutputStream
Construct a new resettable buffered output stream which forcibly buffers everything until the given threshold buffer size, regardless of flush calls and calls.
ResettableBufferedOutputStream(OutputStream, int) - Constructor for class org.omnifaces.io.ResettableBufferedOutputStream
Construct a new resettable buffered output stream which wraps the given output stream and forcibly buffers everything until the given threshold buffer size, regardless of flush calls.
ResettableBufferedWriter - Class in org.omnifaces.io
This resettable buffered writer will buffer everything until the given buffer size, regardless of flush calls.
ResettableBufferedWriter(Writer, int, String) - Constructor for class org.omnifaces.io.ResettableBufferedWriter
Construct a new resettable buffered writer which wraps the given writer and forcibly buffers everything until the given buffer size in bytes, regardless of flush calls.
resolve(BeanManager, Class<T>, Annotation...) - Static method in class org.omnifaces.util.BeansLocal
 
resolve(SearchKeywordContext, UIComponent, String) - Method in class org.omnifaces.component.search.MessagesKeywordResolver
Grab the current UIForm, visit it and collect client IDs of all UIMessage and UIMessages components and finally invoke context call back with an UIMessage component whose client ID returns a space separated collection of found client IDs.
resolve(Class<T>, Annotation...) - Static method in class org.omnifaces.util.Beans
Returns the CDI managed bean representation of the given bean class, optionally with the given qualifiers.
ResolveComponent - Class in org.omnifaces.component.util
The <o:resolveComponent> component is a utility component via which a component can be looked up by its ID and a reference to it put in either the "facelet scope" (default) or the request scope.
ResolveComponent() - Constructor for class org.omnifaces.component.util.ResolveComponent
Constructs the component.
resolveExact(BeanManager, Class<T>, Annotation...) - Static method in class org.omnifaces.util.BeansLocal
 
resolveExact(Class<T>, Annotation...) - Static method in class org.omnifaces.util.Beans
Returns the CDI managed bean representation of exactly the given bean class, optionally with the given qualifiers.
resolveExpressionGet(FacesContext, Object, String) - Static method in class org.omnifaces.util.FacesLocal
 
resolveExpressionGet(Object, String) - Static method in class org.omnifaces.util.Faces
Programmatically EL-resolve the given property on the given base object and return the resolved value.
resolveExpressionSet(FacesContext, Object, String, Object) - Static method in class org.omnifaces.util.FacesLocal
 
resolveExpressionSet(Object, String, Object) - Static method in class org.omnifaces.util.Faces
Programmatically EL-resolve the given property on the given base object and set the given value.
resolveVariable(String) - Method in class org.omnifaces.el.DelegatingVariableMapper
 
resolveViolatedBase(Object, ConstraintViolation<?>) - Static method in class org.omnifaces.util.Validators
Resolve violated base from given bean based on given violation.
resolveViolatedBasesAndProperties(Object, ConstraintViolation<?>) - Static method in class org.omnifaces.util.Validators
Resolve violated bases and properties from given bean based on given violation in reverse order.
resolveViolatedProperty(ConstraintViolation<?>) - Static method in class org.omnifaces.util.Validators
Resolve violated property from given violation.
resolveWrappedVariable(String) - Method in class org.omnifaces.el.DelegatingVariableMapper
Resolve wrapped variable of given name.
ResourceIdentifier - Class in org.omnifaces.resourcehandler
Convenience class to represent a resource identifier.
ResourceIdentifier(Resource) - Constructor for class org.omnifaces.resourcehandler.ResourceIdentifier
Create a new instance based on given resource.
ResourceIdentifier(UIComponent) - Constructor for class org.omnifaces.resourcehandler.ResourceIdentifier
Create a new instance based on library and name attributes of the given component resource.
ResourceIdentifier(String) - Constructor for class org.omnifaces.resourcehandler.ResourceIdentifier
Create a new instance based on given standard Faces resource identifier string format library:name.
ResourceIdentifier(String, String) - Constructor for class org.omnifaces.resourcehandler.ResourceIdentifier
Create a new instance based on given resource library and name.
ResourceInclude - Class in org.omnifaces.component.output
The <o:resourceInclude> component can be used to catch the output from a JSP or Servlet resource and render it as output to the Faces writer.
ResourceInclude() - Constructor for class org.omnifaces.component.output.ResourceInclude
 
ResourcePaths - Class in org.omnifaces.util
Utility class for working with (Servlet) resource paths, providing methods to handle their prefixes, slashes, extensions etc.
responseComplete() - Static method in class org.omnifaces.util.Faces
Signals Faces that the response for this request has already been generated (such as providing a file download), and that the lifecycle should be terminated as soon as the current phase is completed.
responseReset() - Static method in class org.omnifaces.util.Faces
Resets the current response.
responseReset(FacesContext) - Static method in class org.omnifaces.util.FacesLocal
 
responseSendError(int, String) - Static method in class org.omnifaces.util.Faces
Sends a HTTP response error with the given status and message.
responseSendError(FacesContext, int, String) - Static method in class org.omnifaces.util.FacesLocal
 
restore(EditableValueHolder) - Method in class org.omnifaces.component.EditableValueHolderStateHelper
Restore the state of the given EditableValueHolder.
restore(FacesContext, StateHelper, Iterator<UIComponent>) - Static method in class org.omnifaces.component.EditableValueHolderStateHelper
Restore state of any EditableValueHolder children.
restoreView(FacesContext, String) - Method in class org.omnifaces.viewhandler.OmniViewHandler
If the current request is an unload request from ViewScoped, then create a dummy view, restore only the view root state and then immediately explicitly destroy the view, else restore the view as usual.
reverse(Map<T, T>) - Static method in class org.omnifaces.util.Utils
Returns a new map that contains the reverse of the given map.
reverseArray(Object[]) - Static method in class org.omnifaces.el.functions.Arrays
Returns a copy of the array with items in reversed order.
RTL - org.omnifaces.resourcehandler.WebAppManifest.Dir
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes All Packages