public class StaticResourceServlet extends HttpServlet
| Constructor and Description |
|---|
StaticResourceServlet() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
constructOurCanonicalVersion(java.io.File current,
java.io.File stopPoint) |
void |
doGet(HttpServletRequest request,
HttpServletResponse response) |
void |
doPost(HttpServletRequest request,
HttpServletResponse response) |
void |
init(ServletConfig config) |
static boolean |
isDescendant(java.io.File parent,
java.io.File child,
java.io.File commonBase) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logpublic void init(ServletConfig config) throws ServletException
init in interface Servletinit in class GenericServletServletExceptionpublic void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
doPost in class HttpServletServletExceptionjava.io.IOExceptionpublic void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
doGet in class HttpServletServletExceptionjava.io.IOExceptionpublic static boolean isDescendant(java.io.File parent,
java.io.File child,
java.io.File commonBase)
throws java.io.IOException
java.io.IOExceptionpublic static java.lang.String constructOurCanonicalVersion(java.io.File current,
java.io.File stopPoint)
Copyright © 2013. All Rights Reserved.