Package org.apache.sling.launchpad.base.impl


package org.apache.sling.launchpad.base.impl
  • Classes
    Class
    Description
    The ClassLoaderResourceProvider
    The ContextConnection extends the java.net.URLConnection to provide access to a resource which is available from LaunchpadContentProvider provided to Sling.
    The ContextProtocolHandler is a simple extension of the OSGi provided AbstractURLStreamHandlerService which simply returns an instance of the ContextConnection when trying to open the connection of the URL.
    The installation listener is listening for - framework events - events from other services It notifies listeners about the finish of the startup and about an approximate progress.
     
    The startup listener is listening for startup events.
    The Sling serves as the starting point for Sling.
     
    The StartupManager tries to detect the startup mode: It distinguishes between an initial startup (INSTALL), an update (UPDATE) and a restart without a change (RESTART).