public class DevModeInitializer extends Object implements Serializable
For internal use only. May be renamed or removed in a future release.
| Constructor and Description |
|---|
DevModeInitializer() |
| Modifier and Type | Method and Description |
|---|---|
static DevModeHandler |
initDevModeHandler(Set<Class<?>> classes,
VaadinContext context)
Initialize the devmode server if not in production mode or compatibility
mode.
|
public static DevModeHandler initDevModeHandler(Set<Class<?>> classes, VaadinContext context) throws VaadinInitializerException
classes - classes to check for npm- and js modulescontext - VaadinContext we are running innull if none was
createdVaadinInitializerException - if dev mode can't be initializedCopyright © 2022. All rights reserved.