Package myhome.board
Class ReadLogic
java.lang.Object
myhome.board.ReadLogic
- All Implemented Interfaces:
Logic
public class ReadLogic extends java.lang.Object implements Logic
- Author:
- miri 게시글 조회 로직 - 읽었으면 조회수 증가되게 처리함
-
Constructor Summary
Constructors Constructor Description ReadLogic() -
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
-
ReadLogic
public ReadLogic()
-
-
Method Details