|  |  
 |   |   
 NAMEReaction::InterfaceModel::Object SYNOPSISDESCRIPTIONInterfaceModel Object base class. Attributes_action_class_mapRW, isa HashRef - Returns an empty hashref by default. It will hold a series of actions as keys with their corresponding action classes as values. _default_action_class_prefixRO, isa Str - Default action class prefix. Lazy build by default to the value returned by "_build_default_action_class_prefix" which is "ref $self || $self". Methodsparameter_attributesdomain_modelsShortcuts for these same subs in meta. They will return attribute objects that are of the correct type, Reaction::Meta::InterfaceModel::Object::ParameterAttribute and Reaction::Meta::InterfaceModel::Object::DomainModelAttribute _default_action_class_for $actionProvides the default package name for the $action action-class. It defaults to the value of "_default_action_class_prefix" followed by "::Action::$action"    #for MyApp::Foo, returns MyApp::Foo::Action::Create
   $obj->_default_action_class_for('Create');
_action_class_for $actionReturn the action class for an action name. Will search "_action_class_map" or, if not found, use the value of "_default_action_class_for" action_for $action, %argsWill return a new instance of $action. If
    specified,
   _default_action_args_forBy default will return an empty hashref _override_action_args_forReturns empty hashref by default. SEE ALSOReaction::InterfaceModel::ObjectClass AUTHORSSee Reaction::Class for authors. LICENSESee Reaction::Class for the license. 
 
 |