[ModuleName_][SubSection_]NameAction
Example:
MyModule_Sub_EditAction
execute[Method](AgaviParameterHolder
parameters)
Agavi tries to use the execute method specific to the
current request method (e.g.
executeRead or
executeWrite). If such a method is not
defined by the current action a generic execute is used. If that
doesn't exist either execution and validation is skiped and the
default view (returned by
getDefaultViewName()) is used.
register[Method]Validators(AgaviValidatorManager
validatorManager)
validate[Method](AgaviParameterHolder
parameters)