Interface | Description |
---|---|
LaunchpadContentProvider |
The
ResourceProvider defines a simple API to access resources
from the environment depending on how Sling is launched. |
StartupHandler |
The
StartupHandler tries to detect the startup mode:
It distinguishes between an initial startup (INSTALL), an update (UPDATE)
and a restart without a change (RESTART). |
StartupListener |
A startup listener receives events about the startup.
|
StartupService |
The startup service is registered when the startup is finished.
|
Enum | Description |
---|---|
StartupMode |
The
StartupMode
It distinguishes between an initial startup (INSTALL), an update (UPDATE)
and a restart without a change (RESTART). |
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.