Class HttpRegistryManager
java.lang.Object
org.eclipse.equinox.http.registry.internal.HttpRegistryManager
-
Constructor Summary
ConstructorDescriptionHttpRegistryManager
(ServiceReference<?> reference, HttpService httpService, PackageAdmin packageAdmin, IExtensionRegistry registry) -
Method Summary
Modifier and TypeMethodDescriptionboolean
addFilterContribution
(String alias, javax.servlet.Filter filter, Dictionary<?, ?> initparams, String httpContextId, IContributor contributor) boolean
addHttpContextContribution
(String httpContextId, HttpContext context, IContributor contributor) boolean
addResourcesContribution
(String alias, String baseName, String httpContextId, IContributor contributor) boolean
addServletContribution
(String alias, javax.servlet.Servlet servlet, Dictionary<?, ?> initparams, String httpContextId, IContributor contributor) getBundle
(IContributor contributor) getHttpContext
(String httpContextId, Bundle bundle) void
removeContribution
(String alias) void
removeFilterContribution
(javax.servlet.Filter filter) void
removeHttpContextContribution
(String httpContextId) void
start()
void
stop()
-
Constructor Details
-
HttpRegistryManager
public HttpRegistryManager(ServiceReference<?> reference, HttpService httpService, PackageAdmin packageAdmin, IExtensionRegistry registry)
-
-
Method Details
-
start
public void start() -
stop
public void stop() -
addResourcesContribution
public boolean addResourcesContribution(String alias, String baseName, String httpContextId, IContributor contributor) -
addServletContribution
public boolean addServletContribution(String alias, javax.servlet.Servlet servlet, Dictionary<?, ?> initparams, String httpContextId, IContributor contributor) -
removeContribution
-
addFilterContribution
public boolean addFilterContribution(String alias, javax.servlet.Filter filter, Dictionary<?, ?> initparams, String httpContextId, IContributor contributor) -
removeFilterContribution
public void removeFilterContribution(javax.servlet.Filter filter) -
getHttpContext
-
addHttpContextContribution
public boolean addHttpContextContribution(String httpContextId, HttpContext context, IContributor contributor) -
removeHttpContextContribution
-
createDefaultRegistryHttpContext
-
getBundle
-
getBundle
-