|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.GenericServlet javax.servlet.http.HttpServlet org.pentaho.platform.web.servlet.PluggableUploadFileServlet
public class PluggableUploadFileServlet
Converses with IUploadFileServletPlugin
to upload solution files. Plugins implement
an IUploadFileServletPlugin
and declare it (e.g. in the plugin.xml)
Constructor Summary | |
---|---|
PluggableUploadFileServlet()
|
Method Summary | |
---|---|
String |
getDispatchKey(javax.servlet.http.HttpServletRequest request)
Returns the dispatch key for this request. |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
service |
Methods inherited from class javax.servlet.GenericServlet |
---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.servlet.Servlet |
---|
destroy, getServletConfig, getServletInfo, init, service |
Constructor Detail |
---|
public PluggableUploadFileServlet()
Method Detail |
---|
public String getDispatchKey(javax.servlet.http.HttpServletRequest request)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |