Uses of Class
edu.uoc.fw.core.context.ContextObject

Packages that use ContextObject
edu.uoc.fw.core.command   
 

Uses of ContextObject in edu.uoc.fw.core.command
 

Methods in edu.uoc.fw.core.command with parameters of type ContextObject
abstract  java.lang.String Command.execute(ContextObject context, Form form)
          Mètode per a l'execució del command.
 boolean Command.validate(ContextObject context, Form form)
          Mètode per a la validació del formulari utilitzat pel command.