Package myhome.board
Class ListLogic
java.lang.Object
myhome.board.ListLogic
- All Implemented Interfaces:
Logic
public class ListLogic extends java.lang.Object implements Logic
- Author:
- miri 게시글 목록 로직 (페이징 처리함)
-
Constructor Summary
Constructors Constructor Description ListLogic() -
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
-
ListLogic
public ListLogic()
-
-
Method Details