This servlet exports all pages as static HTML-pages. You can add a parameter
"virutal-wiki", which then generates the HTML pages on a particular virtual
wiki.
Handle post request. Generate a node file and send it back as text.
Parameters: request - The current http request Parameters: response - What the servlet will send back as response throws: ServletException - If something goes wrong during servlet execution throws: IOException - If the output stream cannot be accessed