net.sf.sqs_xml.httpd
Class JarContentServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byorg.mortbay.jetty.servlet.Default
              extended bynet.sf.sqs_xml.httpd.JarContentServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class JarContentServlet
extends org.mortbay.jetty.servlet.Default

Author:
hiroya
See Also:
Serialized Form

Constructor Summary
JarContentServlet()
           
 
Method Summary
protected  org.mortbay.util.Resource getResource(java.lang.String pathInContext)
           
static java.net.URL getResourceURL(java.lang.String name)
           
 
Methods inherited from class org.mortbay.jetty.servlet.Default
handleDelete, handleGet, handleMove, handleOptions, handlePut, init, passConditionalHeaders, sendData, sendDirectory, service, writeHeaders
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, 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

JarContentServlet

public JarContentServlet()
Method Detail

getResource

protected org.mortbay.util.Resource getResource(java.lang.String pathInContext)
                                         throws java.io.IOException
Throws:
java.io.IOException

getResourceURL

public static java.net.URL getResourceURL(java.lang.String name)