org.experlog.actions
Class Validate

java.lang.Object
  extended by org.experlog.actions.Validate
All Implemented Interfaces:
ESAction

public class Validate
extends java.lang.Object
implements ESAction

Author:
gibello

Constructor Summary
Validate()
           
 
Method Summary
 boolean processRequest(Client session, ESServletRequest req, DynHtml page, java.lang.Object info)
           
 boolean serverSide()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Validate

public Validate()
Method Detail

serverSide

public boolean serverSide()
Specified by:
serverSide in interface ESAction

processRequest

public boolean processRequest(Client session,
                              ESServletRequest req,
                              DynHtml page,
                              java.lang.Object info)
                       throws java.lang.Exception
Specified by:
processRequest in interface ESAction
Throws:
java.lang.Exception