org.ungoverned.osgi.bundle.httpadmin
Class HttpAdmin

java.lang.Object
  extended byHttpServlet
      extended byorg.ungoverned.osgi.bundle.httpadmin.HttpAdmin

public class HttpAdmin
extends HttpServlet

This is the servlet which will serve users requiest. It created html ui.

See Also:
Serialized Form

Constructor Summary
HttpAdmin(BundleContext bc)
           
 
Method Summary
protected  void doGet(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpAdmin

public HttpAdmin(BundleContext bc)
          throws java.lang.Exception
Method Detail

doGet

protected void doGet(HttpServletRequest request,
                     HttpServletResponse response)
              throws java.io.IOException
Throws:
java.io.IOException