All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.visallo.web.structuredingest.spreadsheet.SpreadsheetWebAppPlugin Maven / Gradle / Ivy

The newest version!
package org.visallo.web.structuredingest.spreadsheet;

import com.v5analytics.webster.Handler;
import org.visallo.core.model.Description;
import org.visallo.core.model.Name;
import org.visallo.web.WebApp;
import org.visallo.web.WebAppPlugin;

import javax.servlet.ServletContext;

@Name("Structured File CSV and Excel support")
@Description("Adds support for importing structured data from CSV and Excel files")
public class SpreadsheetWebAppPlugin implements WebAppPlugin {
    @Override
    public void init(WebApp app, ServletContext servletContext, Handler authenticationHandler) {

        app.registerJavaScript("/org/visallo/web/structuredingest/spreadsheet/plugin.js");

    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy