Package myhome.board

Interface Logic

All Known Implementing Classes:
DeleteLogic, ListLogic, ModifyActionLogic, ModifyLogic, ReadLogic, WriteLogic

public interface Logic
Author:
miri 로직에서 사용할 공통 메서드를 인터페이스로 만들어서 선언
  • Method Summary

    Modifier and Type Method Description
    boolean doLogic​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)  
  • Method Details

    • doLogic

      boolean doLogic​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException
      Throws:
      javax.servlet.ServletException
      java.io.IOException