org.apache.pluto.core.impl
Class IncludedRenderRequestImpl

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
              extended by org.apache.pluto.core.impl.IncludedRenderRequestImpl
All Implemented Interfaces:
InternalPortletRequest

 class IncludedRenderRequestImpl
extends RenderRequestImpl

Since:
Mar 9, 2005
Version:
1.0
Author:
David H. DeWolf

Field Summary
private  java.util.Map map
           
 
Constructor Summary
IncludedRenderRequestImpl(InternalPortletRequest req, java.util.Map queryParams)
           
 
Method Summary
 java.util.Map getParameterMap()
           
 
Methods inherited from class org.apache.pluto.core.impl.RenderRequestImpl
getPreferences, 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, 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

map

private java.util.Map map
Constructor Detail

IncludedRenderRequestImpl

public IncludedRenderRequestImpl(InternalPortletRequest req,
                                 java.util.Map queryParams)
Method Detail

getParameterMap

public java.util.Map getParameterMap()
Overrides:
getParameterMap in class PortletRequestImpl