Uses of Class
com.vaadin.portlet.VaadinPortletService
-
Packages that use VaadinPortletService Package Description com.vaadin.portlet -
-
Uses of VaadinPortletService in com.vaadin.portlet
Methods in com.vaadin.portlet that return VaadinPortletService Modifier and Type Method Description protected VaadinPortletServiceVaadinPortlet. createPortletService(DeploymentConfiguration deploymentConfiguration)protected VaadinPortletServiceVaadinPortlet. getService()VaadinPortletServiceVaadinPortletRequest. getService()VaadinPortletServiceVaadinPortletResponse. getService()Constructors in com.vaadin.portlet with parameters of type VaadinPortletService Constructor Description VaadinGateInRequest(javax.portlet.PortletRequest request, VaadinPortletService vaadinService)VaadinHttpAndPortletRequest(javax.portlet.PortletRequest request, VaadinPortletService vaadinService)Constructs a newVaadinPortlet.VaadinHttpAndPortletRequest.VaadinLiferayRequest(javax.portlet.PortletRequest request, VaadinPortletService vaadinService)VaadinPortletRequest(javax.portlet.PortletRequest request, VaadinPortletService vaadinService)Wraps a portlet request and an associated vaadin service.VaadinPortletResponse(javax.portlet.PortletResponse response, VaadinPortletService vaadinService)Wraps a portlet response and an associated vaadin service.VaadinPortletSession(VaadinPortletService service)Create a portlet service session for the given portlet service.VaadinWebLogicPortalRequest(javax.portlet.PortletRequest request, VaadinPortletService vaadinService)VaadinWebSpherePortalRequest(javax.portlet.PortletRequest request, VaadinPortletService vaadinService)
-