edu.uoc.tfc.gui.home.meuPerfil
Class PerfilControllerImpl

java.lang.Object
  extended by edu.uoc.tfc.gui.home.meuPerfil.PerfilController
      extended by edu.uoc.tfc.gui.home.meuPerfil.PerfilControllerImpl

public class PerfilControllerImpl
extends PerfilController

See Also:
PerfilController

Constructor Summary
PerfilControllerImpl()
           
 
Method Summary
 void modificaUsuari(org.apache.struts.action.ActionMapping mapping, ModificaUsuariForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void obtenirUsuari(org.apache.struts.action.ActionMapping mapping, ObtenirUsuariForm 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

PerfilControllerImpl

public PerfilControllerImpl()
Method Detail

obtenirUsuari

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

modificaUsuari

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