|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.GenericServlet javax.servlet.http.HttpServlet org.mortbay.jetty.servlet.DefaultServlet org.apache.avro.ipc.stats.StaticServlet
public class StaticServlet
Very simple servlet class capable of serving static files.
Constructor Summary | |
---|---|
StaticServlet()
|
Method Summary | |
---|---|
org.mortbay.resource.Resource |
getResource(String pathInContext)
|
Methods inherited from class org.mortbay.jetty.servlet.DefaultServlet |
---|
destroy, doGet, doPost, doTrace, getInitParameter, init, passConditionalHeaders, sendData, sendDirectory, writeHeaders, writeOptionHeaders, writeOptionHeaders |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
doDelete, doHead, doOptions, doPut, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
---|
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 |
---|
public StaticServlet()
Method Detail |
---|
public org.mortbay.resource.Resource getResource(String pathInContext)
getResource
in interface org.mortbay.resource.ResourceFactory
getResource
in class org.mortbay.jetty.servlet.DefaultServlet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |