yawiki.server.application
Class Yawiki

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

public class Yawiki
extends HttpServlet


Constructor Summary
Yawiki()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
           
 void doPost(HttpServletRequest request, HttpServletResponse response)
           
 void doProcess(HttpServletRequest request, HttpServletResponse response)
           
 void init(ServletConfig config)
           
 boolean isAllowed(HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Yawiki

public Yawiki()
Method Detail

init

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

isAllowed

public boolean isAllowed(HttpServletRequest request)

doProcess

public void doProcess(HttpServletRequest request,
                      HttpServletResponse response)
               throws java.io.IOException,
                      ServletException
Throws:
java.io.IOException
ServletException

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws java.io.IOException,
                  ServletException
Throws:
java.io.IOException
ServletException

doPost

public void doPost(HttpServletRequest request,
                   HttpServletResponse response)
            throws java.io.IOException,
                   ServletException
Throws:
java.io.IOException
ServletException