org.pentaho.platform.dataaccess.datasource.wizard.service.impl
Class UploadFileDebugServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.pentaho.platform.dataaccess.datasource.wizard.service.impl.UploadFileDebugServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class UploadFileDebugServlet
extends javax.servlet.http.HttpServlet
implements javax.servlet.Servlet

See Also:
Serialized Form

Field Summary
static String DEFAULT_RELATIVE_UPLOAD_FILE_PATH
           
 
Constructor Summary
UploadFileDebugServlet()
           
 
Method Summary
 
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
 

Field Detail

DEFAULT_RELATIVE_UPLOAD_FILE_PATH

public static final String DEFAULT_RELATIVE_UPLOAD_FILE_PATH
Constructor Detail

UploadFileDebugServlet

public UploadFileDebugServlet()