|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectHttpServlet
yawiki.server.application.PDF
public class PDF
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 |
|---|
public PDF()
| Method Detail |
|---|
public void init(ServletConfig config)
throws ServletException
ServletException
public void doGet(HttpServletRequest req,
HttpServletResponse resp)
throws javax.servlet.ServletException,
java.io.IOException
req - HTTP request objectresp - HTTP response object
javax.servlet.ServletException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||