public class SpringServlet
extends com.vaadin.flow.server.VaadinServlet
| Modifier and Type | Field and Description |
|---|---|
protected static List<String> |
PROPERTY_NAMES
Property names that are read from the application.properties file
|
| Constructor and Description |
|---|
SpringServlet(org.springframework.context.ApplicationContext context,
boolean forwardingEnforced)
Creates a new Vaadin servlet instance with the application
context provided. |
| Modifier and Type | Method and Description |
|---|---|
protected com.vaadin.flow.function.DeploymentConfiguration |
createDeploymentConfiguration(Properties initParameters) |
protected com.vaadin.flow.server.VaadinServletService |
createServletService(com.vaadin.flow.function.DeploymentConfiguration deploymentConfiguration) |
protected void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
createDeploymentConfiguration, createServletService, createStaticFileHandler, createVaadinRequest, destroy, getApplicationUrl, getCurrent, getLastPathParameter, getService, getWebJarServer, handleContextOrServletRootWithoutSlash, init, safeEscapeForHtml, serveStaticOrWebJarRequest, servletInitializeddoDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, servicepublic SpringServlet(org.springframework.context.ApplicationContext context,
boolean forwardingEnforced)
context provided.context - the Spring application contextprotected void service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
service in class com.vaadin.flow.server.VaadinServletjavax.servlet.ServletExceptionIOExceptionprotected com.vaadin.flow.server.VaadinServletService createServletService(com.vaadin.flow.function.DeploymentConfiguration deploymentConfiguration)
throws com.vaadin.flow.server.ServiceException
createServletService in class com.vaadin.flow.server.VaadinServletcom.vaadin.flow.server.ServiceExceptionprotected com.vaadin.flow.function.DeploymentConfiguration createDeploymentConfiguration(Properties initParameters)
createDeploymentConfiguration in class com.vaadin.flow.server.VaadinServletCopyright © 2019 Vaadin Ltd. All Rights Reserved.