org.pentaho.platform.web.servlet
Class UploadFileServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.pentaho.platform.web.servlet.UploadFileServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

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

See Also:
Serialized Form

Field Summary
static String CSV_EXT
           
static String DEFAULT_RELATIVE_UPLOAD_FILE_PATH
           
static String EXCEL_EXT
           
 
Constructor Summary
UploadFileServlet()
           
 
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

CSV_EXT

public static final String CSV_EXT
See Also:
Constant Field Values

EXCEL_EXT

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

UploadFileServlet

public UploadFileServlet()