public class FrontendVaadinServlet extends VaadinServlet
Constructor and Description |
---|
FrontendVaadinServlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
service(HttpServletRequest request,
HttpServletResponse response)
Receives standard HTTP requests from the public service method and
dispatches them.
|
createDeploymentConfiguration, createDeploymentConfiguration, createServletService, createServletService, createStaticFileHandler, createVaadinRequest, destroy, getApplicationUrl, getCurrent, getLastPathParameter, getService, getWebJarServer, handleContextOrServletRootWithoutSlash, init, init, safeEscapeForHtml, serveStaticOrWebJarRequest, servletInitialized
protected void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
VaadinServlet
service
in class VaadinServlet
request
- the object that contains the request the client made of the
servlet.response
- the object that contains the response the servlet returns to
the client.ServletException
- if an input or output error occurs while the servlet is
handling the TRACE request.IOException
- if the request for the TRACE cannot be handled.Copyright © 2023. All rights reserved.