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

java.lang.Object
  extended by org.apache.felix.http.base.internal.HttpServiceController

public final class HttpServiceController
extends Object


Constructor Summary
HttpServiceController(BundleContext bundleContext)
           
 
Method Summary
 ServletContextAttributeListenerManager getContextAttributeListener()
           
 Dispatcher getDispatcher()
           
 ServletRequestAttributeListenerManager getRequestAttributeListener()
           
 ServletRequestListenerManager getRequestListener()
           
 HttpSessionAttributeListenerManager getSessionAttributeListener()
           
 HttpSessionListenerManager getSessionListener()
           
 void register(ServletContext servletContext)
           
 void setProperties( props)
           
 void unregister()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServiceController

public HttpServiceController(BundleContext bundleContext)
Method Detail

getDispatcher

public Dispatcher getDispatcher()

getContextAttributeListener

public ServletContextAttributeListenerManager getContextAttributeListener()

getRequestListener

public ServletRequestListenerManager getRequestListener()

getRequestAttributeListener

public ServletRequestAttributeListenerManager getRequestAttributeListener()

getSessionListener

public HttpSessionListenerManager getSessionListener()

getSessionAttributeListener

public HttpSessionAttributeListenerManager getSessionAttributeListener()

setProperties

public void setProperties( props)

register

public void register(ServletContext servletContext)

unregister

public void unregister()


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