NAME
TomKit - Perl Module used to Transform Content
SYNOPSIS
Only used internally
DESCRIPTION
This module provides utility functions used by TomKit-Modules
API
loadModule
Arguments:
Description:
Sometimes we need to load a module at runtime using require. This method does the job for us
setUpProcessor
Arguments:
- Apache2::TomKit::ProcessorChain .......... the processor-chain instance
- Apache2::TomKit::Logging ................. the logging instance
- Apache2::TomKit::Config::DefaultConfig ... the configuration instance
- @string-array ............................ the processor definitions
Description:
In different places of TomKit we have to set up a processor chain. THis method does the whole magic for us. The processor-definitions are passed as an String-Array. One item of the String array matches the following pattern:
${typeMape}=>${relative_path_from_document-root_2_definition}
SEE ALSO
Apache2, Apache2::TomKit, Apache2::TomKit::ProcessorChain, Apache2::TomKit::Logging, Apache2::TomKit::Config::DefaultConfig
AUTHOR
Tom Schindl, <tom.schindl@bestsolution.at>
COPYRIGHT AND LICENSE
Copyright (C) 2005 by Tom Schindl and BestSolution Systemhaus GmbH
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.