@FunctionalInterface public interface VaadinContextStartupInitializer
VaadinContext.
It is intended to be called either:
ClassLoaderAwareServletContainerInitializer.onStartup(Set, ServletContext))| Modifier and Type | Method and Description |
|---|---|
void |
initialize(Set<Class<?>> classSet,
VaadinContext context)
Applies this initializer to the given context
|
void initialize(Set<Class<?>> classSet, VaadinContext context) throws VaadinInitializerException
classSet - the Set of application classes which this initializer
needs to do its jobcontext - the VaadinContext to use with this initializerVaadinInitializerException - if an error has occurredCopyright © 2021. All rights reserved.