Uses of Class
com.vaadin.server.VaadinPortlet.PortletService

Packages that use VaadinPortlet.PortletService
com.vaadin.server   
 

Uses of VaadinPortlet.PortletService in com.vaadin.server
 

Methods in com.vaadin.server that return VaadinPortlet.PortletService
protected  VaadinPortlet.PortletService VaadinPortlet.createPortletService(DeploymentConfiguration deploymentConfiguration)
           
protected  VaadinPortlet.PortletService VaadinPortlet.getVaadinService()
           
 VaadinPortlet.PortletService WrappedPortletRequest.getVaadinService()
           
 VaadinPortlet.PortletService WrappedPortletResponse.getVaadinService()
           
 

Constructors in com.vaadin.server with parameters of type VaadinPortlet.PortletService
VaadinPortlet.WrappedGateinRequest(javax.portlet.PortletRequest request, VaadinPortlet.PortletService vaadinService)
           
VaadinPortlet.WrappedHttpAndPortletRequest(javax.portlet.PortletRequest request, javax.servlet.http.HttpServletRequest originalRequest, VaadinPortlet.PortletService vaadinService)
           
VaadinPortlet.WrappedLiferayRequest(javax.portlet.PortletRequest request, VaadinPortlet.PortletService vaadinService)
           
WrappedPortletRequest(javax.portlet.PortletRequest request, VaadinPortlet.PortletService vaadinService)
          Wraps a portlet request and an associated vaadin service
WrappedPortletResponse(javax.portlet.PortletResponse response, VaadinPortlet.PortletService vaadinService)
          Wraps a portlet response and an associated vaadin service
 



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