org.apache.sling.launchpad.base.webapp
Class SlingBridge

java.lang.Object
  extended by org.apache.sling.launchpad.base.impl.Sling
      extended by org.apache.sling.launchpad.base.webapp.SlingBridge
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class SlingBridge
extends org.apache.sling.launchpad.base.impl.Sling

The SlingBridge extends the base Sling class calling the Eclipse Equinox Http Service activator for the proxy servlet to be able to handle requests.


Field Summary
 
Fields inherited from class org.apache.sling.launchpad.base.impl.Sling
CONFIG_PROPERTIES, JCR_REPO_CONFIG_FILE_URL, JCR_REPO_HOME, logger, OSGI_FRAMEWORK_BUNDLES, PROP_SYSTEM_PACKAGES, SLING_HOME_URL, SLING_IGNORE_SYSTEM_PROPERTIES
 
Constructor Summary
SlingBridge(Notifiable notifiable, org.apache.felix.framework.Logger logger, LaunchpadContentProvider resourceProvider, Map<String,String> propOverwrite, javax.servlet.ServletContext servletContext)
           
 
Method Summary
 
Methods inherited from class org.apache.sling.launchpad.base.impl.Sling
destroy, doStartBundle, doStopBundle, getBundleContext, loadPropertiesOverride, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlingBridge

public SlingBridge(Notifiable notifiable,
                   org.apache.felix.framework.Logger logger,
                   LaunchpadContentProvider resourceProvider,
                   Map<String,String> propOverwrite,
                   javax.servlet.ServletContext servletContext)
            throws org.osgi.framework.BundleException
Throws:
org.osgi.framework.BundleException


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