aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/Manual
diff options
context:
space:
mode:
authortimbunce <timbunce@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-03-25 15:17:44 +0000
committertimbunce <timbunce@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-03-25 15:17:44 +0000
commitb8e3c4f1b29515b522333de3c3139c474c2e5884 (patch)
tree36cd93227a7404f54f42476a8d3cd85ea0c21577 /lib/Reaction/Manual
parent8cfd57a1af1b5a83e90407c592395d1e9fa8236a (diff)
downloadreaction-b8e3c4f1b29515b522333de3c3139c474c2e5884.tar.gz
reaction-b8e3c4f1b29515b522333de3c3139c474c2e5884.zip
Add Skin and Layout headings to Glossary
Diffstat (limited to 'lib/Reaction/Manual')
-rw-r--r--lib/Reaction/Manual/Glossary.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Reaction/Manual/Glossary.pod b/lib/Reaction/Manual/Glossary.pod
index 21480e8..7fd4d22 100644
--- a/lib/Reaction/Manual/Glossary.pod
+++ b/lib/Reaction/Manual/Glossary.pod
@@ -10,6 +10,8 @@ Reaction::Manual::Glossary - Terms and Definitions used in Reaction
=head3 Interface Model
+=head3 Layout
+
=head3 ListView
=head3 MVC
@@ -24,6 +26,8 @@ A software design pattern in which one
A particular interface that a class implements. Here, Role is used in the sense of Moose::Role; this same concept is sometimes called a Mix-In Class or a Decorator pattern.
+=head3 Skin
+
=head3 View
In Reaction, the View modules handle rendering the ViewPort. ViewPorts are the V in MVC.