Classes
- Application
- Bootstrapper
-
Bootstrappers bootstrap different components of an Embla application. Every Bootstrapper adds one or more hooks to itself, each in which it can run initialization or deinitialization scripts. Check out the Hook class for information about each hook.…
- Hook
-
In Bootstrappers, methods can be annotated with hooks to attach scripts to the overall setup and teardown procedure of the application.