consciouscode.seedling.wiki
Class WikiPageHandler

java.lang.Object
  extended by consciouscode.seedling.wiki.WikiPageHandler

public class WikiPageHandler
extends Object

An extraordinarily kludgy HTTP request handler for rendering information about Seedling nodes.


Constructor Summary
WikiPageHandler(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, File stateDirectory)
           
 
Method Summary
 void handle()
           
 void handleGet()
           
 void handlePost()
           
 void setRenderDebug(boolean renderDebug)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiPageHandler

public WikiPageHandler(javax.servlet.http.HttpServletRequest request,
                       javax.servlet.http.HttpServletResponse response,
                       File stateDirectory)
                throws javax.servlet.ServletException,
                       IOException
Throws:
javax.servlet.ServletException
IOException
Method Detail

setRenderDebug

public void setRenderDebug(boolean renderDebug)

handle

public void handle()
            throws IOException
Throws:
IOException

handleGet

public void handleGet()
               throws IOException
Throws:
IOException

handlePost

public void handlePost()
                throws IOException
Throws:
IOException


Copyright © 2001–2012 Todd V. Jonker. All Rights Reserved.