public class DevModeHandlerManagerImpl extends Object implements DevModeHandlerManager
DevModeHandler instance.
For internal use only. May be renamed or removed in a future release.
| Constructor and Description |
|---|
DevModeHandlerManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
DevModeHandler |
getDevModeHandler() |
Class<?>[] |
getHandlesTypes() |
void |
initDevModeHandler(Set<Class<?>> classes,
VaadinContext context) |
static boolean |
isDevModeAlreadyStarted(VaadinContext context)
Shows whether
DevModeHandler has been already started or not. |
void |
setDevModeHandler(DevModeHandler devModeHandler) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDevModeHandler, getDevModeHandlerpublic Class<?>[] getHandlesTypes()
getHandlesTypes in interface DevModeHandlerManagerpublic void setDevModeHandler(DevModeHandler devModeHandler)
setDevModeHandler in interface DevModeHandlerManagerpublic DevModeHandler getDevModeHandler()
getDevModeHandler in interface DevModeHandlerManagerpublic void initDevModeHandler(Set<Class<?>> classes, VaadinContext context) throws VaadinInitializerException
initDevModeHandler in interface DevModeHandlerManagerVaadinInitializerExceptionpublic static boolean isDevModeAlreadyStarted(VaadinContext context)
DevModeHandler has been already started or not.context - The VaadinContext, not nulltrue if DevModeHandler has already been
started, false - otherwiseCopyright © 2000–2021 Vaadin Ltd. All rights reserved.