public class CdiServletDeployer extends Object implements javax.servlet.ServletContainerInitializer
@Route is found on the
classpath
/*
Vaadin ships with ServletDeployer, which is a WebListener
to register the default VaadinServlet.
We can't override it from java, but since this class is a
container initializer, we run first.
After registration of the CDI Vaadin Servlet, the original
deployer won't register the default one.
The rest of this class is copied from ServletDeployer.
| Constructor and Description |
|---|
CdiServletDeployer() |
| Modifier and Type | Method and Description |
|---|---|
void |
onStartup(Set<Class<?>> classSet,
javax.servlet.ServletContext ctx) |
Copyright © 2018 Vaadin Ltd. All Rights Reserved.