public class ProgressManager.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 WikiAjaxServlet
public void service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, String actionName, List<String> params) throws javax.servlet.ServletException, IOException
service
in interface WikiAjaxServlet
javax.servlet.ServletException
IOException
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.