Add an action that will be evaluated after field binding has been done.
Add an action that will be evaluated after field binding has been done.
Add an action that will be evaluated before field binding occurs.
Add an action that will be evaluated before field binding occurs.
Return a Map of all field command error keyed by field binding name (NOT the name of the variable in command object).
Return a Map of all field command error keyed by field binding name (NOT the name of the variable in command object).
Check whether this command is valid.
Check whether this command is valid.
(Since version 2.2.1) This was meant for usage with the
org.scalatra.commands.CommandHandler
, but that approach is not fully compiler verified. Look at using theexecute
method on a command instead.