Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource perl-Catalyst-Component-ACCEPT_CONTEXT

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; }

Found 2 sites for perl-Catalyst-Component-ACCEPT_CONTEXT

Found 12 RPM for perl-Catalyst-Component-ACCEPT_CONTEXT

PackageSummaryDistributionDownload
perl-Catalyst-Component-ACCEPT_CONTEXT-0.70.0-7.mga9.noarch.htmlMake the current Catalyst context available in Models and ViewsMageia Cauldron for armv7hlperl-Catalyst-Component-ACCEPT_CONTEXT-0.70.0-7.mga9.noarch.rpm
perl-Catalyst-Component-ACCEPT_CONTEXT-0.70.0-7.mga9.noarch.htmlMake the current Catalyst context available in Models and ViewsMageia Cauldron for x86_64perl-Catalyst-Component-ACCEPT_CONTEXT-0.70.0-7.mga9.noarch.rpm
perl-Catalyst-Component-ACCEPT_CONTEXT-0.70.0-7.mga9.noarch.htmlMake the current Catalyst context available in Models and ViewsMageia Cauldron for aarch64perl-Catalyst-Component-ACCEPT_CONTEXT-0.70.0-7.mga9.noarch.rpm
perl-Catalyst-Component-ACCEPT_CONTEXT-0.70.0-7.mga9.noarch.htmlMake the current Catalyst context available in Models and ViewsMageia 9 for i586perl-Catalyst-Component-ACCEPT_CONTEXT-0.70.0-7.mga9.noarch.rpm
perl-Catalyst-Component-ACCEPT_CONTEXT-0.70.0-7.mga9.noarch.htmlMake the current Catalyst context available in Models and ViewsMageia 9 for armv7hlperl-Catalyst-Component-ACCEPT_CONTEXT-0.70.0-7.mga9.noarch.rpm
perl-Catalyst-Component-ACCEPT_CONTEXT-0.70.0-7.mga9.noarch.htmlMake the current Catalyst context available in Models and ViewsMageia 9 for x86_64perl-Catalyst-Component-ACCEPT_CONTEXT-0.70.0-7.mga9.noarch.rpm
perl-Catalyst-Component-ACCEPT_CONTEXT-0.70.0-7.mga9.noarch.htmlMake the current Catalyst context available in Models and ViewsMageia 9 for aarch64perl-Catalyst-Component-ACCEPT_CONTEXT-0.70.0-7.mga9.noarch.rpm
perl-Catalyst-Component-ACCEPT_CONTEXT-0.70.0-7.mga9.noarch.htmlMake the current Catalyst context available in Models and ViewsMageia Cauldron for i686perl-Catalyst-Component-ACCEPT_CONTEXT-0.70.0-7.mga9.noarch.rpm
perl-Catalyst-Component-ACCEPT_CONTEXT-0.70.0-6.mga8.noarch.htmlMake the current Catalyst context available in Models and ViewsMageia 8 for aarch64perl-Catalyst-Component-ACCEPT_CONTEXT-0.70.0-6.mga8.noarch.rpm
perl-Catalyst-Component-ACCEPT_CONTEXT-0.70.0-6.mga8.noarch.htmlMake the current Catalyst context available in Models and ViewsMageia 8 for x86_64perl-Catalyst-Component-ACCEPT_CONTEXT-0.70.0-6.mga8.noarch.rpm
perl-Catalyst-Component-ACCEPT_CONTEXT-0.70.0-6.mga8.noarch.htmlMake the current Catalyst context available in Models and ViewsMageia 8 for armv7hlperl-Catalyst-Component-ACCEPT_CONTEXT-0.70.0-6.mga8.noarch.rpm
perl-Catalyst-Component-ACCEPT_CONTEXT-0.70.0-6.mga8.noarch.htmlMake the current Catalyst context available in Models and ViewsMageia 8 for i586perl-Catalyst-Component-ACCEPT_CONTEXT-0.70.0-6.mga8.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet