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

server.war.AppInitFactory Maven / Gradle / Ivy

The newest version!
package server.war;

import server.core.AppInit;

import javax.servlet.ServletContext;

public interface AppInitFactory {

    AppInit createInit(ServletContext ctx);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy