Replace Initialization of Object Model by helper classes with more solid
mechanisms
-----------------------------------------------------------------------------------
Key: COCOON-2103
URL: https://issues.apache.org/jira/browse/COCOON-2103
Project: Cocoon
Issue Type: Sub-task
Components: * Cocoon Core, - Expression language, Blocks: Templating
Affects Versions: 2.2-dev (Current SVN)
Reporter: Grzegorz Kossakowski
Assignee: Grzegorz Kossakowski
Fix For: 2.2-dev (Current SVN)
Currently initialization of Object Model is spread on various helper classes
like:
* org.apache.cocoon.template.environment.FlowObjectModelHelper
* org.apache.cocoon.environment.TemplateObjectModelHelper
that use some static methods and variables.
I'm going to slim down these (and other) classes to absolute minimum or remove
them completely in the end.
Most initialization will be moved to ObjectModel providers classes.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.