Uses of Class
com.vaadin.terminal.gwt.server.WrappedPortletRequest

Packages that use WrappedPortletRequest
com.vaadin.terminal.gwt.server   
 

Uses of WrappedPortletRequest in com.vaadin.terminal.gwt.server
 

Subclasses of WrappedPortletRequest in com.vaadin.terminal.gwt.server
static class AbstractApplicationPortlet.WrappedGateinRequest
           
static class AbstractApplicationPortlet.WrappedHttpAndPortletRequest
           
static class AbstractApplicationPortlet.WrappedLiferayRequest
           
 

Methods in com.vaadin.terminal.gwt.server that return WrappedPortletRequest
static WrappedPortletRequest WrappedPortletRequest.cast(WrappedRequest request)
          Helper method to get a WrappedPortlettRequest from a WrappedRequest.
protected  WrappedPortletRequest AbstractApplicationPortlet.createWrappedRequest(PortletRequest request)
          Wraps the request in a (possibly portal specific) wrapped portlet request.
 



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