Class BringTomcatApplicationLifecycleListener

java.lang.Object
com.bobocode.bring.web.servlet.BringTomcatApplicationLifecycleListener
All Implemented Interfaces:
org.apache.catalina.LifecycleListener

public class BringTomcatApplicationLifecycleListener extends Object implements org.apache.catalina.LifecycleListener
  • Field Details

    • BEFORE_DESTROY_EVENT

      private static final String BEFORE_DESTROY_EVENT
      See Also:
    • bringApplicationContext

      private final com.bobocode.bring.core.context.impl.BringApplicationContext bringApplicationContext
  • Constructor Details

    • BringTomcatApplicationLifecycleListener

      public BringTomcatApplicationLifecycleListener()
  • Method Details

    • lifecycleEvent

      public void lifecycleEvent(org.apache.catalina.LifecycleEvent lifecycleEvent)
      Specified by:
      lifecycleEvent in interface org.apache.catalina.LifecycleListener