Package org.apache.sling.launchpad.base.impl
package org.apache.sling.launchpad.base.impl
-
ClassesClassDescriptionThe
ClassLoaderResourceProviderTheContextConnectionextends thejava.net.URLConnectionto provide access to a resource which is available fromLaunchpadContentProviderprovided toSling.TheContextProtocolHandleris a simple extension of the OSGi providedAbstractURLStreamHandlerServicewhich simply returns an instance of theContextConnectionwhen 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.TheSlingserves as the starting point for Sling.TheStartupManagertries to detect the startup mode: It distinguishes between an initial startup (INSTALL), an update (UPDATE) and a restart without a change (RESTART).