public interface EventRequest extends PortletRequest
EventRequest represents the request sent to the portlet
to handle an event.
It extends the PortletRequest interface to provide event request
information to portlets.EventRequest object and
passes it as argument to the portlet's processEvent method.ActionRequest,
PortletRequestPortletRequest.P3PUserInfosACTION_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_INFO| Modifier and Type | Method and Description |
|---|---|
Event |
getEvent()
Returns the event that triggered the call to the processEvent method.
|
String |
getMethod()
Returns the name of the HTTP method with which the original action request was made,
for example, POST, or PUT.
|
getAttribute, 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, setAttributeEvent getEvent()
String getMethod()
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.