|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
@ProcessAction
annotation.
javax.portlet.actionScopedRequestAttributes
container runtime option is used by the portlet.
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
represents the request sent to the portlet
to handle an action.ActionRequestWrapper
provides a convenient
implementation of the ActionRequest
interface
that can be subclassed by developers wishing to adapt the request.ActionRequest
adaptor
wrapping the given request object.
ActionResponse
interface represents the portlet
response to an action request.ActionResponseWrapper
provides a convenient
implementation of the ActionResponse
interface
that can be subclassed by developers wishing to adapt the response.ActionResponse
adaptor
wrapping the given response object.
addProperty(key, value)
on the wrapped response object.
addProperty()
on the wrapped response object.
addProperty()
on the wrapped response object.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |