[piwi] r577 committed - wired newly created input classes

3 views
Skip to first unread message

pi...@googlecode.com

unread,
Oct 15, 2010, 4:39:21 AM10/15/10
to piwi...@googlegroups.com
Revision: 577
Author: grobmeier
Date: Fri Oct 15 01:26:46 2010
Log: wired newly created input classes
http://code.google.com/p/piwi/source/detail?r=577

Modified:
/framework/trunk/piwi/resources/beans/context.xml

=======================================
--- /framework/trunk/piwi/resources/beans/context.xml Thu Sep 30 07:07:45
2010
+++ /framework/trunk/piwi/resources/beans/context.xml Fri Oct 15 01:26:46
2010
@@ -20,6 +20,37 @@
<property name="configuration" ref="configurationManager" />
</bean>

+ <!-- Input Reader -->
+ <bean id="creoleWikiPage" class="CreoleWikiPage" scope="request">
+ <property name="contentPath" php="$GLOBALS['PIWI_ROOT'] .
CONTENT_PATH" />
+ <property name="site" ref="site" />
+ <property name="configuration" ref="configurationManager" />
+ </bean>
+
+ <bean id="dokuWikiPage" class="DokuWikiPage" scope="request">
+ <property name="contentPath" php="$GLOBALS['PIWI_ROOT'] .
CONTENT_PATH" />
+ <property name="site" ref="site" />
+ <property name="configuration" ref="configurationManager" />
+ </bean>
+
+ <bean id="rstPage" class="RSTPage" scope="request">
+ <property name="contentPath" php="$GLOBALS['PIWI_ROOT'] .
CONTENT_PATH" />
+ <property name="site" ref="site" />
+ <property name="configuration" ref="configurationManager" />
+ </bean>
+
+ <bean id="docbookPage" class="DocbookPage" scope="request">
+ <property name="contentPath" php="$GLOBALS['PIWI_ROOT'] .
CONTENT_PATH" />
+ <property name="site" ref="site" />
+ <property name="configuration" ref="configurationManager" />
+ </bean>
+
+ <bean id="fodtPage" class="FODTPage" scope="request">
+ <property name="contentPath" php="$GLOBALS['PIWI_ROOT'] .
CONTENT_PATH" />
+ <property name="site" ref="site" />
+ <property name="configuration" ref="configurationManager" />
+ </bean>
+
<!-- Input Reader -->
<bean id="streamingPage" class="StreamingPage" scope="request">
<property name="streamingFilePath" php="$GLOBALS['PIWI_ROOT'] .
CONTENT_PATH . '/streams.xml'" />
@@ -35,6 +66,11 @@
<properties name="pagemap">
<property name="stream" ref="streamingPage" />
<property name="xml" ref="xmlPage" />
+ <property name="dwiki" ref="dokuWikiPage" />
+ <property name="cwiki" ref="creoleWikiPage" />
+ <property name="rst" ref="rstPage" />
+ <property name="docbook" ref="docbookPage" />
+ <property name="fodt" ref="fodtPage" />
<property name="default" ref="xmlPage" />
</properties>
</bean>

Reply all
Reply to author
Forward
0 new messages