com.opensymphony.webwork.validators
Class ValidationServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bycom.opensymphony.webwork.validators.ValidationServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class ValidationServlet
extends HttpServlet

User: plightbo Date: Dec 11, 2004 Time: 6:17:58 PM

See Also:
Serialized Form

Nested Class Summary
static class ValidationServlet.ValidatorActionInvocation
           
static class ValidationServlet.ValidatorActionProxy
           
 
Constructor Summary
ValidationServlet()
           
 
Method Summary
protected  void doPost(HttpServletRequest req, HttpServletResponse res)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationServlet

public ValidationServlet()
Method Detail

doPost

protected void doPost(HttpServletRequest req,
                      HttpServletResponse res)
               throws ServletException,
                      IOException
Throws:
ServletException
IOException

WebWork Project Page