public class FileManagerServlet
extends javax.servlet.http.HttpServlet
| Modifier and Type | Class and Description |
|---|---|
protected static class |
FileManagerServlet.FetchMethod |
| Modifier and Type | Field and Description |
|---|---|
protected int |
directoryKeepDepth |
protected String |
displayMethod |
protected FileManagerServlet.FetchMethod |
fetchMethod |
protected String |
fileParam |
protected String |
locationPrefix |
| Constructor and Description |
|---|
FileManagerServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkGetLogin(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
checkPostLogin(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected static String |
createBaseUrl(javax.servlet.http.HttpServletRequest request) |
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
init(javax.servlet.ServletConfig config) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected String locationPrefix
protected String fileParam
protected int directoryKeepDepth
protected FileManagerServlet.FetchMethod fetchMethod
protected String displayMethod
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionprotected void checkPostLogin(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
Exceptionprotected void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void checkGetLogin(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
Exceptionprotected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
doGet in class javax.servlet.http.HttpServletIOExceptionprotected static String createBaseUrl(javax.servlet.http.HttpServletRequest request)
Copyright © 2019 B3Partners B.V.. All rights reserved.