| CatalystX-Declare documentation | view source | Contained in the CatalystX-Declare distribution. |
CatalystX::Declare::Keyword::Component - Declare Catalyst Components
This handler provides common functionality for all component handlers. Please refer to the respective keyword handler documentation for more information:
These methods are implementation details. Unless you are extending or developing CatalystX::Declare, you should not be concerned with them.
Object->add_namespace_customizations (Object $ctx, Str $package)
This will simply add CLASS to the imported modules, to make CLASS
and $CLASS available in the component.
List[Str] Object->default_superclasses ()
Returns Catalyst::Component as default superclass for components. The subclasses for other component keywords will usually want to override this.
See AUTHOR in CatalystX::Declare for author information.
This program is free software; you can redistribute it and/or modify it under the same terms as perl itself.
| CatalystX-Declare documentation | view source | Contained in the CatalystX-Declare distribution. |