edu.uoc.tfc.gui.parts.carregaClients
Class CarregaClientsControllerImpl

java.lang.Object
  extended by edu.uoc.tfc.gui.parts.carregaClients.CarregaClientsController
      extended by edu.uoc.tfc.gui.parts.carregaClients.CarregaClientsControllerImpl

public class CarregaClientsControllerImpl
extends CarregaClientsController

See Also:
CarregaClientsController

Constructor Summary
CarregaClientsControllerImpl()
           
 
Method Summary
 void carregaClients(org.apache.struts.action.ActionMapping mapping, CarregaClientsForm 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

CarregaClientsControllerImpl

public CarregaClientsControllerImpl()
Method Detail

carregaClients

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