Uses of Interface
org.apache.sling.launchpad.base.shared.Launcher
-
Packages that use Launcher Package Description org.apache.sling.launchpad.base.app org.apache.sling.launchpad.base.webapp -
-
Uses of Launcher in org.apache.sling.launchpad.base.app
Classes in org.apache.sling.launchpad.base.app that implement Launcher Modifier and Type Class Description class
MainDelegate
TheMain
class is a simple Java Application which interprests the command line and creates theSling
launcher class and thus starts the OSGi framework. -
Uses of Launcher in org.apache.sling.launchpad.base.webapp
Classes in org.apache.sling.launchpad.base.webapp that implement Launcher Modifier and Type Class Description class
SlingServletDelegate
TheSlingServletDelegate
serves as a basic servlet for Project Sling.
-