./www/p5-Catalyst-Component-ACCEPT_CONTEXT, Make current Catalyst request context available in Models and Views

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2017Q4, Version: 0.07nb10, Package name: p5-Catalyst-Component-ACCEPT_CONTEXT-0.07nb10, Maintainer: pkgsrc-users

Models and Views don't usually have access to the request object,
since they probably don't really need it. Sometimes, however, having
the request context available outside of Controllers makes your
application cleaner. If that's the case, just use this module as
a base class:

package MyApp::Model::Foobar;
use base qw|Catalyst::Component::ACCEPT_CONTEXT Catalyst::Model|;

Then, you'll be able to get the current request object from within
your model:

sub do_something {
my $self = shift;
print "The current URL is ". $self->context->req->uri->as_string;
}


Required to run:
[devel/p5-MRO-Compat] [lang/perl5]

Required to build:
[devel/p5-Devel-Cycle] [pkgtools/cwrappers]

Master sites: (Expand)

SHA1: 09b22bf164c8f1b456d8a2abd750e8ec6b3c6df2
RMD160: 9256e8faf8fc737f6655769b11ae65dd1283384f
Filesize: 25.444 KB

Version history: (Expand)