Uses of Interface
org.apache.sling.launchpad.base.shared.Notifiable

Packages that use Notifiable
org.apache.sling.launchpad.app   
org.apache.sling.launchpad.base.app   
org.apache.sling.launchpad.base.impl   
org.apache.sling.launchpad.base.shared   
org.apache.sling.launchpad.base.webapp   
org.apache.sling.launchpad.webapp   
org.apache.sling.maven.projectsupport   
 

Uses of Notifiable in org.apache.sling.launchpad.app
 

Classes in org.apache.sling.launchpad.app that implement Notifiable
 class Main
          The Main is the externally visible Standalone Java Application launcher for Sling.
 

Uses of Notifiable in org.apache.sling.launchpad.base.app
 

Methods in org.apache.sling.launchpad.base.app with parameters of type Notifiable
 void MainDelegate.setNotifiable(Notifiable notifiable)
           
 

Uses of Notifiable in org.apache.sling.launchpad.base.impl
 

Constructors in org.apache.sling.launchpad.base.impl with parameters of type Notifiable
Sling(Notifiable notifiable, org.apache.felix.framework.Logger logger, LaunchpadContentProvider resourceProvider, Map<String,String> propOverwrite)
          Initializes this servlet by loading the framework configuration properties, starting the OSGi framework (Apache Felix) and exposing the system bundle context and the Felix instance as servlet context attributes.
SlingFelix(Notifiable notifiable, Map<?,?> props)
           
 

Uses of Notifiable in org.apache.sling.launchpad.base.shared
 

Methods in org.apache.sling.launchpad.base.shared with parameters of type Notifiable
 void Launcher.setNotifiable(Notifiable notifiable)
          The Notifiable to notify on framework stop or update
 

Uses of Notifiable in org.apache.sling.launchpad.base.webapp
 

Methods in org.apache.sling.launchpad.base.webapp with parameters of type Notifiable
 void SlingServletDelegate.setNotifiable(Notifiable notifiable)
           
 

Constructors in org.apache.sling.launchpad.base.webapp with parameters of type Notifiable
SlingBridge(Notifiable notifiable, org.apache.felix.framework.Logger logger, LaunchpadContentProvider resourceProvider, Map<String,String> propOverwrite, javax.servlet.ServletContext servletContext)
           
 

Uses of Notifiable in org.apache.sling.launchpad.webapp
 

Classes in org.apache.sling.launchpad.webapp that implement Notifiable
 class SlingServlet
          The SlingServlet is the externally visible Web Application launcher for Sling.
 

Uses of Notifiable in org.apache.sling.maven.projectsupport
 

Classes in org.apache.sling.maven.projectsupport that implement Notifiable
 class AbstractLaunchpadStartingMojo
           
 class RunMojo
          Run a Launchpad application.
 class StartMojo
          Start a Launchpad application.
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.