Package myhome.board

Class WriteLogic

java.lang.Object
myhome.board.WriteLogic
All Implemented Interfaces:
Logic

public class WriteLogic
extends java.lang.Object
implements Logic
Author:
miri 게시글 작성 저장 로직 / 게시글 제목,내용에 공백 없애주고 엔터 변환
  • Constructor Summary

    Constructors
    Constructor Description
    WriteLogic()  
  • Method Summary

    Modifier and Type Method Description
    boolean doLogic​(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

    • WriteLogic

      public WriteLogic()
  • Method Details

    • doLogic

      public boolean doLogic​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException
      Specified by:
      doLogic in interface Logic
      Throws:
      javax.servlet.ServletException
      java.io.IOException