Package myhome.board
Class DeleteLogic
java.lang.Object
myhome.board.DeleteLogic
- All Implemented Interfaces:
Logic
public class DeleteLogic extends java.lang.Object implements Logic
- Author:
- miri 게시글 삭제 로직
-
Constructor Summary
Constructors Constructor Description DeleteLogic() -
Method Summary
Modifier and Type Method Description booleandoLogic(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DeleteLogic
public DeleteLogic()
-
-
Method Details