public class SpringServlet
extends com.vaadin.flow.server.VaadinServlet
| Constructor and Description |
|---|
SpringServlet(org.springframework.context.ApplicationContext context)
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) |
createDeploymentConfiguration, createServletService, createVaadinRequest, destroy, getApplicationUrl, getCurrent, getLastPathParameter, getService, getWebJarServer, handleContextOrServletRootWithoutSlash, init, safeEscapeForHtml, serveStaticOrWebJarRequest, service, servletInitializeddoDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, servicepublic SpringServlet(org.springframework.context.ApplicationContext context)
context provided.context - the Spring application contextprotected 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 © 2018 Vaadin Ltd. All Rights Reserved.