Class DatabaseModuleImpl

  • All Implemented Interfaces:
    edu.mit.simile.butterfly.ButterflyModule

    public class DatabaseModuleImpl
    extends edu.mit.simile.butterfly.ButterflyModuleImpl
    • Nested Class Summary

      • Nested classes/interfaces inherited from class edu.mit.simile.butterfly.ButterflyModuleImpl

        edu.mit.simile.butterfly.ButterflyModuleImpl.Level
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Properties extensionProperties  
      static DatabaseModuleImpl instance  
      • Fields inherited from class edu.mit.simile.butterfly.ButterflyModuleImpl

        _classLoader, _config, _dependencies, _extended, _extendedBy, _implementations, _logger, _modules, _mounter, _mountPoint, _name, _packers, _path, _properties, _scriptables, _scripts, _tempDir, _templateEngine, _timer, encoding, images_pattern, mod_inf_pattern, super_pattern
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static String getImportCreateBatchSize()  
      static String getImportPreviewBatchSize()  
      void init​(javax.servlet.ServletConfig config)  
      • Methods inherited from class edu.mit.simile.butterfly.ButterflyModuleImpl

        addExtendedBy, destroy, getContextPath, getDependencies, getExtendedModule, getExtendingModules, getFilteringWriter, getImplementations, getModule, getMounter, getMountPoint, getName, getPath, getProperties, getRelativePath, getResource, getScope, getScriptables, getServletConfig, getServletContext, getString, getTemplateEngine, getTemporaryDir, initScope, makePath, process, processScript, redirect, scriptInit, send, sendBinary, sendBinary, sendError, sendLessen, sendLessenTokenStream, sendString, sendText, sendText, sendTextFromTemplate, sendWrappedText, setClassLoader, setDependency, setExtended, setImplementation, setModules, setMounter, setMountPoint, setName, setPath, setProperties, setScript, setScriptable, setTemplateEngine, setTemporaryDir, setTimer, toString
    • Constructor Detail

      • DatabaseModuleImpl

        public DatabaseModuleImpl()
    • Method Detail

      • init

        public void init​(javax.servlet.ServletConfig config)
                  throws Exception
        Specified by:
        init in interface edu.mit.simile.butterfly.ButterflyModule
        Overrides:
        init in class edu.mit.simile.butterfly.ButterflyModuleImpl
        Throws:
        Exception
      • getImportCreateBatchSize

        public static String getImportCreateBatchSize()
      • getImportPreviewBatchSize

        public static String getImportPreviewBatchSize()