@@ -1,20 +0,0 @@
|
||||
package command;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
import javax.servlet.ServletException;
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
|
||||
import DB.BoardDao;
|
||||
import DB.BoardVo;
|
||||
|
||||
public class BoardViewCommand implements Command {
|
||||
public BoardViewCommand() {
|
||||
}
|
||||
|
||||
public String exec(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
|
||||
|
||||
return "boardView.jsp";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user