edu.uoc.exemplefw.commands
Class LogoutCommand

java.lang.Object
  extended by edu.uoc.fw.core.command.Command
      extended by edu.uoc.exemplefw.commands.LogoutCommand

public class LogoutCommand
extends edu.uoc.fw.core.command.Command

Classe command per al logout de l'usuari a l'aplicació

Version:
1.0
Author:
Luis Bravo Fuentes

Field Summary
 
Fields inherited from class edu.uoc.fw.core.command.Command
COMMAND_MESSAGES, INPUT_VIEW
 
Constructor Summary
LogoutCommand()
           
 
Method Summary
 java.lang.String execute(edu.uoc.fw.core.context.ContextObject context, edu.uoc.fw.core.form.Form form)
           
 
Methods inherited from class edu.uoc.fw.core.command.Command
getMessages, validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogoutCommand

public LogoutCommand()
Method Detail

execute

public java.lang.String execute(edu.uoc.fw.core.context.ContextObject context,
                                edu.uoc.fw.core.form.Form form)
Specified by:
execute in class edu.uoc.fw.core.command.Command