| java.lang.Object javax.servlet.GenericServlet javax.servlet.http.HttpServlet winstone.StaticResourceServlet
StaticResourceServlet | public class StaticResourceServlet extends HttpServlet (Code) | | Servlet to handle static resources. Simply finds and sends them, or
dispatches to the error servlet.
author: Rick Knowles version: $Id: StaticResourceServlet.java,v 1.17 2004/12/31 07:21:00 version: rickknowles Exp $ |
ACCEPT_RANGES_HEADER | final static String ACCEPT_RANGES_HEADER(Code) | | |
CACHED_RESOURCE_DATE_HEADER | final static String CACHED_RESOURCE_DATE_HEADER(Code) | | |
CONTENT_RANGE_HEADER | final static String CONTENT_RANGE_HEADER(Code) | | |
FORWARD_SERVLET_PATH | final static String FORWARD_SERVLET_PATH(Code) | | |
INCLUDE_SERVLET_PATH | final static String INCLUDE_SERVLET_PATH(Code) | | |
LAST_MODIFIED_DATE_HEADER | final static String LAST_MODIFIED_DATE_HEADER(Code) | | |
constructOurCanonicalVersion | public static String constructOurCanonicalVersion(File current, File stopPoint)(Code) | | |
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) public void service(ServletRequest request, ServletResponse response) throws ServletException, IOException(Code)(Java Doc) protected void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException(Code)(Java Doc)
|
|
|