org.pentaho.platform.web.servlet
Class PluggableUploadFileServlet
java.lang.Object
HttpServlet
org.pentaho.platform.web.servlet.PluggableUploadFileServlet
public class PluggableUploadFileServlet
- extends HttpServlet
Converses with IUploadFileServletPlugin
to upload solution files. Plugins implement
an IUploadFileServletPlugin
and declare it (e.g. in the plugin.xml)
- Author:
- aphillips
Method Summary |
String |
getDispatchKey(HttpServletRequest request)
Returns the dispatch key for this request. |
PluggableUploadFileServlet
public PluggableUploadFileServlet()
getDispatchKey
public String getDispatchKey(HttpServletRequest request)
- Returns the dispatch key for this request. This name is the part of the request path
beyond the servlet base path. I.e. if the PluggableUploadFileServlet is mapped to the "/upload"
context in web.xml, then this method will return "testuploader" given a request to
"http://localhost:8080/pentaho/upload/testuploader".
- Returns:
- the part of the request url used to dispatch the request