com.easyjf.web
Interface IAppInit


public interface IAppInit

初始化应用程序。用于第一次运行Servlet时执行。

Author:
蔡世友

Method Summary
 void init(ActionServlet servlet)
           
 

Method Detail

init

public void init(ActionServlet servlet)