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.
ClientDataRequestPortletRequest.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, LIFECYCLE_PHASE, RENDER_HEADERS, RENDER_MARKUP, RENDER_PART, RENDER_PHASE, RESOURCE_PHASE, USER_INFOgetCharacterEncoding, getContentLength, getContentType, getMethod, getPortletInputStream, getReader, setCharacterEncodinggetAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowID, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttributestatic final String ACTION_NAME
@ProcessAction annotation.Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.