Package myhome.board
Class ModifyActionLogic
java.lang.Object
myhome.board.ModifyActionLogic
- All Implemented Interfaces:
Logic
public class ModifyActionLogic extends java.lang.Object implements Logic
- Author:
- miri 게시글 수정 post방식 (수정 실행) 게시물 제목, 내용에 공란 없애주고 엔터 변환
-
Constructor Summary
Constructors Constructor Description ModifyActionLogic() -
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
-
ModifyActionLogic
public ModifyActionLogic()
-
-
Method Details