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 TypeMethodDescriptionvoidlifeCycleFailure(org.eclipse.jetty.util.component.LifeCycle event, Throwable cause) voidlifeCycleStarting(org.eclipse.jetty.util.component.LifeCycle event) voidlifeCycleStopped(org.eclipse.jetty.util.component.LifeCycle event) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
lifeCycleStartingin interfaceorg.eclipse.jetty.util.component.LifeCycle.Listener
-
lifeCycleStopped
public void lifeCycleStopped(org.eclipse.jetty.util.component.LifeCycle event) - Specified by:
lifeCycleStoppedin interfaceorg.eclipse.jetty.util.component.LifeCycle.Listener
-
lifeCycleFailure
- Specified by:
lifeCycleFailurein interfaceorg.eclipse.jetty.util.component.LifeCycle.Listener
-