org.apache.felix.http.whiteboard.internal.manager
Class HttpContextManager

java.lang.Object
  extended by org.apache.felix.http.whiteboard.internal.manager.HttpContextManager

public final class HttpContextManager
extends Object


Constructor Summary
HttpContextManager()
           
 
Method Summary
 void addHttpContext(Bundle bundle, String contextId, HttpContext context)
           
 HttpContext getHttpContext(Bundle bundle, String contextId)
           
 void removeHttpContext(HttpContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpContextManager

public HttpContextManager()
Method Detail

getHttpContext

public HttpContext getHttpContext(Bundle bundle,
                                  String contextId)

removeHttpContext

public void removeHttpContext(HttpContext context)

addHttpContext

public void addHttpContext(Bundle bundle,
                           String contextId,
                           HttpContext context)


Copyright © 2011 Apache Software Foundation. All Rights Reserved.