edu.uoc.tfc.gui.parts.tancar
Class TancaPartControllerImpl

java.lang.Object
  extended by edu.uoc.tfc.gui.parts.tancar.TancaPartController
      extended by edu.uoc.tfc.gui.parts.tancar.TancaPartControllerImpl

public class TancaPartControllerImpl
extends TancaPartController

See Also:
TancaPartController

Constructor Summary
TancaPartControllerImpl()
           
 
Method Summary
 void consultaPart(org.apache.struts.action.ActionMapping mapping, ConsultaPartForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void tancaPart(org.apache.struts.action.ActionMapping mapping, TancaPartForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TancaPartControllerImpl

public TancaPartControllerImpl()
Method Detail

tancaPart

public final void tancaPart(org.apache.struts.action.ActionMapping mapping,
                            TancaPartForm form,
                            javax.servlet.http.HttpServletRequest request,
                            javax.servlet.http.HttpServletResponse response)
                     throws java.lang.Exception
Specified by:
tancaPart in class TancaPartController
Throws:
java.lang.Exception
See Also:
TancaPartController.tancaPart(org.apache.struts.action.ActionMapping, edu.uoc.tfc.gui.parts.tancar.TancaPartForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)

consultaPart

public final void consultaPart(org.apache.struts.action.ActionMapping mapping,
                               ConsultaPartForm form,
                               javax.servlet.http.HttpServletRequest request,
                               javax.servlet.http.HttpServletResponse response)
                        throws java.lang.Exception
Specified by:
consultaPart in class TancaPartController
Throws:
java.lang.Exception
See Also:
TancaPartController.consultaPart(org.apache.struts.action.ActionMapping, edu.uoc.tfc.gui.parts.tancar.ConsultaPartForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)