Uses of Class
org.osgi.service.http.NamespaceException
-
Packages that use NamespaceException Package Description org.osgi.service.http Http Service Package Version 1.2. -
-
Uses of NamespaceException in org.osgi.service.http
Methods in org.osgi.service.http that throw NamespaceException Modifier and Type Method Description void
HttpService. registerResources(java.lang.String alias, java.lang.String name, HttpContext context)
Registers resources into the URI namespace.void
HttpService. registerServlet(java.lang.String alias, javax.servlet.Servlet servlet, java.util.Dictionary<?,?> initparams, HttpContext context)
Registers a servlet into the URI namespace.
-