public final class HttpContextManager
extends java.lang.Object
| Constructor and Description |
|---|
HttpContextManager() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<org.apache.felix.http.whiteboard.internal.manager.AbstractMapping> |
addHttpContext(org.osgi.framework.Bundle bundle,
java.lang.String contextId,
org.osgi.service.http.HttpContext context) |
org.osgi.service.http.HttpContext |
getHttpContext(org.osgi.framework.Bundle bundle,
java.lang.String contextId,
org.apache.felix.http.whiteboard.internal.manager.AbstractMapping mapping) |
java.util.Collection<org.apache.felix.http.whiteboard.internal.manager.AbstractMapping> |
removeHttpContext(org.osgi.service.http.HttpContext context) |
void |
ungetHttpContext(org.osgi.framework.Bundle bundle,
java.lang.String contextId,
org.apache.felix.http.whiteboard.internal.manager.AbstractMapping mapping) |
public org.osgi.service.http.HttpContext getHttpContext(org.osgi.framework.Bundle bundle,
java.lang.String contextId,
org.apache.felix.http.whiteboard.internal.manager.AbstractMapping mapping)
public void ungetHttpContext(org.osgi.framework.Bundle bundle,
java.lang.String contextId,
org.apache.felix.http.whiteboard.internal.manager.AbstractMapping mapping)
public java.util.Collection<org.apache.felix.http.whiteboard.internal.manager.AbstractMapping> addHttpContext(org.osgi.framework.Bundle bundle,
java.lang.String contextId,
org.osgi.service.http.HttpContext context)
public java.util.Collection<org.apache.felix.http.whiteboard.internal.manager.AbstractMapping> removeHttpContext(org.osgi.service.http.HttpContext context)
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.