BootstrapListener

class BootstrapListener extends ServletContextListener

Web BootstrapListener

<web-app xmlns="https://jakarta.ee/xml/ns/jakartaee"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
                  https://jakarta.ee/xml/ns/jakartaee/web-app_5_0.xsd"
     version="5.0" metadata-complete="true">

<absolute-ordering/>

<listener>
  <listener-class>org.beangle.web.servlet.init.BootstrapListener</listener-class>
</listener>

</web-app>
trait ServletContextListener
trait EventListener
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def contextDestroyed(sce: ServletContextEvent): Unit
Definition Classes
ServletContextListener
override
def contextInitialized(sce: ServletContextEvent): Unit
Definition Classes
ServletContextListener

Concrete fields