yawiki.server.application
Class PDF

java.lang.Object
  extended by HttpServlet
      extended by yawiki.server.application.PDF

public class PDF
extends HttpServlet

a servlet that will generate a PDF document and send the document to the client via the ServletOutputStream


Constructor Summary
PDF()
           
 
Method Summary
 void doGet(HttpServletRequest req, HttpServletResponse resp)
          we implement doGet so that this servlet will process all HTTP GET requests
 void init(ServletConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDF

public PDF()
Method Detail

init

public void init(ServletConfig config)
          throws ServletException
Throws:
ServletException

doGet

public void doGet(HttpServletRequest req,
                  HttpServletResponse resp)
           throws javax.servlet.ServletException,
                  java.io.IOException
we implement doGet so that this servlet will process all HTTP GET requests

Parameters:
req - HTTP request object
resp - HTTP response object
Throws:
javax.servlet.ServletException
java.io.IOException