com.vaadin.terminal.gwt.server
Class AbstractApplicationPortlet.WrappedGateinRequest

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

public static class AbstractApplicationPortlet.WrappedGateinRequest
extends AbstractApplicationPortlet.WrappedHttpAndPortletRequest

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.vaadin.terminal.WrappedRequest
WrappedRequest.BrowserDetails
 
Constructor Summary
AbstractApplicationPortlet.WrappedGateinRequest(PortletRequest request, DeploymentConfiguration deploymentConfiguration)
           
 
Method Summary
 
Methods inherited from class com.vaadin.terminal.gwt.server.AbstractApplicationPortlet.WrappedHttpAndPortletRequest
getHeader, getParameter, getParameterMap, getRemoteAddr
 
Methods inherited from class com.vaadin.terminal.gwt.server.WrappedPortletRequest
cast, getAttribute, getBrowserDetails, getContentLength, getContentType, getDeploymentConfiguration, getInputStream, getLocale, getPortalProperty, getPortletRequest, getRequestPathInfo, getSessionAttribute, getSessionMaxInactiveInterval, isSecure, setAttribute, setSessionAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractApplicationPortlet.WrappedGateinRequest

public AbstractApplicationPortlet.WrappedGateinRequest(PortletRequest request,
                                                       DeploymentConfiguration deploymentConfiguration)


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