Interface LiferayEventRequest

All Superinterfaces:
jakarta.portlet.EventRequest, LiferayPortletRequest, jakarta.portlet.PortletRequest, jakarta.portlet.RenderState

@ProviderType public interface LiferayEventRequest extends jakarta.portlet.EventRequest, LiferayPortletRequest
Author:
Neil Griffin
  • Nested Class Summary

    Nested classes/interfaces inherited from interface jakarta.portlet.PortletRequest

    jakarta.portlet.PortletRequest.P3PUserInfos
  • Field Summary

    Fields inherited from interface jakarta.portlet.PortletRequest

    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
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setEvent(jakarta.portlet.Event event)
     

    Methods inherited from interface jakarta.portlet.EventRequest

    getEvent, getMethod

    Methods inherited from interface jakarta.portlet.PortletRequest

    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

    Methods inherited from interface jakarta.portlet.RenderState

    getPortletMode, getRenderParameters, getWindowState
  • Method Details

    • setEvent

      void setEvent(jakarta.portlet.Event event)