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><action-interceptor></title><p> Â </p></section> + <section><title><action-interceptor></title><p> Â </p></section> <section><title><after-action></title><p> Â </p></section> <section><title><before-action></title><p> Â </p></section> <section><title><binding-context></title><p> Â </p></section> @@ -41,7 +41,7 @@ <section><title><legacy-tag-support></title><p> Â </p></section> <section><title><locator-class></title><p> Â </p></section> <section><title><login-handler-class></title><p> Â </p></section> - --> + <section><title><max-forwards-per-request></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><name></title><p> Â </p></section>--> + <section><title><name></title><p> Â </p></section> <section> <title><netui-config></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><pageflow-config></title> @@ -179,14 +179,14 @@ you can provide your own LoginHandler that defines methods like login() and isUserInRole(). </p> </section> - <!-- + <section><title><reloadable-class-handler-class></title><p> Â </p></section> <section><title><throw-session-expired-exception></title><p> Â </p></section> <section><title><tree-image-location></title><p> Â </p></section> <section><title><type></title><p> Â </p></section> <section><title><type-converter></title><p> Â </p></section> <section><title><type-converters></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>
