Liferay 7.0-ce-b4

com.liferay.portal.kernel.portlet
Interface LiferayPortletRequest

All Superinterfaces:
PortletRequest
All Known Implementing Classes:
ActionRequestImpl, ClientDataRequestImpl, EventRequestImpl, PortletRequestImpl, RenderRequestImpl, ResourceRequestImpl

@ProviderType
public interface LiferayPortletRequest
extends PortletRequest


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.portlet.PortletRequest
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, LIFECYCLE_PHASE, RENDER_HEADERS, RENDER_MARKUP, RENDER_PART, RENDER_PHASE, RESOURCE_PHASE, USER_INFO
 
Method Summary
 void defineObjects(PortletConfig portletConfig, PortletResponse portletResponse)
           
 javax.servlet.http.HttpServletRequest getHttpServletRequest()
           
 long getPlid()
           
 String getPortletName()
           
 Map<String,String[]> getRenderParameters()
           
 
Methods inherited from interface javax.portlet.PortletRequest
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, setAttribute
 

Method Detail

defineObjects

void defineObjects(PortletConfig portletConfig,
                   PortletResponse portletResponse)

getHttpServletRequest

javax.servlet.http.HttpServletRequest getHttpServletRequest()

getPlid

long getPlid()

getPortletName

String getPortletName()

getRenderParameters

Map<String,String[]> getRenderParameters()

Liferay 7.0-ce-b4