Uses of Class
com.vaadin.server.VaadinServletService
-
Packages that use VaadinServletService Package Description com.vaadin.server com.vaadin.server.communication -
-
Uses of VaadinServletService in com.vaadin.server
Methods in com.vaadin.server that return VaadinServletService Modifier and Type Method Description protected VaadinServletService
VaadinServlet. createServletService(DeploymentConfiguration deploymentConfiguration)
protected VaadinServletService
VaadinServlet. getService()
Gets a the vaadin service for this servlet.VaadinServletService
VaadinServletRequest. getService()
VaadinServletService
VaadinServletResponse. getService()
Constructors in com.vaadin.server with parameters of type VaadinServletService Constructor Description VaadinServletRequest(javax.servlet.http.HttpServletRequest request, VaadinServletService vaadinService)
Wraps a http servlet request and associates with a vaadin serviceVaadinServletResponse(javax.servlet.http.HttpServletResponse response, VaadinServletService vaadinService)
Wraps a http servlet response and an associated vaadin service -
Uses of VaadinServletService in com.vaadin.server.communication
Methods in com.vaadin.server.communication with parameters of type VaadinServletService Modifier and Type Method Description protected PushHandler
PushRequestHandler. createPushHandler(VaadinServletService service)
Creates a push handler for this request handler.Constructors in com.vaadin.server.communication with parameters of type VaadinServletService Constructor Description PushHandler(VaadinServletService service)
PushRequestHandler(VaadinServletService service)
-