Catalyst::Component::ApplicationAttribute(3pm) User Contributed Perl Documentation Catalyst::Component::ApplicationAttribute(3pm)

Catalyst::Component::ApplicationAttribute - Moose Role for components which capture the application context.

    package My::Component;
    use Moose;
    extends 'Catalyst::Component';
    with 'Catalyst::Component::ApplicationAttribute';
    # Your code here
    1;

This role provides a BUILDARGS method which captures the application context into an attribute.

Weak reference to the application context.

BUILDARGS ($self, $app)

BUILDARGS method captures the application context into the "_application" attribute.

Reader method for the application context.

Catalyst::Component, Catalyst::Controller.

Catalyst Contributors, see Catalyst.pm

This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.

2023-09-28 perl v5.36.0