You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by st...@apache.org on 2005/07/18 23:10:04 UTC

svn commit: r219567 - /incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/config/beehive-netui-config.xml

Author: steveh
Date: Mon Jul 18 14:04:17 2005
New Revision: 219567

URL: http://svn.apache.org/viewcvs?rev=219567&view=rev
Log:
Typo fix.

Modified:
    incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/config/beehive-netui-config.xml

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/config/beehive-netui-config.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/config/beehive-netui-config.xml?rev=219567&r1=219566&r2=219567&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/config/beehive-netui-config.xml (original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/config/beehive-netui-config.xml Mon Jul 18 14:04:17 2005
@@ -362,6 +362,92 @@
 					<a href="#expression-language">&lt;expression-language></a>
 					</p></section>
 
+
+    <section id="faces-backing-bean-factory">
+        <title>&lt;faces-backing-bean-factory&gt;</title>
+        <p>
+            This setting configures a factory for creating "backing beans" for
+            JavaServer Faces pages.  The referenced class must extend
+            <a href="../../apidocs/classref_pageflows/org/apache/beehive/netui/pageflow/FacesBackingBeanFactory.html">
+                org.apache.beehive.netui.pageflow.FacesBackingBeanFactory
+            </a>
+        </p>
+
+        <p><strong>Syntax</strong></p>
+        <source>
+            &lt;faces-backing-bean-factory> [occurrences: 0-*]
+                &lt;factory-class> xsd:string &lt;/factory-class> [occurrences: 1]
+                &lt;custom-property> [occurrences: 0-*]
+                    &lt;name> xsd:string &lt;/name> [occurrences: 1]
+                    &lt;value> xsd:string &lt;/value> [occurrences: 1]
+                &lt;/custom-property>
+            &lt;/faces-backing-bean-factory>
+        </source>
+        <p><strong>Parents:</strong></p>
+        <p><a href="#pageflow-factories">&lt;pageflow-factories&gt;</a></p>
+        <p><strong>Children:</strong></p>
+        <p>
+            <a href="#factory-class">&lt;factory-class&gt;</a>,
+            <a href="#custom-property">&lt;custom-property&gt;</a>
+        </p>
+    </section>
+
+    <section id="factory-class">
+        <title>&lt;factory-class&gt;</title>
+        <p>
+            This setting configures a factory class and its custom properties.
+        </p>
+
+        <p><strong>Syntax</strong></p>
+        <source>
+            &lt;factory-class> xsd:string &lt;/factory-class> [occurrences: 1]
+        </source>
+        <p><strong>Parents:</strong></p>
+        <p>
+            <a href="#binding-contexts">&lt;binding-contexts></a>,
+            <a href="#expression-language">&lt;expression-language></a>,
+            <a href="#iterator-factory">&lt;iterator-factory></a>
+            <a href="#flowcontroller-factory">&lt;flowcontroller-factory&gt;</a>,
+            <a href="#faces-backing-bean-factory">&lt;faces-backing-bean-factory&gt;</a>
+        </p>
+        <p><strong>Children:</strong></p>
+        <p>
+            None.
+        </p>
+    </section>
+
+
+
+<section id="flowcontroller-factory">
+        <title>&lt;flowcontroller-factory&gt;</title>
+        <p>
+            This setting configures a factory for creating page flows and shared flows.
+            The referenced class must extend
+            <a href="../../apidocs/classref_pageflows/org/apache/beehive/netui/pageflow/FlowControllerFactory.html">
+                org.apache.beehive.netui.pageflow.FlowControllerFactory
+            </a>
+        </p>
+
+        <p><strong>Syntax</strong></p>
+        <source>
+            &lt;flowcontroller-factory> [occurrences: 0-*]
+                &lt;factory-class> xsd:string &lt;/factory-class> [occurrences: 1]
+                &lt;custom-property> [occurrences: 0-*]
+                    &lt;name> xsd:string &lt;/name> [occurrences: 1]
+                    &lt;value> xsd:string &lt;/value> [occurrences: 1]
+                &lt;/custom-property>
+            &lt;/flowcontroller-factory>
+        </source>
+        <p><strong>Parents:</strong></p>
+        <p><a href="#pageflow-factories">&lt;pageflow-factories&gt;</a></p>
+        <p><strong>Children:</strong></p>
+        <p>
+            <a href="#factory-class">&lt;factory-class&gt;</a>,
+            <a href="#custom-property">&lt;custom-property&gt;</a>
+        </p>
+    </section>
+
+
         <section id="forward-redirect-handler"><title>&lt;forward-redirect-handler&gt;</title>
 				<p><strong>Syntax</strong></p>
 				<source>&lt;forward-redirect-handler>
@@ -853,89 +939,8 @@
         </p>
     </section>
 
-    <section id="flowcontroller-factory">
-        <title>&lt;flowcontroller-factory&gt;</title>
-        <p>
-            This setting configures a factory for creating page flows and shared flows.
-            The referenced class must extend
-            <a href="../../apidocs/classref_pageflows/org/apache/beehive/netui/pageflow/FlowControllerFactory.html">
-                org.apache.beehive.netui.pageflow.FlowControllerFactory
-            </a>
-        </p>
-
-        <p><strong>Syntax</strong></p>
-        <source>
-            &lt;flowcontroller-factory> [occurrences: 0-*]
-                &lt;factory-class> xsd:string &lt;/factory-class> [occurrences: 1]
-                &lt;custom-property> [occurrences: 0-*]
-                    &lt;name> xsd:string &lt;/name> [occurrences: 1]
-                    &lt;value> xsd:string &lt;/value> [occurrences: 1]
-                &lt;/custom-property>
-            &lt;/flowcontroller-factory>
-        </source>
-        <p><strong>Parents:</strong></p>
-        <p><a href="#pageflow-factories">&lt;pageflow-factories&gt;</a></p>
-        <p><strong>Children:</strong></p>
-        <p>
-            <a href="#factory-class">&lt;factory-class&gt;</a>,
-            <a href="#custom-property">&lt;custom-property&gt;</a>
-        </p>
-    </section>
-
-    <section id="faces-backing-bean-factory">
-        <title>&lt;faces-backing-bean-factory&gt;</title>
-        <p>
-            This setting configures a factory for creating "backing beans" for
-            JavaServer Faces pages.  The referenced class must extend
-            <a href="../../apidocs/classref_pageflows/org/apache/beehive/netui/pageflow/FacesBackingBeanFactory.html">
-                org.apache.beehive.netui.pageflow.FacesBackingBeanFactory
-            </a>
-        </p>
-
-        <p><strong>Syntax</strong></p>
-        <source>
-            &lt;faces-backing-bean-factory> [occurrences: 0-*]
-                &lt;factory-class> xsd:string &lt;/factory-class> [occurrences: 1]
-                &lt;custom-property> [occurrences: 0-*]
-                    &lt;name> xsd:string &lt;/name> [occurrences: 1]
-                    &lt;value> xsd:string &lt;/value> [occurrences: 1]
-                &lt;/custom-property>
-            &lt;/faces-backing-bean-factory>
-        </source>
-        <p><strong>Parents:</strong></p>
-        <p><a href="#pageflow-factories">&lt;pageflow-factories&gt;</a></p>
-        <p><strong>Children:</strong></p>
-        <p>
-            <a href="#factory-class">&lt;factory-class&gt;</a>,
-            <a href="#custom-property">&lt;custom-property&gt;</a>
-        </p>
-    </section>
-
-    <section id="factory-class">
-        <title>&lt;factory-class&gt;</title>
-        <p>
-            This setting configures a factory class and its custom properties.
-        </p>
-
-        <p><strong>Syntax</strong></p>
-        <source>
-            &lt;factory-class> xsd:string &lt;/factory-class> [occurrences: 1]
-        </source>
-        <p><strong>Parents:</strong></p>
-        <p>
-            <a href="#binding-contexts">&lt;binding-contexts></a>,
-            <a href="#expression-language">&lt;expression-language></a>,
-            <a href="#iterator-factory">&lt;iterator-factory></a>
-            <a href="#flowcontroller-factory">&lt;flowcontroller-factory&gt;</a>,
-            <a href="#faces-backing-bean-factory">&lt;faces-backing-bean-factory&gt;</a>
-        </p>
-        <p><strong>Children:</strong></p>
-        <p>
-            None.
-        </p>
-    </section>
-
-	<section id="pageflow-uri"><title>&lt;pageflow-uri&gt;</title>
+    
+    	<section id="pageflow-uri"><title>&lt;pageflow-uri&gt;</title>
 				<p><strong>Syntax</strong></p>
 				<source>&lt;pageflow-uri> xsd:string &lt;/pageflow-uri> [occurrences: 1]</source>
 				<p><strong>Parents:</strong></p>