org.beangle.web.servlet.init

Members list

Type members

Classlikes

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class BootstrapInitializer extends ServletContainerInitializer

Web BootstrapListener

Web BootstrapListener

Attributes

Companion
object
Supertypes
trait ServletContainerInitializer
class Object
trait Matchable
class Any
class BootstrapListener extends ServletContextListener

Web BootstrapListener

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>

Attributes

Supertypes
trait ServletContextListener
trait EventListener
class Object
trait Matchable
class Any
trait Initializer

Attributes

See also

BootstrapListener.InitFile

Supertypes
class Object
trait Matchable
class Any