Uses of Class
com.vaadin.server.VaadinPortletRequest

Packages that use VaadinPortletRequest
com.vaadin.server   
 

Uses of VaadinPortletRequest in com.vaadin.server
 

Subclasses of VaadinPortletRequest in com.vaadin.server
static class VaadinPortlet.VaadinGateInRequest
          Portlet request for GateIn.
static class VaadinPortlet.VaadinHttpAndPortletRequest
          Base class for portlet requests that need access to HTTP servlet requests.
static class VaadinPortlet.VaadinLiferayRequest
          Portlet request for Liferay.
static class VaadinPortlet.VaadinWebLogicPortalRequest
          Portlet request for WebSphere Portal.
static class VaadinPortlet.VaadinWebSpherePortalRequest
          Portlet request for WebSphere Portal.
 

Methods in com.vaadin.server that return VaadinPortletRequest
protected  VaadinPortletRequest VaadinPortlet.createVaadinRequest(javax.portlet.PortletRequest request)
          Wraps the request in a (possibly portal specific) Vaadin portlet request.
static VaadinPortletRequest VaadinPortletRequest.getCurrent()
          Gets the currently processed Vaadin portlet request.
static VaadinPortletRequest VaadinPortletService.getCurrentRequest()
          Gets the currently processed Vaadin portlet request.
 

Methods in com.vaadin.server with parameters of type VaadinPortletRequest
protected  VaadinPortlet.RequestType VaadinPortlet.getRequestType(VaadinPortletRequest vaadinRequest)
          Deprecated. As of 7.0. This is no longer used and only provided for backwards compatibility. Each RequestHandler can individually decide whether it wants to handle a request or not.
 



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