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

org.visallo.web.WebAppPlugin Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package org.visallo.web;

import com.v5analytics.webster.Handler;

import javax.servlet.ServletContext;

public interface WebAppPlugin {
    void init(WebApp app, ServletContext servletContext, Handler authenticationHandler);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy