org.beangle.web.servlet.init

Members list

Concise view

Type members

Classlikes

Attributes

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

Web BootstrapListener

Web BootstrapListener

Attributes

Companion:
object
Graph
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

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

Attributes

See also:

BootstrapListener.InitFile

Graph
Supertypes
class Object
trait Matchable
class Any