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"><expression-language></a> </p></section> + + <section id="faces-backing-bean-factory"> + <title><faces-backing-bean-factory></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> + <faces-backing-bean-factory> [occurrences: 0-*] + <factory-class> xsd:string </factory-class> [occurrences: 1] + <custom-property> [occurrences: 0-*] + <name> xsd:string </name> [occurrences: 1] + <value> xsd:string </value> [occurrences: 1] + </custom-property> + </faces-backing-bean-factory> + </source> + <p><strong>Parents:</strong></p> + <p><a href="#pageflow-factories"><pageflow-factories></a></p> + <p><strong>Children:</strong></p> + <p> + <a href="#factory-class"><factory-class></a>, + <a href="#custom-property"><custom-property></a> + </p> + </section> + + <section id="factory-class"> + <title><factory-class></title> + <p> + This setting configures a factory class and its custom properties. + </p> + + <p><strong>Syntax</strong></p> + <source> + <factory-class> xsd:string </factory-class> [occurrences: 1] + </source> + <p><strong>Parents:</strong></p> + <p> + <a href="#binding-contexts"><binding-contexts></a>, + <a href="#expression-language"><expression-language></a>, + <a href="#iterator-factory"><iterator-factory></a> + <a href="#flowcontroller-factory"><flowcontroller-factory></a>, + <a href="#faces-backing-bean-factory"><faces-backing-bean-factory></a> + </p> + <p><strong>Children:</strong></p> + <p> + None. + </p> + </section> + + + +<section id="flowcontroller-factory"> + <title><flowcontroller-factory></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> + <flowcontroller-factory> [occurrences: 0-*] + <factory-class> xsd:string </factory-class> [occurrences: 1] + <custom-property> [occurrences: 0-*] + <name> xsd:string </name> [occurrences: 1] + <value> xsd:string </value> [occurrences: 1] + </custom-property> + </flowcontroller-factory> + </source> + <p><strong>Parents:</strong></p> + <p><a href="#pageflow-factories"><pageflow-factories></a></p> + <p><strong>Children:</strong></p> + <p> + <a href="#factory-class"><factory-class></a>, + <a href="#custom-property"><custom-property></a> + </p> + </section> + + <section id="forward-redirect-handler"><title><forward-redirect-handler></title> <p><strong>Syntax</strong></p> <source><forward-redirect-handler> @@ -853,89 +939,8 @@ </p> </section> - <section id="flowcontroller-factory"> - <title><flowcontroller-factory></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> - <flowcontroller-factory> [occurrences: 0-*] - <factory-class> xsd:string </factory-class> [occurrences: 1] - <custom-property> [occurrences: 0-*] - <name> xsd:string </name> [occurrences: 1] - <value> xsd:string </value> [occurrences: 1] - </custom-property> - </flowcontroller-factory> - </source> - <p><strong>Parents:</strong></p> - <p><a href="#pageflow-factories"><pageflow-factories></a></p> - <p><strong>Children:</strong></p> - <p> - <a href="#factory-class"><factory-class></a>, - <a href="#custom-property"><custom-property></a> - </p> - </section> - - <section id="faces-backing-bean-factory"> - <title><faces-backing-bean-factory></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> - <faces-backing-bean-factory> [occurrences: 0-*] - <factory-class> xsd:string </factory-class> [occurrences: 1] - <custom-property> [occurrences: 0-*] - <name> xsd:string </name> [occurrences: 1] - <value> xsd:string </value> [occurrences: 1] - </custom-property> - </faces-backing-bean-factory> - </source> - <p><strong>Parents:</strong></p> - <p><a href="#pageflow-factories"><pageflow-factories></a></p> - <p><strong>Children:</strong></p> - <p> - <a href="#factory-class"><factory-class></a>, - <a href="#custom-property"><custom-property></a> - </p> - </section> - - <section id="factory-class"> - <title><factory-class></title> - <p> - This setting configures a factory class and its custom properties. - </p> - - <p><strong>Syntax</strong></p> - <source> - <factory-class> xsd:string </factory-class> [occurrences: 1] - </source> - <p><strong>Parents:</strong></p> - <p> - <a href="#binding-contexts"><binding-contexts></a>, - <a href="#expression-language"><expression-language></a>, - <a href="#iterator-factory"><iterator-factory></a> - <a href="#flowcontroller-factory"><flowcontroller-factory></a>, - <a href="#faces-backing-bean-factory"><faces-backing-bean-factory></a> - </p> - <p><strong>Children:</strong></p> - <p> - None. - </p> - </section> - - <section id="pageflow-uri"><title><pageflow-uri></title> + + <section id="pageflow-uri"><title><pageflow-uri></title> <p><strong>Syntax</strong></p> <source><pageflow-uri> xsd:string </pageflow-uri> [occurrences: 1]</source> <p><strong>Parents:</strong></p>