at.gv.egiz.moodle.eidconnector.webapp.struts.action
Class RegistrationAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by org.apache.struts.actions.BaseAction
          extended by org.apache.struts.actions.DispatchAction
              extended by at.gv.egiz.moodle.eidconnector.webapp.struts.action.CommonAction
                  extended by at.gv.egiz.moodle.eidconnector.webapp.struts.action.RegistrationAction

public class RegistrationAction
extends CommonAction

Author:
AT-TUG (Thomas Knall)

Field Summary
 
Fields inherited from class org.apache.struts.actions.DispatchAction
clazz, methods, types
 
Fields inherited from class org.apache.struts.actions.BaseAction
messages
 
Fields inherited from class org.apache.struts.action.Action
servlet
 
Constructor Summary
RegistrationAction()
           
 
Method Summary
protected  ActionForward cancelled(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
           
 ActionForward init(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
           
 ActionForward submit(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
           
 ActionForward updateForm(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class at.gv.egiz.moodle.eidconnector.webapp.struts.action.CommonAction
execute, prepareMessagePage, testException
 
Methods inherited from class org.apache.struts.actions.DispatchAction
dispatchMethod, getMethod, getMethodName, getParameter, unspecified
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrationAction

public RegistrationAction()
Method Detail

init

public ActionForward init(ActionMapping mapping,
                          ActionForm form,
                          HttpServletRequest request,
                          HttpServletResponse response)
                   throws NoSuchAlgorithmException,
                          IOException
Throws:
NoSuchAlgorithmException
IOException

updateForm

public ActionForward updateForm(ActionMapping mapping,
                                ActionForm form,
                                HttpServletRequest request,
                                HttpServletResponse response)

submit

public ActionForward submit(ActionMapping mapping,
                            ActionForm form,
                            HttpServletRequest request,
                            HttpServletResponse response)
                     throws NoSuchAlgorithmException,
                            IOException
Throws:
NoSuchAlgorithmException
IOException

cancelled

protected ActionForward cancelled(ActionMapping mapping,
                                  ActionForm form,
                                  HttpServletRequest request,
                                  HttpServletResponse response)
Overrides:
cancelled in class CommonAction


Copyright 2009 EGIZ. All Rights Reserved.