天天看點

Servlet執行時要實作的方法

Servlet執行時要實作的方法

public void init(ServletConfig config)  

public ServletConfig getServletConfig()  

public String getServletInfo()  

public void service(ServletRequest request,ServletResponse response)  

public void destroy() 

 本文轉自sucre03 51CTO部落格,原文連結:http://blog.51cto.com/sucre/381823,如需轉載請自行聯系原作者

繼續閱讀