public final class ServletMapping
extends java.lang.Object
| Constructor and Description |
|---|
ServletMapping(org.osgi.framework.Bundle bundle,
javax.servlet.Servlet servlet,
java.lang.String alias) |
| Modifier and Type | Method and Description |
|---|---|
org.osgi.framework.Bundle |
getBundle() |
org.osgi.service.http.HttpContext |
getContext() |
java.util.Hashtable<java.lang.String,java.lang.String> |
getInitParams() |
void |
register(org.osgi.service.http.HttpService httpService) |
void |
setContext(org.osgi.service.http.HttpContext context) |
void |
unregister(org.osgi.service.http.HttpService httpService) |
public ServletMapping(org.osgi.framework.Bundle bundle,
javax.servlet.Servlet servlet,
java.lang.String alias)
public void register(org.osgi.service.http.HttpService httpService)
public void unregister(org.osgi.service.http.HttpService httpService)
public org.osgi.framework.Bundle getBundle()
public void setContext(org.osgi.service.http.HttpContext context)
public final org.osgi.service.http.HttpContext getContext()
public final java.util.Hashtable<java.lang.String,java.lang.String> getInitParams()
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.