org.apache.felix.http.base.internal
Class AbstractHttpActivator

java.lang.Object
  extended by org.apache.felix.http.base.internal.AbstractActivator
      extended by org.apache.felix.http.base.internal.AbstractHttpActivator
All Implemented Interfaces:
BundleActivator
Direct Known Subclasses:
BridgeActivator, JettyActivator

public abstract class AbstractHttpActivator
extends AbstractActivator


Constructor Summary
AbstractHttpActivator()
           
 
Method Summary
protected  void doStart()
           
protected  void doStop()
           
protected  DispatcherServlet getDispatcherServlet()
           
protected  EventDispatcher getEventDispatcher()
           
protected  HttpServiceController getHttpServiceController()
           
 
Methods inherited from class org.apache.felix.http.base.internal.AbstractActivator
getBundleContext, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractHttpActivator

public AbstractHttpActivator()
Method Detail

getDispatcherServlet

protected final DispatcherServlet getDispatcherServlet()

getEventDispatcher

protected final EventDispatcher getEventDispatcher()

getHttpServiceController

protected final HttpServiceController getHttpServiceController()

doStart

protected void doStart()
                throws Exception
Specified by:
doStart in class AbstractActivator
Throws:
Exception

doStop

protected void doStop()
               throws Exception
Specified by:
doStop in class AbstractActivator
Throws:
Exception


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