public class Confirm extends HttpServlet { /** * */ private static final long serialVersionUID = 2521469471955740120L; @Override protected void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException { CreateHtml ch = new CreateHtml(); try { ch.printHtml(res, "aaa"); } catch (TwitterException e) { e.printStackTrace(); } // outputErrorPage(res, "Method:GETではアクセスで