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

A

ACTION_NAME - Static variable in interface javax.portlet.ActionRequest
Predefined action name for usage with the @ProcessAction annotation.
ACTION_PHASE - Static variable in interface javax.portlet.PortletRequest
String identifier for the portlet action lifecycle phase.
ACTION_SCOPE_ID - Static variable in interface javax.portlet.PortletRequest
The action scope ID that the portlet container uses for storing the current action scope as render parameter if the javax.portlet.actionScopedRequestAttributes container runtime option is used by the portlet.
ActionFilter - Interface in javax.portlet.filter
The ActionFilter is an object that performs filtering tasks on either the action request to a portlet, or on the action response from a portlet, or both.
ActionRequest - Interface in javax.portlet
The ActionRequest represents the request sent to the portlet to handle an action.
It extends the ClientDataRequest interface and provides action request information to portlets.
ActionRequestWrapper - Class in javax.portlet.filter
The ActionRequestWrapper provides a convenient implementation of the ActionRequest interface that can be subclassed by developers wishing to adapt the request.
ActionRequestWrapper(ActionRequest) - Constructor for class javax.portlet.filter.ActionRequestWrapper
Creates an ActionRequest adaptor wrapping the given request object.
ActionResponse - Interface in javax.portlet
The ActionResponse interface represents the portlet response to an action request.
ActionResponseWrapper - Class in javax.portlet.filter
The ActionResponseWrapper provides a convenient implementation of the ActionResponse interface that can be subclassed by developers wishing to adapt the response.
ActionResponseWrapper(ActionResponse) - Constructor for class javax.portlet.filter.ActionResponseWrapper
Creates an ActionResponse adaptor wrapping the given response object.
addProperty(String, String) - Method in interface javax.portlet.BaseURL
Adds a String property to an existing key on the URL.
addProperty(String, String) - Method in class javax.portlet.filter.PortletResponseWrapper
The default behavior of this method is to call addProperty(key, value) on the wrapped response object.
addProperty(String, Element) - Method in class javax.portlet.filter.PortletResponseWrapper
The default behavior of this method is to call addProperty() on the wrapped response object.
addProperty(Cookie) - Method in class javax.portlet.filter.PortletResponseWrapper
The default behavior of this method is to call addProperty() on the wrapped response object.
addProperty(String, String) - Method in interface javax.portlet.PortletResponse
Adds a String property to an existing key to be returned to the portal.
addProperty(Cookie) - Method in interface javax.portlet.PortletResponse
Adds a HTTP Cookie property to the response.
The portlet should note that the cookie may not make it to the client, but may be stored at the portal.
addProperty(String, Element) - Method in interface javax.portlet.PortletResponse
Adds an XML DOM element property to the response.
APPLICATION_SCOPE - Static variable in interface javax.portlet.PortletSession
This constant defines an application wide scope for the session attribute.

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