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

R

ReadOnlyException - Exception in javax.portlet
The ReadOnlyException is thrown when a portlet tries to change the value for a read-only preference attribute.
ReadOnlyException(String) - Constructor for exception javax.portlet.ReadOnlyException
Constructs a new read-only exception with the given text.
ReadOnlyException(String, Throwable) - Constructor for exception javax.portlet.ReadOnlyException
Constructs a new read-only exception when the portlet needs to do the following: throw an exception include a message about the "root cause" that interfered with its normal operation include a description message
ReadOnlyException(Throwable) - Constructor for exception javax.portlet.ReadOnlyException
Constructs a new read-only exception when the portlet needs to throw an exception.
removeAttribute(String) - Method in class javax.portlet.filter.PortletRequestWrapper
The default behavior of this method is to call removeAttribute(name) on the wrapped request object.
removeAttribute(String) - Method in interface javax.portlet.PortletContext
Removes the attribute with the given name from the portlet context.
removeAttribute(String) - Method in interface javax.portlet.PortletRequest
Removes an attribute from this request.
removeAttribute(String) - Method in interface javax.portlet.PortletSession
Removes the object bound with the specified name under the PORTLET_SCOPE from this session.
removeAttribute(String, int) - Method in interface javax.portlet.PortletSession
Removes the object bound with the specified name and the given scope from this session.
removePublicRenderParameter(String) - Method in class javax.portlet.filter.ActionResponseWrapper
The default behavior of this method is to call removePublicRenderParameter() on the wrapped response object.
removePublicRenderParameter(String) - Method in class javax.portlet.filter.EventResponseWrapper
The default behavior of this method is to call removePublicRenderParameter() on the wrapped response object.
removePublicRenderParameter(String) - Method in interface javax.portlet.PortletURL
Removes the specified public render parameter.
removePublicRenderParameter(String) - Method in interface javax.portlet.StateAwareResponse
Removes the specified public render parameter.
render(RenderRequest, RenderResponse) - Method in class javax.portlet.GenericPortlet
The default implementation of this method sets the headers using the doHeaders method, sets the title using the getTitle method and invokes the doDispatch method.
render(RenderRequest, RenderResponse) - Method in interface javax.portlet.Portlet
Called by the portlet container to allow the portlet to generate the content of the response based on its current state.
RENDER_HEADERS - Static variable in interface javax.portlet.PortletRequest
The RENDER_HEADERS is a possible value of the RENDER_PART request attribute and denotes that the portlet should set the intended headers and the portlet title of this render request.
RENDER_MARKUP - Static variable in interface javax.portlet.PortletRequest
The RENDER_MARKUP is a possible value of the RENDER_PART request attribute and denotes that the portlet should produce its markup for this render request.
RENDER_PART - Static variable in interface javax.portlet.PortletRequest
The RENDER_PART portlet request attribute is set by portals that are streaming based and therefore need to split the render phase into two parts: first the RENDER_HEADERS part where the portlet should only set the header related data and the portlet title, and second the RENDER_MARKUP part in which the portlet should produce its markup.
RENDER_PHASE - Static variable in interface javax.portlet.PortletRequest
String identifier for the portlet render lifecycle phase.
RenderFilter - Interface in javax.portlet.filter
The RenderFilter is an object that performs filtering tasks on either the render request to a portlet, or on the render response from a portlet, or both.
RenderMode - Annotation Type in javax.portlet
Annotation for marking a method for handling a specific portlet mode in the render phase.
RenderRequest - Interface in javax.portlet
The RenderRequest represents the request sent to the portlet to handle a render.
RenderRequestWrapper - Class in javax.portlet.filter
The RenderRequestWrapper provides a convenient implementation of the RenderRequest interface that can be subclassed by developers wishing to adapt the request.
RenderRequestWrapper(RenderRequest) - Constructor for class javax.portlet.filter.RenderRequestWrapper
Creates an RenderRequest adaptor wrapping the given request object.
RenderResponse - Interface in javax.portlet
The RenderResponse defines an object to assist a portlet in sending a response to the portal.
RenderResponseWrapper - Class in javax.portlet.filter
The RenderResponseWrapper provides a convenient implementation of the RenderResponse interface that can be subclassed by developers wishing to adapt the response.
RenderResponseWrapper(RenderResponse) - Constructor for class javax.portlet.filter.RenderResponseWrapper
Creates an RenderResponse adaptor wrapping the given response object.
reset() - Method in class javax.portlet.filter.RenderResponseWrapper
The default behavior of this method is to call reset() on the wrapped response object.
reset() - Method in class javax.portlet.filter.ResourceResponseWrapper
The default behavior of this method is to call reset() on the wrapped response object.
reset() - Method in interface javax.portlet.MimeResponse
Clears any data that exists in the buffer as well as the properties set.
reset(String) - Method in interface javax.portlet.PortletPreferences
Resets or removes the value associated with the specified key.
resetBuffer() - Method in class javax.portlet.filter.RenderResponseWrapper
The default behavior of this method is to call resetBuffer() on the wrapped response object.
resetBuffer() - Method in class javax.portlet.filter.ResourceResponseWrapper
The default behavior of this method is to call resetBuffer() on the wrapped response object.
resetBuffer() - Method in interface javax.portlet.MimeResponse
Clears the content of the underlying buffer in the response without clearing properties set.
RESOURCE_PHASE - Static variable in interface javax.portlet.PortletRequest
String identifier for the portlet resource serving lifecycle phase.
ResourceFilter - Interface in javax.portlet.filter
The ResourceFilter is an object that performs filtering tasks on either the resource request to a portlet, or on the resource response from a portlet, or both.
ResourceRequest - Interface in javax.portlet
The ResourceRequest interface represents the request send to the portlet for rendering resources.
ResourceRequestWrapper - Class in javax.portlet.filter
The ResourceRequestWrapper provides a convenient implementation of the ResourceRequest interface that can be subclassed by developers wishing to adapt the request.
ResourceRequestWrapper(ResourceRequest) - Constructor for class javax.portlet.filter.ResourceRequestWrapper
Creates an ResourceRequest adaptor wrapping the given request object.
ResourceResponse - Interface in javax.portlet
The ResourceResponse defines an object to assist a portlet for rendering a resource.
ResourceResponseWrapper - Class in javax.portlet.filter
The ResourceResponseWrapper provides a convenient implementation of the ResourceResponse interface that can be subclassed by developers wishing to adapt the response.
ResourceResponseWrapper(ResourceResponse) - Constructor for class javax.portlet.filter.ResourceResponseWrapper
Creates an ResourceResponse adaptor wrapping the given response object.
ResourceServingPortlet - Interface in javax.portlet
The ResourceServingPortlet interface allows serving resources through the portlet.
ResourceURL - Interface in javax.portlet
The ResourceURL defines a resource URL that when clicked will result in a serveResource call of the ResourceServingPortlet interface.

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