com.irisel.omweb
Class ValidateServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.irisel.omweb.HttpServlet
              extended by com.irisel.omweb.ValidateServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class ValidateServlet
extends HttpServlet

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.irisel.omweb.HttpServlet
ERROR_MESSAGE, EVENT_ADD_RELATE, EVENT_BACK, EVENT_CANCEL, EVENT_CONFIRM, EVENT_MODULE, EVENT_NEW, EVENT_OPEN, EVENT_RELATE, EVENT_SELECT, EVENT_SELECT_RELATE, EVENT_UNRELATE, HTTP_PARAM_PASS, HTTP_PARAM_USER, HTTP_PARAM_VERSION, HTTP_PARAM_VIEW, MAX_HIST_SIZE, SESSION_ATTR_AUTHENTICATED, SESSION_ATTR_EMPLOYEE_INSTANCE, SESSION_ATTR_EVENT, SESSION_ATTR_HISTORY, SESSION_ATTR_STATE, SESSION_ATTR_USER_INSTANCE, STATE_EDIT, STATE_HOME, STATE_MODULE, STATE_NULL, STATE_RELATE, STATE_SAVE, STATE_SELECT, URL_BASE, URL_CONTROLLER, URL_DESKTOP, URL_ERROR, URL_LOGIN, URL_LOGINFAIL
 
Constructor Summary
ValidateServlet()
           
 
Method Summary
 void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 void init()
           
 void process(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 
Methods inherited from class com.irisel.omweb.HttpServlet
fwd, getHistory
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidateServlet

public ValidateServlet()
Method Detail

init

public void init()
Overrides:
init in class javax.servlet.GenericServlet

process

public void process(javax.servlet.http.HttpServletRequest req,
                    javax.servlet.http.HttpServletResponse res)
             throws javax.servlet.ServletException,
                    java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException

doGet

public void doGet(javax.servlet.http.HttpServletRequest req,
                  javax.servlet.http.HttpServletResponse res)
           throws javax.servlet.ServletException,
                  java.io.IOException
Overrides:
doGet in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletException
java.io.IOException

doPost

public void doPost(javax.servlet.http.HttpServletRequest req,
                   javax.servlet.http.HttpServletResponse res)
            throws javax.servlet.ServletException,
                   java.io.IOException
Overrides:
doPost in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletException
java.io.IOException