edu.uoc.tfc.gui.home.logout
Class LogoutControllerImpl

java.lang.Object
  extended by edu.uoc.tfc.gui.home.logout.LogoutController
      extended by edu.uoc.tfc.gui.home.logout.LogoutControllerImpl

public class LogoutControllerImpl
extends LogoutController

See Also:
LogoutController

Constructor Summary
LogoutControllerImpl()
           
 
Method Summary
 void doLogout(org.apache.struts.action.ActionMapping mapping, DoLogoutForm 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

LogoutControllerImpl

public LogoutControllerImpl()
Method Detail

doLogout

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