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

S

sendRedirect(String) - Method in interface javax.portlet.ActionResponse
Instructs the portlet container to send a redirect response to the client using the specified redirect location URL.
sendRedirect(String, String) - Method in interface javax.portlet.ActionResponse
Instructs the portlet container to send a redirect response to the client using the specified redirect location URL and encode a render URL as parameter on the redirect URL.
sendRedirect(String) - Method in class javax.portlet.filter.ActionResponseWrapper
The default behavior of this method is to call sendRedirect(location) on the wrapped response object.
sendRedirect(String, String) - Method in class javax.portlet.filter.ActionResponseWrapper
The default behavior of this method is to call sendRedirect(location, renderUrlParamName) on the wrapped response object.
serveResource(ResourceRequest, ResourceResponse) - Method in class javax.portlet.GenericPortlet
Default resource serving.
serveResource(ResourceRequest, ResourceResponse) - Method in interface javax.portlet.ResourceServingPortlet
Called by the portlet container to allow the portlet to generate the resource content based on its current state.
setAttribute(String, Object) - Method in class javax.portlet.filter.PortletRequestWrapper
The default behavior of this method is to call setAttribute(name, o) on the wrapped request object.
setAttribute(String, Object) - Method in interface javax.portlet.PortletContext
Binds an object to a given attribute name in this portlet context.
setAttribute(String, Object) - Method in interface javax.portlet.PortletRequest
Stores an attribute in this request.
setAttribute(String, Object) - Method in interface javax.portlet.PortletSession
Binds an object to this session under the PORTLET_SCOPE, using the name specified.
setAttribute(String, Object, int) - Method in interface javax.portlet.PortletSession
Binds an object to this session in the given scope, using the name specified.
setBufferSize(int) - Method in class javax.portlet.filter.RenderResponseWrapper
The default behavior of this method is to call setBufferSize(size) on the wrapped response object.
setBufferSize(int) - Method in class javax.portlet.filter.ResourceResponseWrapper
The default behavior of this method is to call setBufferSize(size) on the wrapped response object.
setBufferSize(int) - Method in interface javax.portlet.MimeResponse
Sets the preferred buffer size for the body of the response.
setCacheability(String) - Method in interface javax.portlet.ResourceURL
Sets the cache level of this resource URL.
setCharacterEncoding(String) - Method in interface javax.portlet.ClientDataRequest
Overrides the name of the character encoding used in the body of this request.
setCharacterEncoding(String) - Method in class javax.portlet.filter.ActionRequestWrapper
The default behavior of this method is to call setCharacterEncoding(String enc) on the wrapped request object.
setCharacterEncoding(String) - Method in class javax.portlet.filter.ResourceRequestWrapper
The default behavior of this method is to call setCharacterEncoding(String enc) on the wrapped request object.
setCharacterEncoding(String) - Method in class javax.portlet.filter.ResourceResponseWrapper
The default behavior of this method is to call setCharacterEncoding(String charset) on the wrapped response object.
setCharacterEncoding(String) - Method in interface javax.portlet.ResourceResponse
Sets the character encoding (MIME charset) of the response being sent to the client, for example, to UTF-8.
setContentLength(int) - Method in class javax.portlet.filter.ResourceResponseWrapper
The default behavior of this method is to call setContentLength() on the wrapped response object.
setContentLength(int) - Method in interface javax.portlet.ResourceResponse
Sets the length of the content body in the response.
setContentType(String) - Method in class javax.portlet.filter.RenderResponseWrapper
The default behavior of this method is to call setContentType(type) on the wrapped response object.
setContentType(String) - Method in class javax.portlet.filter.ResourceResponseWrapper
The default behavior of this method is to call setContentType(type) on the wrapped response object.
setContentType(String) - Method in interface javax.portlet.MimeResponse
Sets the MIME type for the response.
setContentType(String) - Method in interface javax.portlet.RenderResponse
Sets the MIME type for the render response.
setETag(String) - Method in interface javax.portlet.CacheControl
Sets an ETag for the current response that is used as validation tag.
setEvent(QName, Serializable) - Method in class javax.portlet.filter.ActionResponseWrapper
The default behavior of this method is to call setEvent(name, value) on the wrapped response object.
setEvent(String, Serializable) - Method in class javax.portlet.filter.ActionResponseWrapper
The default behavior of this method is to call setEvent() on the wrapped response object.
setEvent(QName, Serializable) - Method in class javax.portlet.filter.EventResponseWrapper
The default behavior of this method is to call setEvent(name, value) on the wrapped response object.
setEvent(String, Serializable) - Method in class javax.portlet.filter.EventResponseWrapper
The default behavior of this method is to call setEvent() on the wrapped response object.
setEvent(QName, Serializable) - Method in interface javax.portlet.StateAwareResponse
Publishes an Event with the given payload.
setEvent(String, Serializable) - Method in interface javax.portlet.StateAwareResponse
Publishes an Event with the given payload in the default namespace.
setExpirationTime(int) - Method in interface javax.portlet.CacheControl
Sets a new expiration time for the current response in seconds.
setLocale(Locale) - Method in class javax.portlet.filter.ResourceResponseWrapper
The default behavior of this method is to call setLocale(Locale loc) on the wrapped response object.
setLocale(Locale) - Method in interface javax.portlet.ResourceResponse
Sets the locale of the response, setting the headers (including the Content-Type's charset) as appropriate.
setMaxInactiveInterval(int) - Method in interface javax.portlet.PortletSession
Specifies the time, in seconds, between client requests, before the portlet container invalidates this session.
setNextPossiblePortletModes(Collection<PortletMode>) - Method in class javax.portlet.filter.RenderResponseWrapper
The default behavior of this method is to call setNextPossiblePortletModes() on the wrapped response object.
setNextPossiblePortletModes(Collection<PortletMode>) - Method in interface javax.portlet.RenderResponse
This method allows the portlet to tell the portal the next possible portlet modes that the make sense from the portlet point of view.
setParameter(String, String) - Method in interface javax.portlet.BaseURL
Sets the given String parameter to this URL.
setParameter(String, String[]) - Method in interface javax.portlet.BaseURL
Sets the given String array parameter to this URL.
setParameters(Map<String, String[]>) - Method in interface javax.portlet.BaseURL
Sets a parameter map for this URL.
setPortletMode(PortletMode) - Method in class javax.portlet.filter.ActionResponseWrapper
The default behavior of this method is to call setPortletMode(portletMode) on the wrapped response object.
setPortletMode(PortletMode) - Method in class javax.portlet.filter.EventResponseWrapper
The default behavior of this method is to call setPortletMode(portletMode) on the wrapped response object.
setPortletMode(PortletMode) - Method in interface javax.portlet.PortletURL
Indicates the portlet mode the portlet must be in, if this portlet URL triggers a request.
setPortletMode(PortletMode) - Method in interface javax.portlet.StateAwareResponse
Sets the portlet mode of a portlet to the given portlet mode.
setProperty(String, String) - Method in interface javax.portlet.BaseURL
Sets a String property on the URL.
setProperty(String, String) - Method in class javax.portlet.filter.PortletResponseWrapper
The default behavior of this method is to call setProperty(key, value) on the wrapped response object.
setProperty(String, String) - Method in interface javax.portlet.PortletResponse
Sets a String property to be returned to the portal.
setPublicScope(boolean) - Method in interface javax.portlet.CacheControl
Sets the caching scope for the current response to public with true as publicScope and to private with false as publicScope.
setRenderParameter(String, String) - Method in class javax.portlet.filter.ActionResponseWrapper
The default behavior of this method is to call setRenderParameter(key, value) on the wrapped response object.
setRenderParameter(String, String[]) - Method in class javax.portlet.filter.ActionResponseWrapper
The default behavior of this method is to call setRenderParameter(key, value) on the wrapped response object.
setRenderParameter(String, String) - Method in class javax.portlet.filter.EventResponseWrapper
The default behavior of this method is to call setRenderParameter(key, value) on the wrapped response object.
setRenderParameter(String, String[]) - Method in class javax.portlet.filter.EventResponseWrapper
The default behavior of this method is to call setRenderParameter(key, value) on the wrapped response object.
setRenderParameter(String, String) - Method in interface javax.portlet.StateAwareResponse
Sets a String parameter for the render request.
setRenderParameter(String, String[]) - Method in interface javax.portlet.StateAwareResponse
Sets a String array parameter for the render request.
setRenderParameters(EventRequest) - Method in interface javax.portlet.EventResponse
Maintain the current render parameters of the request for the response.
setRenderParameters(Map<String, String[]>) - Method in class javax.portlet.filter.ActionResponseWrapper
The default behavior of this method is to call setRenderParameters(parameters) on the wrapped response object.
setRenderParameters(Map<String, String[]>) - Method in class javax.portlet.filter.EventResponseWrapper
The default behavior of this method is to call setRenderParameters(parameters) on the wrapped response object.
setRenderParameters(EventRequest) - Method in class javax.portlet.filter.EventResponseWrapper
The default behavior of this method is to call setRenderParameters() on the wrapped response object.
setRenderParameters(Map<String, String[]>) - Method in interface javax.portlet.StateAwareResponse
Sets a parameter map for the render request.
setRequest(ActionRequest) - Method in class javax.portlet.filter.ActionRequestWrapper
Sets the request object being wrapped.
setRequest(EventRequest) - Method in class javax.portlet.filter.EventRequestWrapper
Sets the request object being wrapped.
setRequest(PortletRequest) - Method in class javax.portlet.filter.PortletRequestWrapper
Sets the request object being wrapped.
setRequest(RenderRequest) - Method in class javax.portlet.filter.RenderRequestWrapper
Sets the request object being wrapped.
setRequest(ResourceRequest) - Method in class javax.portlet.filter.ResourceRequestWrapper
Sets the request object being wrapped.
setResourceID(String) - Method in interface javax.portlet.ResourceURL
Allows setting a resource ID that can be retrieved when serving the resource through the ResourceRequest.getResourceID() method.
setResponse(ActionResponse) - Method in class javax.portlet.filter.ActionResponseWrapper
Sets the response object being wrapped.
setResponse(EventResponse) - Method in class javax.portlet.filter.EventResponseWrapper
Sets the response object being wrapped.
setResponse(PortletResponse) - Method in class javax.portlet.filter.PortletResponseWrapper
Sets the response object being wrapped.
setResponse(RenderResponse) - Method in class javax.portlet.filter.RenderResponseWrapper
Sets the response object being wrapped.
setResponse(ResourceResponse) - Method in class javax.portlet.filter.ResourceResponseWrapper
Sets the response object being wrapped.
setSecure(boolean) - Method in interface javax.portlet.BaseURL
Indicated the security setting for this URL.
setTitle(String) - Method in class javax.portlet.filter.RenderResponseWrapper
The default behavior of this method is to call setTitle(title) on the wrapped response object.
setTitle(String) - Method in interface javax.portlet.RenderResponse
This method sets the title of the portlet.
setUseCachedContent(boolean) - Method in interface javax.portlet.CacheControl
Sets the indication whether the cached content for the provided ETag at the request is still valid or not.
setValue(String, String) - Method in interface javax.portlet.PortletPreferences
Associates the specified String value with the specified key in this preference.
setValues(String, String[]) - Method in interface javax.portlet.PortletPreferences
Associates the specified String array value with the specified key in this preference.
setWindowState(WindowState) - Method in class javax.portlet.filter.ActionResponseWrapper
The default behavior of this method is to call setWindowState(windowState) on the wrapped response object.
setWindowState(WindowState) - Method in class javax.portlet.filter.EventResponseWrapper
The default behavior of this method is to call setWindowState(windowState) on the wrapped response object.
setWindowState(WindowState) - Method in interface javax.portlet.PortletURL
Indicates the window state the portlet should be in, if this portlet URL triggers a request.
setWindowState(WindowState) - Method in interface javax.portlet.StateAwareResponse
Sets the window state of a portlet to the given window state.
SHARED - Static variable in interface javax.portlet.ResourceURL
Property that the portlet can set for resources with caching type FULL via the setProperty method on the ResourceURL.
StateAwareResponse - Interface in javax.portlet
The StateAwareResponse represents a response that can modify state information or send events.
It extends the PortletResponse interface.
store() - Method in interface javax.portlet.PortletPreferences
Commits all changes made to the preferences via the set methods in the persistent store.

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