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

vip.justlive.oxygen.web.servlet.WebAppInitializer Maven / Gradle / Ivy

There is a newer version: 3.0.9
Show newest version
package vip.justlive.oxygen.web.servlet;

import javax.servlet.ServletContext;
import vip.justlive.oxygen.core.Order;

/**
 * web application 启动初始接口,只有在servlet3.0+容器下才有效
 *
 * @author wubo
 */
public interface WebAppInitializer extends Order {

  /**
   * 启动执行
   *
   * @param context servlet上下文
   */
  void onStartup(ServletContext context);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy