GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Reaction::InterfaceModel::Object(3) User Contributed Perl Documentation Reaction::InterfaceModel::Object(3)

Reaction::InterfaceModel::Object

InterfaceModel Object base class.

RW, isa HashRef - Returns an empty hashref by default. It will hold a series of actions as keys with their corresponding action classes as values.

RO, 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".

Shortcuts 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

Provides 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');

Return the action class for an action name. Will search "_action_class_map" or, if not found, use the value of "_default_action_class_for"

Will return a new instance of $action. If specified, %args will be passed through to "new" as is.

By default will return an empty hashref

Returns empty hashref by default.

Reaction::InterfaceModel::ObjectClass

See Reaction::Class for authors.

See Reaction::Class for the license.
2010-10-30 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.