public class DefaultProgressManager.JSONTracker extends Object implements WikiAjaxServlet
| Constructor and Description |
|---|
JSONTracker() |
| Modifier and Type | Method and Description |
|---|---|
int |
getProgress(String progressId)
Returns upload progress in percents so far.
|
String |
getServletMapping() |
void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
String actionName,
List<String> params) |
public JSONTracker()
public int getProgress(String progressId)
progressId - The string representation of the progress ID that you want to know the progress of.public String getServletMapping()
getServletMapping in interface WikiAjaxServletpublic void service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, String actionName, List<String> params) throws IOException
service in interface WikiAjaxServletIOExceptionCopyright © 2001-2020 The Apache Software Foundation. All rights reserved.