Author: steveh
Date: Mon Jan  3 14:34:11 2005
New Revision: 124030

URL: http://svn.apache.org/viewcvs?view=rev&rev=124030
Log:
Latest changes to the netui-config.xml docs.
Modified:
   
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/config/netui-config.xml

Modified: 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/config/netui-config.xml
Url: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/config/netui-config.xml?view=diff&rev=124030&p1=incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/config/netui-config.xml&r1=124029&p2=incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/config/netui-config.xml&r2=124030
==============================================================================
--- 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/config/netui-config.xml
       (original)
+++ 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/config/netui-config.xml
       Mon Jan  3 14:34:11 2005
@@ -16,7 +16,7 @@
         </section>
         <section>
             <title>Elements</title>
-            <!--<section><title>&lt;action-interceptor&gt;</title><p> Â 
</p></section>
+            <section><title>&lt;action-interceptor&gt;</title><p> Â 
</p></section>
         <section><title>&lt;after-action&gt;</title><p> Â </p></section>
         <section><title>&lt;before-action&gt;</title><p> Â </p></section>
         <section><title>&lt;binding-context&gt;</title><p> Â </p></section>
@@ -41,7 +41,7 @@
         <section><title>&lt;legacy-tag-support&gt;</title><p> Â </p></section>
         <section><title>&lt;locator-class&gt;</title><p> Â </p></section>
         <section><title>&lt;login-handler-class&gt;</title><p> Â 
</p></section>
-                -->
+                
         <section><title>&lt;max-forwards-per-request&gt;</title><p>If the 
number of server 
         forwards exceeds the given count, an error is written to the response 
and no further 
         forwarding is excuted. This is mainly to prevent infinite loops of 
server forwards. 
@@ -57,7 +57,7 @@
         return new Forward( "self" );
     }]]></source>
 
-<p>If the jpf-forward-overflow-count parameter is ommitted from the web.xml 
file, 
+<p>If the jpf-forward-overflow-count parameter is omitted from the web.xml 
file, 
 the error will be written to the response after 50 server forwards within a 
single request. Â 
 </p>
 <p><strong>Example:</strong></p>
@@ -115,7 +115,7 @@
     ...
 </netui-config>
 ]]></source></section>
-  <!--      <section><title>&lt;name&gt;</title><p> Â </p></section>-->
+        <section><title>&lt;name&gt;</title><p> Â </p></section>
             <section>
                 <title>&lt;netui-config&gt;</title>
                 <p>
@@ -157,7 +157,7 @@
         </global>
     </pageflow-action-interceptors>]]></source>
  <p><strong>Also see:</strong></p>
- <p>Interface 
org.apache.beehive.netui.pageflow.interceptor.ActionInterceptor</p>
+ <p><link 
href="../../apidocs/classref_pageflows/org/apache/beehive/netui/pageflow/interceptor/ActionInterceptor.html">Interface
 org.apache.beehive.netui.pageflow.interceptor.ActionInterceptor</link></p>
             </section>
             <section>
                 <title>&lt;pageflow-config&gt;</title>
@@ -179,14 +179,14 @@
 you can provide your own LoginHandler that defines methods like login() and 
isUserInRole().
 </p>
             </section>
-            <!--
+            
 <section><title>&lt;reloadable-class-handler-class&gt;</title><p> Â 
</p></section>
 <section><title>&lt;throw-session-expired-exception&gt;</title><p> Â 
</p></section>
 <section><title>&lt;tree-image-location&gt;</title><p> Â </p></section>
 <section><title>&lt;type&gt;</title><p> Â </p></section>
 <section><title>&lt;type-converter&gt;</title><p> Â </p></section>
 <section><title>&lt;type-converters&gt;</title><p> Â </p></section>
--->
+
         </section>
         <section>
             <title>Example</title>
@@ -255,8 +255,8 @@
         </section>
         <section>
                <title>Related Topics</title>
-<p>Class org.apache.beehive.netui.util.config.ConfigUtil</p>
-<p>Interface 
org.apache.beehive.netui.pageflow.interceptor.ActionInterceptor</p>
+<p><link 
href="../../apidocs/classref_pageflows/org/apache/beehive/netui/util/config/ConfigUtil.html">Class
 org.apache.beehive.netui.util.config.ConfigUtil</link></p>
+<p><link 
href="../../apidocs/classref_pageflows/org/apache/beehive/netui/pageflow/interceptor/ActionInterceptor.html">Interface
 org.apache.beehive.netui.pageflow.interceptor.ActionInterceptor</link></p>
         </section>
         
     </body>

Reply via email to