Package io.jmix.flowui.devserver.servlet
Class JmixSystemPropertiesLifeCycleListener
java.lang.Object
io.jmix.flowui.devserver.servlet.JmixSystemPropertiesLifeCycleListener
- All Implemented Interfaces:
EventListener
,org.eclipse.jetty.util.component.LifeCycle.Listener
public class JmixSystemPropertiesLifeCycleListener
extends Object
implements org.eclipse.jetty.util.component.LifeCycle.Listener
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJmixSystemPropertiesLifeCycleListener
(String projectBaseDir, String isPnpmEnabled, Properties properties) -
Method Summary
Modifier and TypeMethodDescriptionvoid
lifeCycleFailure
(org.eclipse.jetty.util.component.LifeCycle event, Throwable cause) void
lifeCycleStarting
(org.eclipse.jetty.util.component.LifeCycle event) void
lifeCycleStopped
(org.eclipse.jetty.util.component.LifeCycle event) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.util.component.LifeCycle.Listener
lifeCycleStarted, lifeCycleStopping
-
Field Details
-
THEME_VALUE_PROPERTY
- See Also:
-
JMIX_VERSION_PROPERTY
- See Also:
-
JMIX_STUDIO_VERSION_PROPERTY
- See Also:
-
USE_PROJECT_FOLDER_PROPERTY
- See Also:
-
USE_PROJECT_PROPERTIES_PROPERTY
- See Also:
-
STUDIO_VIEW_DESIGNER_DIR_PROPERTY
- See Also:
-
VIEW_DESIGNER_FOLDER
- See Also:
-
-
Constructor Details
-
JmixSystemPropertiesLifeCycleListener
public JmixSystemPropertiesLifeCycleListener(String projectBaseDir, String isPnpmEnabled, Properties properties)
-
-
Method Details
-
lifeCycleStarting
public void lifeCycleStarting(org.eclipse.jetty.util.component.LifeCycle event) - Specified by:
lifeCycleStarting
in interfaceorg.eclipse.jetty.util.component.LifeCycle.Listener
-
lifeCycleStopped
public void lifeCycleStopped(org.eclipse.jetty.util.component.LifeCycle event) - Specified by:
lifeCycleStopped
in interfaceorg.eclipse.jetty.util.component.LifeCycle.Listener
-
lifeCycleFailure
- Specified by:
lifeCycleFailure
in interfaceorg.eclipse.jetty.util.component.LifeCycle.Listener
-