Ports Search

Results 19,33119,340 of 19,819 for %22HTTP Server%22.(0.011 seconds)
HTML::Template::Compiled View Class
HTML::Template::Compiled view class for Catalyst
www/Catalyst-View-HTML-Template-0.03 (Score: 7.739885E-4)
HTML::Template view class for Catalyst
A view base class for Catalyst using HTML::Template.
www/Catalyst-View-JSON-0.33 (Score: 7.739885E-4)
Catalyst View handler that returns stash data in JSON format
Catalyst::View::JSON is a Catalyst View handler that returns stash data in JSON format.
www/Catalyst-View-Mason-0.19 (Score: 7.739885E-4)
Mason view class for Catalyst
Want to use a Mason component in your views? No problem! Catalyst::View::Mason comes to the rescue.
www/Catalyst-View-REST-XML-0.02 (Score: 7.739885E-4)
Perl extension for Catalyst XML View Class
Catalyst View class with XML::Simple.
www/Catalyst-View-RRDGraph-0.10 (Score: 7.739885E-4)
RRD graph view class for Catalyst
This view generates RRD graph images from the graph defintion placed in the stash. The controller is responsable of placing an ARRAYREF in $c-stash->{'graph'}> with the same data as to generate a graph with the RRDs module, except for filename, that will be automatically generated by the view.
Catalyst TT View with template names relative to the Controller
Catalyst::View::TT::ControllerLocal is like a normal Catalyst TT View, but with template file names relative to the current Controller. So with a set of templates like: ./root/edit.html ./root/add.html ./root/Frobniz/add.html and an action "add" in the Controller "MyApp::Controller::Frobniz", you set "$c->stash->{template}" to "add.html" in order for it to pick up the "./root/frobbiz/add.html" template. Setting the "$c->stash->{template}" from Controller "MyApp::Con- troller::Bogon" would instead pick the default template in "./root/add.html" (since there is no Bogon subdirectory under root). In addition, since there is no file "edit.html" except in the Frobniz directory, C::V::TT::ControllerLocal will default to looking for "edit.html" in ./root/ and ./root/base (or whatever you set MyApp->con- fig->{INCLUDE_PATH} to).
www/Catalyst-View-TT-0.44 (Score: 7.739885E-4)
Template Toolkit view class for Catalyst
A view base class for Catalyst using Template Toolkit.
Perl module to use Template::Declare with Catalyst
Perl module to use Template::Declare with Catalyst
www/Catalyst-View-Templated-0.02 (Score: 7.739885E-4)
Generic base class for template-based views
View::Templated makes all (template-based) Catalyst views work the same way.