Chris Winters > OpenInteract-1.99_06 > OpenInteract2::Controller::Raw

Download:
OpenInteract-1.99_06.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 1.12   Source  

NAME ^

OpenInteract2::Controller::Raw - Basic controller just outputting action content

SYNOPSIS ^

 [myaction]
 controller = raw

DESCRIPTION ^

This controller doesn't modify the content generated by the action. It just adds the content directly to the response.

METHODS ^

execute()

Executes the initial action and sets the returned content to the response.

BUGS ^

None known.

TO DO ^

Nothing known.

SEE ALSO ^

OpenInteract2::Controller

COPYRIGHT ^

Copyright (c) 2002-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>