public class BatchFileUploadServlet extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
BatchFileUploadServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkAuthorization(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) |
protected List<String> |
getBatchDirectories() |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic BatchFileUploadServlet()
protected void checkAuthorization(javax.servlet.http.HttpServletRequest request)
protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected 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 List<String> getBatchDirectories()
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.