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

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.ErrorAction

public class ErrorAction
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
ErrorAction()
           
 
Method Summary
 ActionForward sendError400(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
           
 ActionForward sendError403(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
           
 ActionForward sendError404(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
           
 ActionForward sendError500(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class at.gv.egiz.moodle.eidconnector.webapp.struts.action.CommonAction
cancelled, 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

ErrorAction

public ErrorAction()
Method Detail

sendError500

public ActionForward sendError500(ActionMapping mapping,
                                  ActionForm form,
                                  HttpServletRequest request,
                                  HttpServletResponse response)
                           throws Exception
Throws:
Exception

sendError403

public ActionForward sendError403(ActionMapping mapping,
                                  ActionForm form,
                                  HttpServletRequest request,
                                  HttpServletResponse response)
                           throws Exception
Throws:
Exception

sendError400

public ActionForward sendError400(ActionMapping mapping,
                                  ActionForm form,
                                  HttpServletRequest request,
                                  HttpServletResponse response)
                           throws Exception
Throws:
Exception

sendError404

public ActionForward sendError404(ActionMapping mapping,
                                  ActionForm form,
                                  HttpServletRequest request,
                                  HttpServletResponse response)
                           throws Exception
Throws:
Exception


Copyright 2009 EGIZ. All Rights Reserved.