public class DecisionTableXLSFileServlet
extends org.guvnor.common.services.backend.file.upload.AbstractFileServlet
Constructor and Description |
---|
DecisionTableXLSFileServlet() |
Modifier and Type | Method and Description |
---|---|
protected org.uberfire.backend.vfs.Path |
convertPath(String fullPath) |
protected org.uberfire.backend.vfs.Path |
convertPath(String fileName,
String contextPath) |
protected void |
doCreate(org.uberfire.backend.vfs.Path path,
InputStream data,
javax.servlet.http.HttpServletRequest request,
String comment) |
protected InputStream |
doLoad(org.uberfire.backend.vfs.Path path,
javax.servlet.http.HttpServletRequest request) |
protected void |
doUpdate(org.uberfire.backend.vfs.Path path,
InputStream data,
javax.servlet.http.HttpServletRequest request,
String comment) |
doGet, doPost, processAttachmentDownload
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
protected InputStream doLoad(org.uberfire.backend.vfs.Path path, javax.servlet.http.HttpServletRequest request)
doLoad
in class org.guvnor.common.services.backend.file.upload.AbstractFileServlet
protected void doCreate(org.uberfire.backend.vfs.Path path, InputStream data, javax.servlet.http.HttpServletRequest request, String comment)
doCreate
in class org.guvnor.common.services.backend.file.upload.AbstractFileServlet
protected void doUpdate(org.uberfire.backend.vfs.Path path, InputStream data, javax.servlet.http.HttpServletRequest request, String comment)
doUpdate
in class org.guvnor.common.services.backend.file.upload.AbstractFileServlet
protected org.uberfire.backend.vfs.Path convertPath(String fileName, String contextPath) throws URISyntaxException
convertPath
in class org.guvnor.common.services.backend.file.upload.AbstractFileServlet
URISyntaxException
protected org.uberfire.backend.vfs.Path convertPath(String fullPath) throws URISyntaxException
convertPath
in class org.guvnor.common.services.backend.file.upload.AbstractFileServlet
URISyntaxException
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.