Class DecisionTableXLSFileServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- org.uberfire.server.BaseFilteredServlet
-
- org.guvnor.common.services.backend.file.upload.AbstractFileServlet
-
- org.drools.workbench.screens.dtablexls.backend.server.DecisionTableXLSFileServlet
-
- All Implemented Interfaces:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
public class DecisionTableXLSFileServlet extends org.guvnor.common.services.backend.file.upload.AbstractFileServletThis is for dealing with XLS Decision Tables- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DecisionTableXLSFileServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.uberfire.backend.vfs.PathconvertPath(String fullPath)protected org.uberfire.backend.vfs.PathconvertPath(String fileName, String contextPath)protected voiddoCreate(org.uberfire.backend.vfs.Path path, InputStream data, javax.servlet.http.HttpServletRequest request, String comment)protected InputStreamdoLoad(org.uberfire.backend.vfs.Path path, javax.servlet.http.HttpServletRequest request)protected voiddoUpdate(org.uberfire.backend.vfs.Path path, InputStream data, javax.servlet.http.HttpServletRequest request, String comment)-
Methods inherited from class org.guvnor.common.services.backend.file.upload.AbstractFileServlet
doGet, doPost, getSessionId, init, processAttachmentDownload
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
-
-
-
-
Method Detail
-
doLoad
protected InputStream doLoad(org.uberfire.backend.vfs.Path path, javax.servlet.http.HttpServletRequest request)
- Specified by:
doLoadin classorg.guvnor.common.services.backend.file.upload.AbstractFileServlet
-
doCreate
protected void doCreate(org.uberfire.backend.vfs.Path path, InputStream data, javax.servlet.http.HttpServletRequest request, String comment)- Specified by:
doCreatein classorg.guvnor.common.services.backend.file.upload.AbstractFileServlet
-
doUpdate
protected void doUpdate(org.uberfire.backend.vfs.Path path, InputStream data, javax.servlet.http.HttpServletRequest request, String comment)- Specified by:
doUpdatein classorg.guvnor.common.services.backend.file.upload.AbstractFileServlet
-
convertPath
protected org.uberfire.backend.vfs.Path convertPath(String fileName, String contextPath) throws URISyntaxException
- Specified by:
convertPathin classorg.guvnor.common.services.backend.file.upload.AbstractFileServlet- Throws:
URISyntaxException
-
convertPath
protected org.uberfire.backend.vfs.Path convertPath(String fullPath) throws URISyntaxException
- Specified by:
convertPathin classorg.guvnor.common.services.backend.file.upload.AbstractFileServlet- Throws:
URISyntaxException
-
-