public class DownloadAllMediaServlet
extends javax.servlet.http.HttpServlet
Title: Samigo
Description: Sakai Assessment Manager
| Constructor and Description |
|---|
DownloadAllMediaServlet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canGrade(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
String agentId,
String currentSiteId,
String assessmentCreatedBy) |
void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
String |
getAgentString(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
String |
getUniqueFilename(String fileName) |
boolean |
isOwner(String agentId,
String ownerId) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic String getAgentString(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
public boolean canGrade(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
String agentId,
String currentSiteId,
String assessmentCreatedBy)
Copyright © 2005-2014 Sakai Project. All Rights Reserved.