5455565758596061
} public PrintWriter getWriter() throws IOException { if (output != null) throw new ItsNatException("A ServletOutputStream is already being used"); if (writer == null) this.writer = new PrintWriterAttachedServerImpl(); return writer; }