Drools Workbench - XLS Decision Table - Backend 6.0.0.CR4-Pre1

org.drools.workbench.screens.dtablexls.backend.server
Class DecisionTableXLSFileServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.guvnor.common.services.backend.file.upload.AbstractFileServlet
              extended by 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.AbstractFileServlet

This is for dealing with XLS Decision Tables

See Also:
Serialized Form

Constructor Summary
DecisionTableXLSFileServlet()
           
 
Method Summary
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, String comment)
           
protected  InputStream doLoad(org.uberfire.backend.vfs.Path path)
           
protected  void doUpdate(org.uberfire.backend.vfs.Path path, InputStream data, String comment)
           
 
Methods inherited from class org.guvnor.common.services.backend.file.upload.AbstractFileServlet
doGet, doPost, processAttachmentDownload
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecisionTableXLSFileServlet

public DecisionTableXLSFileServlet()
Method Detail

doLoad

protected InputStream doLoad(org.uberfire.backend.vfs.Path path)
Specified by:
doLoad in class org.guvnor.common.services.backend.file.upload.AbstractFileServlet

doCreate

protected void doCreate(org.uberfire.backend.vfs.Path path,
                        InputStream data,
                        String comment)
Specified by:
doCreate in class org.guvnor.common.services.backend.file.upload.AbstractFileServlet

doUpdate

protected void doUpdate(org.uberfire.backend.vfs.Path path,
                        InputStream data,
                        String comment)
Specified by:
doUpdate in class org.guvnor.common.services.backend.file.upload.AbstractFileServlet

convertPath

protected org.uberfire.backend.vfs.Path convertPath(String fileName,
                                                    String contextPath)
                                             throws URISyntaxException
Specified by:
convertPath in class org.guvnor.common.services.backend.file.upload.AbstractFileServlet
Throws:
URISyntaxException

convertPath

protected org.uberfire.backend.vfs.Path convertPath(String fullPath)
                                             throws URISyntaxException
Specified by:
convertPath in class org.guvnor.common.services.backend.file.upload.AbstractFileServlet
Throws:
URISyntaxException

Drools Workbench - XLS Decision Table - Backend 6.0.0.CR4-Pre1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.