org.eclipse.jetty.osgi.httpservice
Class HttpServiceServletX

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.eclipse.equinox.http.servlet.internal.ProxyServlet
              extended by org.eclipse.equinox.http.servlet.HttpServiceServlet
                  extended by org.eclipse.jetty.osgi.httpservice.HttpServiceServletX
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class HttpServiceServletX
extends org.eclipse.equinox.http.servlet.HttpServiceServlet

Once this servlet is initialized, it provides the OSGi HttpService. Compliments of equinox. Currently has no added value.

See Also:
Serialized Form

Constructor Summary
HttpServiceServletX()
           
 
Method Summary
 
Methods inherited from class org.eclipse.equinox.http.servlet.internal.ProxyServlet
destroy, init, service
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServiceServletX

public HttpServiceServletX()


Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.