edu.uoc.pfc.lcamps.webapp.catwings.action
Class GlobalAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by edu.uoc.pfc.lcamps.webapp.catwings.action.GlobalAction
Direct Known Subclasses:
BuscarVolsAction, CancelarReservaAction, ConfirmarVolAction, ConsultarReservaAction, CrearReservaAction, DadesPagamentAction, EliminarReservaAction, IniciAction, SeleccionarVolsAction

public abstract class GlobalAction
extends org.apache.struts.action.Action

Classe abstracta que extén de Action a on totes les Actions extendràn d'aquesta

Author:
Llorenç Camps

Constructor Summary
GlobalAction()
           
 
Method Summary
 org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 
Methods inherited from class org.apache.struts.action.Action
execute, getServlet, setServlet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalAction

public GlobalAction()
Method Detail

execute

public org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping,
                                                      org.apache.struts.action.ActionForm form,
                                                      javax.servlet.http.HttpServletRequest req,
                                                      javax.servlet.http.HttpServletResponse res)
                                               throws java.lang.Exception
Overrides:
execute in class org.apache.struts.action.Action
Throws:
java.lang.Exception