public class ResourceServlet extends javax.servlet.http.HttpServlet
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
ResourceServlet() |
Modifier and Type | Method and Description |
---|---|
protected static void |
sendBinaryContent(ScriptFile file,
javax.servlet.http.HttpServletResponse resp) |
protected static void |
sendTextContent(ScriptFile file,
javax.servlet.http.HttpServletResponse resp) |
protected void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
Module module,
String path) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
protected static final org.apache.commons.logging.Log log
public ResourceServlet()
protected void service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
service
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
protected void service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Module module, String path) throws IOException
IOException
protected static void sendBinaryContent(ScriptFile file, javax.servlet.http.HttpServletResponse resp) throws IOException
IOException
protected static void sendTextContent(ScriptFile file, javax.servlet.http.HttpServletResponse resp) throws IOException
IOException
Copyright © 2018 Nuxeo. All rights reserved.