NAME
Oak::Action - Component that representates controller actions
DESCRIPTION
This component is to be used as a Action inside a Controller component. It does nothing except dispatching his ev_onCall event.
HIERARCHY
L<Oak::Object|Oak::Object>
L<Oak::Persistent|Oak::Persistent>
L<Oak::Component|Oak::Component>
L<Oak::Action|Oak::Action>
EVENTS
- ev_onCall
-
Dispatched when this action is called.
METHODS
- call
-
Call the action to dispatch the event
COPYRIGHT
Copyright (c) 2001 Daniel Ruoso <daniel@ruoso.com> Aguimar Mendonca Neto <aguimar@email.com.br> All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.