org.apache.pluto.core.impl
Class RenderRequestImpl

java.lang.Object
  extended by javax.servlet.http.HttpServletRequestWrapper
      extended by org.apache.pluto.core.impl.PortletRequestImpl
          extended by org.apache.pluto.core.impl.RenderRequestImpl
All Implemented Interfaces:
InternalPortletRequest
Direct Known Subclasses:
IncludedRenderRequestImpl

public class RenderRequestImpl
extends PortletRequestImpl

To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.


Field Summary
private  Logger log
           
private  PortletPreferences portletPreferences
          Holds the portlet preferences
 
Constructor Summary
RenderRequestImpl(PortletWindow portletWindow, javax.servlet.http.HttpServletRequest servletRequest)
           
 
Method Summary
 PortletPreferences getPreferences()
           
 java.io.BufferedReader getReader()
           
 
Methods inherited from class org.apache.pluto.core.impl.PortletRequestImpl
getAttribute, getAttributeNames, getAuthType, getCharacterEncoding, getContentLength, getContentType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getInputStream, getInternalPortletWindow, getIntHeader, getLocale, getLocales, getMethod, getParameter, getParameterMap, getParameterNames, getParameterValues, getPathInfo, getPathTranslated, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getProperties, getProperty, getPropertyNames, getProtocol, getQueryString, getRealPath, getRemoteAddr, getRemoteHost, getRemoteUser, getRequestDispatcher, getRequestedSessionId, getRequestURI, getRequestURL, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getServletPath, getSession, getSession, getUserPrincipal, getWindowState, isIncluded, isPortletModeAllowed, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, lateInit, removeAttribute, setAttribute, setCharacterEncoding, setIncluded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

portletPreferences

private PortletPreferences portletPreferences
Holds the portlet preferences


log

private Logger log
Constructor Detail

RenderRequestImpl

public RenderRequestImpl(PortletWindow portletWindow,
                         javax.servlet.http.HttpServletRequest servletRequest)
Method Detail

getReader

public java.io.BufferedReader getReader()
                                 throws java.io.IOException
Overrides:
getReader in class PortletRequestImpl
Throws:
java.io.IOException
See Also:
javax.servlet.ServletRequest#getReader()

getPreferences

public PortletPreferences getPreferences()
Specified by:
getPreferences in class PortletRequestImpl