Interface LiferayPortletRequest
- All Superinterfaces:
jakarta.portlet.PortletRequest,jakarta.portlet.RenderState
- All Known Subinterfaces:
LiferayActionRequest,LiferayEventRequest,LiferayHeaderRequest,LiferayRenderRequest,LiferayResourceRequest
@ProviderType
public interface LiferayPortletRequest
extends jakarta.portlet.PortletRequest
- Author:
- Brian Wing Shun Chan
-
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 TypeMethodDescriptionvoidcleanUp()voiddefineObjects(jakarta.portlet.PortletConfig portletConfig, jakarta.portlet.PortletResponse portletResponse) jakarta.servlet.http.HttpServletRequestjakarta.servlet.http.HttpServletRequestlonggetPlid()jakarta.servlet.http.HttpServletRequestvoidvoidsetPortletRequestDispatcherRequest(jakarta.servlet.http.HttpServletRequest httpServletRequest) 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, setAttributeMethods inherited from interface jakarta.portlet.RenderState
getPortletMode, getRenderParameters, getWindowState
-
Method Details
-
cleanUp
void cleanUp() -
clearRenderParameters
-
defineObjects
void defineObjects(jakarta.portlet.PortletConfig portletConfig, jakarta.portlet.PortletResponse portletResponse) -
getHttpServletRequest
jakarta.servlet.http.HttpServletRequest getHttpServletRequest() -
getLifecycle
String getLifecycle() -
getOriginalHttpServletRequest
jakarta.servlet.http.HttpServletRequest getOriginalHttpServletRequest() -
getPlid
long getPlid() -
getPortlet
Portlet getPortlet() -
getPortletName
String getPortletName() -
getPortletRequestDispatcherRequest
jakarta.servlet.http.HttpServletRequest getPortletRequestDispatcherRequest() -
invalidateSession
void invalidateSession() -
setPortletRequestDispatcherRequest
void setPortletRequestDispatcherRequest(jakarta.servlet.http.HttpServletRequest httpServletRequest)
-