aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/UI/Controller/Root.pm
diff options
context:
space:
mode:
authorcastaway <castaway@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-01-01 16:21:12 +0000
committercastaway <castaway@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-01-01 16:21:12 +0000
commitbdc404dab5e8ab6c30d3fc64ee464e509a5939c4 (patch)
tree15c03189cb225e0224c9c3f4d0113d7974d6cefd /lib/Reaction/UI/Controller/Root.pm
parent68f88d4e3c0baee5a6d418d2db1cdb938e4b2343 (diff)
downloadreaction-bdc404dab5e8ab6c30d3fc64ee464e509a5939c4.tar.gz
reaction-bdc404dab5e8ab6c30d3fc64ee464e509a5939c4.zip
Add docs about creation of window object
Diffstat (limited to 'lib/Reaction/UI/Controller/Root.pm')
-rw-r--r--lib/Reaction/UI/Controller/Root.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Reaction/UI/Controller/Root.pm b/lib/Reaction/UI/Controller/Root.pm
index 302aa78..a5a8279 100644
--- a/lib/Reaction/UI/Controller/Root.pm
+++ b/lib/Reaction/UI/Controller/Root.pm
@@ -60,6 +60,11 @@ object containing an empty L<Reaction::UI::FocusStack> for your UI
elements. The stack is also resolved and rendered for you in the
C<end> action.
+At the C<begin> of each request, a L<Reaction::UI::Window> object is
+created using the configured L</view_name>, L</content_type> and
+L</window_title>. These thus should be directly changed on the stashed
+window object at runtime, if needed.
+
=head1 METHODS
=head2 view_name