Konstrukt::TagHandler::Plugin - Plugin handler of the Konstrukt framework
#use inside the parser use Konstrukt::TagHandler::Plugin; my $handler = Konstrukt::TagHandler::Plugin->new(); my $result; $result = $handler->prepare($tag_node); $result = $handler->execute($tag_node);
Handler for <& ... &>-tags (plugins).
Initialization of this class
Implementation of "prepare" in Konstrukt::TagHandler.
Implementation of "execute" in Konstrukt::TagHandler.
Implementation of "prepare_again" in Konstrukt::TagHandler.
Implementation of "execute_again" in Konstrukt::TagHandler.
Implementation of "execution_stage" in Konstrukt::TagHandler.
Loads and initializes a specified plugin.
Returns an object of this plugin if it could be loaded, undef otherwise.
Parameters:
Copyright 2006 Thomas Wittek (mail at gedankenkonstrukt dot de). All rights reserved.
This document is free software. It is distributed under the same terms as Perl itself.