org.apache.jetspeed.container
Class ContainerRequest

java.lang.Object
  extended byjavax.servlet.ServletRequestWrapper
      extended byjavax.servlet.http.HttpServletRequestWrapper
          extended byorg.apache.jetspeed.container.ContainerRequest
All Implemented Interfaces:
javax.servlet.http.HttpServletRequest, javax.servlet.ServletRequest

public class ContainerRequest
extends javax.servlet.http.HttpServletRequestWrapper

The container request wrappers the servlet request and is used within the container to communicate to the invoked servlet.

Version:
$Id: ContainerRequest.java 185962 2004-03-08 01:03:33Z jford $
Author:
David Sean Taylor

Field Summary
protected  org.apache.pluto.om.portlet.PortletDefinition portletDef
           
protected  javax.portlet.PortletRequest portletRequest
           
 
Fields inherited from class javax.servlet.ServletRequestWrapper
 
Fields inherited from interface javax.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
 
Constructor Summary
ContainerRequest(javax.servlet.http.HttpServletRequest httpRequest, org.apache.pluto.om.portlet.PortletDefinition portletDef)
           
 
Method Summary
 org.apache.pluto.om.portlet.PortletDefinition getPortletDefinition()
           
 javax.portlet.PortletRequest getPortletRequest()
           
 void setPortletRequest(javax.portlet.PortletRequest portletRequest)
           
 
Methods inherited from class javax.servlet.http.HttpServletRequestWrapper
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole
 
Methods inherited from class javax.servlet.ServletRequestWrapper
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding, setRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.ServletRequest
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding
 

Field Detail

portletDef

protected org.apache.pluto.om.portlet.PortletDefinition portletDef

portletRequest

protected javax.portlet.PortletRequest portletRequest
Constructor Detail

ContainerRequest

public ContainerRequest(javax.servlet.http.HttpServletRequest httpRequest,
                        org.apache.pluto.om.portlet.PortletDefinition portletDef)
Method Detail

getPortletDefinition

public org.apache.pluto.om.portlet.PortletDefinition getPortletDefinition()

getPortletRequest

public javax.portlet.PortletRequest getPortletRequest()

setPortletRequest

public void setPortletRequest(javax.portlet.PortletRequest portletRequest)


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.