Interface LiferayRenderRequest
- All Superinterfaces:
LiferayPortletRequest,javax.portlet.PortletRequest,javax.portlet.RenderRequest,javax.portlet.RenderState
- All Known Subinterfaces:
LiferayHeaderRequest
@ProviderType
public interface LiferayRenderRequest
extends LiferayPortletRequest, javax.portlet.RenderRequest
- Author:
- Neil Griffin
-
Nested Class Summary
Nested classes/interfaces inherited from interface javax.portlet.PortletRequest
javax.portlet.PortletRequest.P3PUserInfos -
Field Summary
Fields inherited from interface javax.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_INFOFields inherited from interface javax.portlet.RenderRequest
ETAG -
Method Summary
Methods inherited from interface com.liferay.portal.kernel.portlet.LiferayPortletRequest
cleanUp, clearRenderParameters, defineObjects, getHttpServletRequest, getLifecycle, getOriginalHttpServletRequest, getPlid, getPortlet, getPortletName, getPortletRequestDispatcherRequest, invalidateSession, setPortletRequestDispatcherRequestMethods inherited from interface javax.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 javax.portlet.RenderRequest
getETagMethods inherited from interface javax.portlet.RenderState
getPortletMode, getRenderParameters, getWindowState
-
Method Details
-
isTriggeredByActionURL
boolean isTriggeredByActionURL()
-