public abstract class PortletRequestImpl extends Object implements com.liferay.portal.kernel.portlet.LiferayPortletRequest
PortletRequest.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| Constructor and Description |
|---|
PortletRequestImpl() |
public static PortletRequestImpl getPortletRequestImpl(PortletRequest portletRequest)
public void cleanUp()
public Map<String,String[]> clearRenderParameters()
clearRenderParameters in interface com.liferay.portal.kernel.portlet.LiferayPortletRequestpublic void defineObjects(PortletConfig portletConfig, PortletResponse portletResponse)
defineObjects in interface com.liferay.portal.kernel.portlet.LiferayPortletRequestpublic Object getAttribute(String name)
getAttribute in interface PortletRequestpublic Enumeration<String> getAttributeNames()
getAttributeNames in interface PortletRequestpublic String getAuthType()
getAuthType in interface PortletRequestpublic javax.ccpp.Profile getCCPPProfile()
public String getContextPath()
getContextPath in interface PortletRequestpublic javax.servlet.http.Cookie[] getCookies()
getCookies in interface PortletRequestpublic String getETag()
public javax.servlet.http.HttpServletRequest getHttpServletRequest()
getHttpServletRequest in interface com.liferay.portal.kernel.portlet.LiferayPortletRequestpublic abstract String getLifecycle()
public Locale getLocale()
getLocale in interface PortletRequestpublic Enumeration<Locale> getLocales()
getLocales in interface PortletRequestpublic String getMethod()
public javax.servlet.http.HttpServletRequest getOriginalHttpServletRequest()
public String getParameter(String name)
getParameter in interface PortletRequestpublic Map<String,String[]> getParameterMap()
getParameterMap in interface PortletRequestpublic Enumeration<String> getParameterNames()
getParameterNames in interface PortletRequestpublic String[] getParameterValues(String name)
getParameterValues in interface PortletRequestpublic long getPlid()
getPlid in interface com.liferay.portal.kernel.portlet.LiferayPortletRequestpublic PortalContext getPortalContext()
getPortalContext in interface PortletRequestpublic com.liferay.portal.kernel.model.Portlet getPortlet()
public PortletContext getPortletContext()
public PortletMode getPortletMode()
getPortletMode in interface PortletRequestpublic String getPortletName()
getPortletName in interface com.liferay.portal.kernel.portlet.LiferayPortletRequestpublic PortletSession getPortletSession()
getPortletSession in interface PortletRequestpublic PortletSession getPortletSession(boolean create)
getPortletSession in interface PortletRequestpublic PortletPreferences getPreferences()
getPreferences in interface PortletRequestpublic PortletPreferencesImpl getPreferencesImpl()
public Map<String,String[]> getPrivateParameterMap()
getPrivateParameterMap in interface PortletRequestpublic Enumeration<String> getProperties(String name)
getProperties in interface PortletRequestpublic String getProperty(String name)
getProperty in interface PortletRequestpublic Enumeration<String> getPropertyNames()
getPropertyNames in interface PortletRequestpublic Map<String,String[]> getPublicParameterMap()
getPublicParameterMap in interface PortletRequestpublic String getRemoteUser()
getRemoteUser in interface PortletRequestpublic String getRequestedSessionId()
getRequestedSessionId in interface PortletRequestpublic String getResponseContentType()
getResponseContentType in interface PortletRequestpublic Enumeration<String> getResponseContentTypes()
getResponseContentTypes in interface PortletRequestpublic String getScheme()
getScheme in interface PortletRequestpublic String getServerName()
getServerName in interface PortletRequestpublic int getServerPort()
getServerPort in interface PortletRequestpublic LinkedHashMap<String,String> getUserInfo()
public Principal getUserPrincipal()
getUserPrincipal in interface PortletRequestpublic String getWindowID()
getWindowID in interface PortletRequestpublic WindowState getWindowState()
getWindowState in interface PortletRequestpublic void invalidateSession()
public boolean isInvalidParameter(String name)
public boolean isPortletModeAllowed(PortletMode portletMode)
isPortletModeAllowed in interface PortletRequestpublic boolean isPrivateRequestAttributes()
public boolean isRequestedSessionIdValid()
isRequestedSessionIdValid in interface PortletRequestpublic boolean isSecure()
isSecure in interface PortletRequestpublic boolean isTriggeredByActionURL()
public boolean isUserInRole(String role)
isUserInRole in interface PortletRequestpublic boolean isWindowStateAllowed(WindowState windowState)
isWindowStateAllowed in interface PortletRequestpublic void removeAttribute(String name)
removeAttribute in interface PortletRequestpublic void setAttribute(String name, Object obj)
setAttribute in interface PortletRequestpublic void setPortletMode(PortletMode portletMode)
public void setPortletRequestDispatcherRequest(javax.servlet.http.HttpServletRequest request)
public void setWindowState(WindowState windowState)
protected void init(javax.servlet.http.HttpServletRequest request,
com.liferay.portal.kernel.model.Portlet portlet,
com.liferay.portal.kernel.portlet.InvokerPortlet invokerPortlet,
PortletContext portletContext,
WindowState windowState,
PortletMode portletMode,
PortletPreferences preferences,
long plid)
protected void mergePublicRenderParameters(com.liferay.portal.kernel.servlet.DynamicServletRequest dynamicRequest,
PortletPreferences preferences,
long plid)