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