org.jboss.test.security.servlets
Class ConstraintsServlet

java.lang.Object
  extended byHttpServlet
      extended byorg.jboss.test.security.servlets.ConstraintsServlet

public class ConstraintsServlet
extends HttpServlet

The target of the web constraints security tests

See Also:
Serialized Form

Constructor Summary
ConstraintsServlet()
           
 
Method Summary
protected  void doGet(HttpServletRequest request, HttpServletResponse response)
           
protected  void doPost(HttpServletRequest request, HttpServletResponse response)
           
protected  void doRequest(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintsServlet

public ConstraintsServlet()
Method Detail

doRequest

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

doPost

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

doGet

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