- redirect(String) - Static method in class org.omnifaces.util.Faces
-
Sends a temporary (302) redirect to the given URL.
- redirectPermanent(String) - Static method in class org.omnifaces.util.Faces
-
Sends a permanent (301) redirect to the given URL.
- remove(String) - Method in interface org.omnifaces.component.output.cache.Cache
-
Removes a value from the cache
- remove(Object) - Method in class org.omnifaces.component.output.cache.concurrentlinkedhashmap.ConcurrentLinkedHashMap
-
- remove(Object, Object) - Method in class org.omnifaces.component.output.cache.concurrentlinkedhashmap.ConcurrentLinkedHashMap
-
- remove(String) - Method in class org.omnifaces.component.output.cache.TimeToLiveCache
-
- remove() - Method in class org.omnifaces.model.tree.ListTreeModel
-
- remove() - Method in interface org.omnifaces.model.tree.TreeModel
-
Removes the current tree node from its parent, if any.
- remove(Object) - Method in class org.omnifaces.util.MapWrapper
- removeApplicationAttribute(String) - Static method in class org.omnifaces.util.Faces
-
Removes the application scope attribute value associated with the given name.
- removeCallbackPhaseListener() - Static method in class org.omnifaces.util.Events
-
Removes the one and only phase listener from callbacks by the global phase listener for the current request.
- removeFlashAttribute(String) - Static method in class org.omnifaces.util.Faces
-
Removes the flash scope attribute value associated with the given name.
- removePhaseListener(PhaseListener) - Static method in class org.omnifaces.util.Events
-
Removes a phase listener from the current view root of the current faces context.
- removeRequestAttribute(String) - Static method in class org.omnifaces.util.Faces
-
Removes the request scope attribute value associated with the given name.
- removeResponseCookie(String, String) - Static method in class org.omnifaces.util.Faces
-
Remove the cookie with given name and path from the HTTP response.
- removeSessionAttribute(String) - Static method in class org.omnifaces.util.Faces
-
Removes the session scope attribute value associated with the given name.
- removeViewAttribute(String) - Static method in class org.omnifaces.util.Faces
-
Removes the view scope attribute value associated with the given name.
- 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.
- replace(K, V) - Method in class org.omnifaces.component.output.cache.concurrentlinkedhashmap.ConcurrentLinkedHashMap
-
- replace(K, V, V) - Method in class org.omnifaces.component.output.cache.concurrentlinkedhashmap.ConcurrentLinkedHashMap
-
- RequiredCheckboxValidator - Class in org.omnifaces.validator
-
This validator solves the broken required="true"
attribute of the
<h:selectBooleanCheckbox>
.
- RequiredCheckboxValidator() - Constructor for class org.omnifaces.validator.RequiredCheckboxValidator
-
- 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
-
- ResetInputAjaxActionListener - Class in org.omnifaces.eventlistener
-
Use this action listener when you want to partially (ajax) render input fields which are not executed during submit,
but which are possibly in an invalidated state because of a validation failure during a previous request.
- 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.
- 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 buffer size, regardless of flush 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 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.
- resolveUrl(String) - Method in class org.omnifaces.facesviews.FacesViewsResolver
-
- ResourceInclude - Class in org.omnifaces.component.output
-
This component is used to catch the output from a JSP/Servlet resource and render it as output
to the JSF writer.
- ResourceInclude() - Constructor for class org.omnifaces.component.output.ResourceInclude
-
- responseReset() - Static method in class org.omnifaces.util.Faces
-
Resets the current response.
- responseSendError(int, String) - Static method in class org.omnifaces.util.Faces
-
Sends a HTTP response error with the given status and message.
- restore(EditableValueHolder) - Method in class org.omnifaces.component.EditableValueHolderStateHelper
-
- restore(FacesContext, StateHelper, Iterator<UIComponent>) - Static method in class org.omnifaces.component.EditableValueHolderStateHelper
-