com.vaadin.server
Class VaadinPortlet.WrappedGateinRequest

java.lang.Object
  extended by com.vaadin.server.WrappedPortletRequest
      extended by com.vaadin.server.VaadinPortlet.WrappedHttpAndPortletRequest
          extended by com.vaadin.server.VaadinPortlet.WrappedGateinRequest
All Implemented Interfaces:
WrappedRequest, java.io.Serializable
Enclosing class:
VaadinPortlet

public static class VaadinPortlet.WrappedGateinRequest
extends VaadinPortlet.WrappedHttpAndPortletRequest

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.vaadin.server.WrappedRequest
WrappedRequest.BrowserDetails
 
Constructor Summary
VaadinPortlet.WrappedGateinRequest(javax.portlet.PortletRequest request, VaadinPortlet.PortletService vaadinService)
           
 
Method Summary
 
Methods inherited from class com.vaadin.server.VaadinPortlet.WrappedHttpAndPortletRequest
getHeader, getParameter, getParameterMap, getRemoteAddr
 
Methods inherited from class com.vaadin.server.WrappedPortletRequest
cast, getAttribute, getBrowserDetails, getContentLength, getContentType, getInputStream, getLocale, getPortalProperty, getPortletRequest, getRequestPathInfo, getVaadinService, getWrappedSession, isSecure, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VaadinPortlet.WrappedGateinRequest

public VaadinPortlet.WrappedGateinRequest(javax.portlet.PortletRequest request,
                                          VaadinPortlet.PortletService vaadinService)


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.