Package org.noear.solon.boot.jetty.http
Class JtContainerInitializer
java.lang.Object
org.noear.solon.boot.jetty.http.JtContainerInitializer
- All Implemented Interfaces:
EventListener,org.eclipse.jetty.util.component.LifeCycle.Listener
public class JtContainerInitializer
extends Object
implements org.eclipse.jetty.util.component.LifeCycle.Listener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlifeCycleStarting(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
lifeCycleFailure, lifeCycleStarted, lifeCycleStopped, lifeCycleStopping
-
Constructor Details
-
JtContainerInitializer
public JtContainerInitializer(jakarta.servlet.ServletContext servletContext)
-
-
Method Details
-
lifeCycleStarting
public void lifeCycleStarting(org.eclipse.jetty.util.component.LifeCycle event) - Specified by:
lifeCycleStartingin interfaceorg.eclipse.jetty.util.component.LifeCycle.Listener
-