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/30 21:08:53 UTC

svn commit: r524237 - in /beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui: lifecycleAndState.xml validation.xml

Author: crogers
Date: Fri Mar 30 12:08:52 2007
New Revision: 524237

URL: http://svn.apache.org/viewvc?view=rev&rev=524237
Log:
Fixed some broken links.


Modified:
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/lifecycleAndState.xml
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/validation.xml

Modified: beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/lifecycleAndState.xml
URL: http://svn.apache.org/viewvc/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/lifecycleAndState.xml?view=diff&rev=524237&r1=524236&r2=524237
==============================================================================
--- beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/lifecycleAndState.xml (original)
+++ beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/lifecycleAndState.xml Fri Mar 30 12:08:52 2007
@@ -56,7 +56,7 @@
                     </p>
                     <p>
                         You can remove this long-lived controller instance explicitly by calling its
-                        <a href="apidocs/javadoc/org/apache/beehive/netui/pageflow/FlowController.html#remove">
+                        <a href="apidocs/javadoc/org/apache/beehive/netui/pageflow/FlowController.html#remove()">
                             <code>remove()</code>
                         </a>
                         method.
@@ -70,7 +70,7 @@
                         is created and stored in the session.  If a shared flow controller of the right type already
                         exists in the session, that instance is used instead.  Once one is created, it is not removed
                         unless you call its
-                        <a href="apidocs/javadoc/org/apache/beehive/netui/pageflow/FlowController.html#remove">
+                        <a href="apidocs/javadoc/org/apache/beehive/netui/pageflow/FlowController.html#remove()">
                             <code>remove()</code>
                         </a>
                         method, or
@@ -115,9 +115,9 @@
                 </ul>
                 <p>
                     To run code at either of these points in the lifecycle, you simply override the appropriate method
-                    (<a href="apidocs/javadoc/org/apache/beehive/netui/pageflow/PageFlowManagedObject.html#onCreate"><code>onCreate</code></a>
+                    (<a href="apidocs/javadoc/org/apache/beehive/netui/pageflow/PageFlowManagedObject.html#onCreate()"><code>onCreate</code></a>
                     or
-                    <a href="apidocs/javadoc/org/apache/beehive/netui/pageflow/PageFlowManagedObject.html#onDestroy"><code>onDestroy</code></a>), e.g.,
+                    <a href="apidocs/javadoc/org/apache/beehive/netui/pageflow/PageFlowManagedObject.html#onDestroy(javax.servlet.http.HttpSession)"><code>onDestroy</code></a>), e.g.,
                 </p>
                 <source>
 @Jpf.Controller
@@ -139,7 +139,7 @@
                     <ul>
                         <li>
                             <strong> 
-                                <a href="apidocs/javadoc/org/apache/beehive/netui/pageflow/FlowController.html#beforeAction">
+                                <a href="apidocs/javadoc/org/apache/beehive/netui/pageflow/FlowController.html#beforeAction()">
                                     <code>beforeAction</code>
                                 </a>
                             </strong>
@@ -147,7 +147,7 @@
                         </li>
                         <li>
                             <strong> 
-                                <a href="apidocs/javadoc/org/apache/beehive/netui/pageflow/FlowController.html#afterAction">
+                                <a href="apidocs/javadoc/org/apache/beehive/netui/pageflow/FlowController.html#afterAction()">
                                     <code>afterAction</code>
                                 </a>
                             </strong>
@@ -175,7 +175,7 @@
                     <ul>
                         <li>
                             <strong>
-                                <a href="apidocs/javadoc/org/apache/beehive/netui/pageflow/PageFlowController.html#onExitNesting">
+                                <a href="apidocs/javadoc/org/apache/beehive/netui/pageflow/PageFlowController.html#onExitNesting()">
                                     <code>onExitNesting</code>
                                 </a>
                             </strong>
@@ -205,7 +205,7 @@
                     <ul>
                         <li>
                             <strong>
-                                <a href="apidocs/javadoc/org/apache/beehive/netui/pageflow/FacesBackingBean.html#onRestore">
+                                <a href="apidocs/javadoc/org/apache/beehive/netui/pageflow/FacesBackingBean.html#onRestore()">
                                     <code>onRestore</code>
                                 </a>
                             </strong>

Modified: beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/validation.xml
URL: http://svn.apache.org/viewvc/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/validation.xml?view=diff&rev=524237&r1=524236&r2=524237
==============================================================================
--- beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/validation.xml (original)
+++ beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/validation.xml Fri Mar 30 12:08:52 2007
@@ -12,7 +12,7 @@
 			configured using metadata annotations within Page Flow controller classes.  
 			Annotations for common validation tasks are already provided: e.g., 
 			<a href="apidocs/javadoc/org/apache/beehive/netui/pageflow/annotations/Jpf.ValidateCreditCard.html">@Jpf.ValidateCreditCard</a>, 
-			<a href="apidocs/javadoc/org/apache/beehive/netui/pageflow/annotations/Jpf.ValidateCreditCard.html">@Jpf.ValidateDate</a>, etc.</p>
+			<a href="apidocs/javadoc/org/apache/beehive/netui/pageflow/annotations/Jpf.ValidateDate.html">@Jpf.ValidateDate</a>, etc.</p>
 
 		<section id="validation_annos"><title>Validation Annotations</title>
 		<p>Validation annotations can appear in three different places:</p>