public interface ActionRequest extends ClientDataRequest
ActionRequest
represents the request sent to the portlet
to handle an action.
The portlet container creates an ActionRequest
object and
passes it as argument to the portlet's processAction
method.
ClientDataRequest
PortletRequest.P3PUserInfos
Modifier and Type | Field and Description |
---|---|
static String |
ACTION_NAME
Predefined action name for usage with the
@ProcessAction annotation. |
ACTION_PHASE, ACTION_SCOPE_ID, BASIC_AUTH, CCPP_PROFILE, CLIENT_CERT_AUTH, DIGEST_AUTH, EVENT_PHASE, FORM_AUTH, HEADER_PHASE, LIFECYCLE_PHASE, RENDER_HEADERS, RENDER_MARKUP, RENDER_PART, RENDER_PHASE, RESOURCE_PHASE, USER_INFO
Modifier and Type | Method and Description |
---|---|
ActionParameters |
getActionParameters()
Gets the action parameters set for this request.
|
getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getMethod, getPart, getParts, getPortletInputStream, getReader, setCharacterEncoding
getAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletContext, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserAgent, getUserPrincipal, getWindowID, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute
getPortletMode, getRenderParameters, getWindowState
static final String ACTION_NAME
@ProcessAction
annotation.ActionParameters getActionParameters()
Action parameters are additional portlet parameters added to the URL triggering the request that extend the state information provided by the render parameters.
Action parameters can also contain information provided by the client, for example, form parameters provided when a form is submitted.
PortletParameters
provides a description of the parameter concept.
ActionParameters
,
MutableActionParameters
,
ActionURL
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.