public class UploadFileServlet
extends javax.servlet.http.HttpServlet
implements javax.servlet.Servlet
Constructor and Description |
---|
UploadFileServlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected String |
getRequestParameter(Map<String,?> requestParameters,
String parameterName) |
protected String |
getRequestParameter(Map<String,String[]> primary,
Map<String,org.apache.commons.fileupload.FileItem> secondary,
String parameterName) |
protected boolean |
hasManageDataAccessPermission(org.pentaho.platform.api.engine.IPentahoSession session)
Returns true if the current user has Manage Data Source Security.
|
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
protected void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doPost
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
protected String getRequestParameter(Map<String,String[]> primary, Map<String,org.apache.commons.fileupload.FileItem> secondary, String parameterName)
protected String getRequestParameter(Map<String,?> requestParameters, String parameterName)
protected boolean hasManageDataAccessPermission(org.pentaho.platform.api.engine.IPentahoSession session)
session
- Copyright © 2021 Hitachi Vantara. All rights reserved.