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

org.kantega.reststop.jetty.ServletContextCustomizer Maven / Gradle / Ivy

There is a newer version: 3.11.2
Show newest version
package org.kantega.reststop.jetty;

import org.eclipse.jetty.servlet.ServletContextHandler;

import javax.servlet.ServletException;

/**
 *
 */
public interface ServletContextCustomizer {
    void customize(ServletContextHandler contextHandler) throws ServletException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy