| javax.servlet.http.HttpServlet vqwiki.servlets.ExportTGWikiBrowserServlet
ExportTGWikiBrowserServlet | public class ExportTGWikiBrowserServlet extends HttpServlet (Code) | | This servlet exports the node file for the TGWikiBrowser.
You can add a parameter "virutal-wiki", which then generates
the node file on a particular virtual wiki.
For more details on TGWikiBrowser see:
http://touchgraph.sourceforge.net
author: Tobias Schulz-Hess (sourceforge@schulz-hess.de) author: TODO: Create a zip containing the browser, a batch file plus the node file |
doGet | protected void doGet(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse) throws ServletException, IOException(Code) | | Handle get request.
The request is handled the same way as the post request.
See Also: doPost() Parameters: httpServletRequest - The current http request Parameters: httpServletResponse - 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 |
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|