public class DownloadPublicLinkServlet
extends javax.servlet.http.HttpServlet
Modifier and Type | Field and Description |
---|---|
protected static org.apache.log4j.Logger |
logger |
Constructor and Description |
---|
DownloadPublicLinkServlet() |
Modifier and Type | Method and Description |
---|---|
void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
static String |
getRequestURL(javax.servlet.http.HttpServletRequest req) |
void |
init() |
static void |
main(String[] args) |
protected void |
sendError(javax.servlet.http.HttpServletResponse response,
String message) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
public void init() throws javax.servlet.ServletException
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
public void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException
doGet
in class javax.servlet.http.HttpServlet
IOException
protected void sendError(javax.servlet.http.HttpServletResponse response, String message) throws IOException
IOException
public static String getRequestURL(javax.servlet.http.HttpServletRequest req)
public static void main(String[] args)
Copyright © 2015. All Rights Reserved.