X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole%2FWorkflow.pod;h=5668b3400a8972805a2a7f9787491df911c9d026;hb=9bbeafd23117d2b489a298cc002a97b133de17bd;hp=15d87c03120d15bb6c93424870eebd9861240915;hpb=d09e000fc977211b8bd1a77285a952421b60aa7a;p=maypole.git diff --git a/lib/Maypole/Workflow.pod b/lib/Maypole/Workflow.pod index 15d87c0..5668b34 100644 --- a/lib/Maypole/Workflow.pod +++ b/lib/Maypole/Workflow.pod @@ -2,13 +2,13 @@ =head1 NAME -Apache::MVC::Workflow - Describes the progress of a request through Apache::MVC +Maypole::Workflow - Describes the progress of a request through Maypole =head1 SYNOPSIS config $h | - Apache::MVC $r + Maypole $r Apache::Request | +---- $r->get_request ---+ $ar | @@ -29,7 +29,7 @@ Apache::MVC::Workflow - Describes the progress of a request through Apache::MVC =head1 DESCRIPTION -An application based on C will provide an Apache handler, +An application based on C will provide an Apache handler, and eventually deliver a page. This document explains how that happens, and how to influence it. We'll use the C project as our example. @@ -74,7 +74,7 @@ preferred format. =head2 Is this an applicable URL? Next, the C method works out if this is actually -something that C should care about - whether the class +something that C should care about - whether the class exists in the application, whether it supports the given action, and so on. The action is "supported" if it exists in the model class (or its ancestors) and is marked with the C<:Exported> attribute; this stops web @@ -136,7 +136,7 @@ template. It does this by looking first for C: that is, a specific template appropriate to the class. Next, it looks at C, a local modification, before looking for C, one of the default templates that came with -C. +C. =head2 Default template arguments @@ -147,7 +147,7 @@ default: =item request -The whole C request object, for people getting really dirty +The whole C request object, for people getting really dirty with the templates. =item objects