Chris Winters > OpenInteract-1.99_06 > OpenInteract2::Setup::InitializeControllers

Download:
OpenInteract-1.99_06.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 1.04   Source  

NAME ^

OpenInteract2::Setup::InitializeControllers - Initialize all controller classes

SYNOPSIS ^

 my $setup = OpenInteract2::Setup->new( 'initialize controllers' );
 $setup->run();

DESCRIPTION ^

This setup action just registers all controllers found, brings in all classes in the OpenInteract2::Observer::Controller namespace and registers them as observers with OpenInteract2::Controller.

Setup Metadata

name - 'initialize controllers'

dependencies - default

SEE ALSO ^

OpenInteract2::Controller

OpenInteract2::Setup

Class::Observable

COPYRIGHT ^

Copyright (c) 2005 Chris Winters. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHORS ^

Chris Winters <chris@cwinters.com>