You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ri...@apache.org on 2005/09/19 23:46:25 UTC

svn commit: r290280 - /beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/config/beehive-netui-config.xml

Author: rich
Date: Mon Sep 19 14:46:19 2005
New Revision: 290280

URL: http://svn.apache.org/viewcvs?rev=290280&view=rev
Log:
This is a contribution from Carlin Rogers to address http://issues.apache.org/jira/browse/BEEHIVE-942 : beehive-netui-config reference documentation updates

tests: build.release in docs/forrest (WinXP)


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

Modified: beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/config/beehive-netui-config.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/config/beehive-netui-config.xml?rev=290280&r1=290279&r2=290280&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/config/beehive-netui-config.xml (original)
+++ beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/config/beehive-netui-config.xml Mon Sep 19 14:46:19 2005
@@ -110,10 +110,6 @@
     <a href="#type-converter">&lt;type-converter></a>
       <a href="#type">&lt;type></a>
       <a href="#converter-class">&lt;converter-class></a>
-  <a href="#default-shared-flow-refs">&lt;default-shared-flow-refs></a>
-    <a href="#shared-flow-ref">&lt;shared-flow-ref></a>
-      <a href="#name">&lt;name></a>
-      <a href="#type">&lt;type></a>
   <a href="#jsp-tag-config">&lt;jsp-tag-config></a>
     <a href="#doctype">&lt;doctype></a>
     <a href="#id-javascript">&lt;id-javascript></a>
@@ -121,6 +117,7 @@
   <a href="#url-config">&lt;url-config></a>
     <a href="#url-encode-urls">&lt;url-encode-urls></a>
     <a href="#html-amp-entity">&lt;html-amp-entity></a>
+    <a href="#templated-url-formatter-class">&lt;templated-url-formatter-class></a>
   <a href="#iterator-factories">&lt;iterator-factories></a>
     <a href="#iterator-factory">&lt;iterator-factory></a>
       <a href="#name">&lt;name></a>
@@ -272,7 +269,7 @@
         <section id="doctype"><title>&lt;doctype></title>
                 <p> Sets the WebApp default HTML format.  The currently supported formats are
                     HTML 4.01 Transitional DTD (Loose), HTML 4.01 Transitional DTD with Quirks mode on,
-                    and XHTML 1.0 Transitional.  THe default value is <em>html4-loose-quirks</em>.
+                    and XHTML 1.0 Transitional.  The default value is <em>html4-loose-quirks</em>.
                 </p>
 				<p><strong>Syntax</strong></p>
 				<source>&lt;doctype> [ html4-loose | html4-loose-quirks | xhtml1-transitional ] &lt;/doctype> [occurrences: 0-1]</source>
@@ -530,9 +527,9 @@
 
 				<p><strong>Syntax</strong></p>
 				<p><strong>Syntax</strong></p>
-				<source>&lt;html-amp-entity> xsd:boolean &lt;/html-amp-entity> [occurrences: 1]</source>
+				<source>&lt;html-amp-entity> xsd:boolean &lt;/html-amp-entity> [occurrences: 0-1]</source>
 				<p><strong>Parents:</strong></p>
-					<p><a href="#url-config">&lt;url-config&lt;</a></p>
+					<p><a href="#url-config">&lt;url-config&gt;</a></p>
 				<p><strong>Children:</strong></p>
 				<p>none</p></section>
 
@@ -1115,6 +1112,18 @@
 				<p><strong>Children:</strong></p>
 				<p>none</p></section>
 
+        <section id="templated-url-formatter-class"><title>&lt;templated-url-formatter-class&gt;</title>
+<p>
+This setting allows you to override the default url formatting class.
+The default value is <em>org.apache.beehive.netui.pageflow.internal.DefaultTemplatedUrlFormatter</em>.
+</p>
+                                <p><strong>Syntax</strong></p>
+                                <source>&lt;templated-url-formatter-class> xsd:string &lt;/templated-url-fomatter-class> [occurrences: 0-1]</source>
+                                <p><strong>Parents:</strong></p>
+                                        <p><a href="#url-config">&lt;url-config&gt;</a></p>
+                                <p><strong>Children:</strong></p>
+                                <p>none</p></section>
+                                                                                                                                                         
 	<section id="throw-session-expired-exception"><title>&lt;throw-session-expired-exception&gt;</title>
                 <p>
                     When set to <code>true</code> (the default), this causes a <code>SessionExpiredException</code> to
@@ -1185,12 +1194,14 @@
 				<source>&lt;url-config>
   &lt;url-encode-urls> xsd:boolean &lt;/url-encode-urls> [occurrences: 0-1]
   &lt;html-amp-entity> xsd:boolean &lt;/html-amp-entity> [occurrences: 0-1]
+  &lt;templated-url-formatter-class> xsd:string &lt;/templated-url-formatter-class> [occurrences: 0-1]
 &lt;/url-config></source>
 				<p><strong>Parents:</strong></p>
 					<p><a href="#netui-config">&lt;netui-config&gt;</a></p>
 				<p><strong>Children:</strong></p>
 				<p><a href="#url-encode-urls">&lt;url-encode-urls&gt;</a>,
-				<a href="#html-amp-entity">&lt;html-amp-entity&gt;</a></p></section>
+				<a href="#html-amp-entity">&lt;html-amp-entity&gt;</a>,
+				<a href="#templated-url-formatter-class">&lt;templated-url-formatter-class&gt;</a></p></section>
 
         <section id="url-encode-urls"><title>&lt;url-encode-urls&gt;</title>
 <p>
@@ -1198,7 +1209,7 @@
 tags with href attributes so that already encoded urls will not be re-encoded.
 </p>
 				<p><strong>Syntax</strong></p>
-				<source>&lt;url-encode-urls> xsd:boolean &lt;/url-encode-urls> [occurrences: 1]</source>
+				<source>&lt;url-encode-urls> xsd:boolean &lt;/url-encode-urls> [occurrences: 0-1]</source>
 				<p><strong>Parents:</strong></p>
 					<p><a href="#url-config">&lt;url-config&gt;</a></p>
 				<p><strong>Children:</strong></p>