JSP Life Cycle


Jsp Initialization 
<%!
       public void jspInit () {
        // put your custom code here
       }
%>

Jsp Finalization

<%!
     public void jspDestory () {
      // put your custom code here
      // to clean up resource
    }
%>


댓글

이 블로그의 인기 게시물

jquery css

Struts2의 작동 원리

JSP/Servlet 한글 깨짐 처리 ?