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
    Constructor
    Description
    JtContainerInitializer(jakarta.servlet.ServletContext servletContext)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    lifeCycleStarting(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

    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:
      lifeCycleStarting in interface org.eclipse.jetty.util.component.LifeCycle.Listener