org.apache.myfaces.trinidadinternal.webapp.wrappers
Class RenderRequestWrapper

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.webapp.wrappers.PortletRequestWrapper
      extended by org.apache.myfaces.trinidadinternal.webapp.wrappers.RenderRequestWrapper
All Implemented Interfaces:
javax.portlet.PortletRequest, javax.portlet.RenderRequest

public class RenderRequestWrapper
extends PortletRequestWrapper
implements javax.portlet.RenderRequest

TODO: Document this

Version:
$Revision$ $Date$
Author:
Scott O'Bryan (latest modification by $Author$)

Field Summary
 
Fields inherited from interface javax.portlet.PortletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH, USER_INFO
 
Constructor Summary
RenderRequestWrapper(javax.portlet.RenderRequest request)
           
 
Method Summary
 javax.portlet.RenderRequest getRequest()
           
 
Methods inherited from class org.apache.myfaces.trinidadinternal.webapp.wrappers.PortletRequestWrapper
getAttribute, getAttributeNames, getAuthType, getContextPath, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getProperties, getProperty, getPropertyNames, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.portlet.PortletRequest
getAttribute, getAttributeNames, getAuthType, getContextPath, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getProperties, getProperty, getPropertyNames, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute
 

Constructor Detail

RenderRequestWrapper

public RenderRequestWrapper(javax.portlet.RenderRequest request)
Method Detail

getRequest

public javax.portlet.RenderRequest getRequest()
Overrides:
getRequest in class PortletRequestWrapper


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.