You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by cr...@apache.org on 2007/03/20 00:46:56 UTC

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

Author: crogers
Date: Mon Mar 19 16:46:55 2007
New Revision: 520180

URL: http://svn.apache.org/viewvc?view=rev&rev=520180
Log:
Fixed a broken link to the ActionInterceptor Javadoc and an incorrect entry for the <pageflow-uri> for the sample <pageflow-action-interceptors>.


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/viewvc/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/config/beehive-netui-config.xml?view=diff&rev=520180&r1=520179&r2=520180
==============================================================================
--- 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 Mar 19 16:46:55 2007
@@ -805,7 +805,7 @@
           <li>set the destination URI to <code>null</code> (no forwarding).</li>
       </ul>
  <p><strong>Also see:</strong></p>
- <p><a href="../apidocs/javadoc/org/apache/beehive/netui/pageflow/interceptor/ActionInterceptor.html">Interface org.apache.beehive.netui.pageflow.interceptor.ActionInterceptor</a></p>
+ <p><a href="../apidocs/javadoc/org/apache/beehive/netui/pageflow/interceptor/action/ActionInterceptor.html">Class org.apache.beehive.netui.pageflow.interceptor.action.ActionInterceptor</a></p>
 				<p><strong>Syntax</strong></p>
 				<source>&lt;pageflow-action-interceptors>
 	&lt;global> [occurrences: 0-1]
@@ -1262,11 +1262,11 @@
             </action-interceptor>
         </global>
         <per-pageflow>
-            <pageflow-uri>/example/intercepted1/Controller.java</pageflow-uri>
-            <!-- This simple interceptor is run before any action in /example/nested/SomeNestedController.java.
+            <pageflow-uri>/example/intercepted1/Controller.jpf</pageflow-uri>
+            <!-- This simple interceptor is run before any action in example.intercepted1.Controller.
                  It "injects" a nested page flow before allowing the original action to run. -->
             <simple-action-interceptor>
-                <intercept-path>/example/nested/SomeNestedController.java</intercept-path>
+                <intercept-path>/example/nested/SomeNestedController.jpf</intercept-path>
             </simple-action-interceptor>
         </per-pageflow>
     </pageflow-action-interceptors>