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 CSV_EXT
           
static String DEFAULT_UPLOAD_FILEPATH_FILE_NAME
           
static String 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_UPLOAD_FILEPATH_FILE_NAME

public static final String DEFAULT_UPLOAD_FILEPATH_FILE_NAME
See Also:
Constant Field Values

UPLOAD_FILE_PATH

public static final String UPLOAD_FILE_PATH
See Also:
Constant Field Values

CSV_EXT

public static final String CSV_EXT
See Also:
Constant Field Values
Constructor Detail

UploadFileDebugServlet

public UploadFileDebugServlet()