GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Component(3) User Contributed Perl Documentation Component(3)

Maypole::Component - Run Maypole sub-requests as components

  package BeerDB;
  use base qw(Maypole::Component Apache::MVC);


    [% request.component("/beer/view_as_component/20") %]

This subclass of Maypole allows you to integrate the results of a Maypole request into an existing request. You'll need to set up actions and templates which return fragments of HTML rather than entire pages, but once you've done that, you can use the "component" method of the Maypole request object to call those actions. You may pass a query string in the usual URL style. You should not fully qualify the Maypole URLs.

http://maypole.simon-cozens.org/

Simon Cozens, <simon@cpan.org>

Copyright 2004 by Simon Cozens
2022-04-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.