Author: rich
Date: Sun Aug 28 16:49:46 2005
New Revision: 263968

URL: http://svn.apache.org/viewcvs?rev=263968&view=rev
Log:
Added doc for the inheritLocalPaths attribute of @Jpf.Controller.


Modified:
    
beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/annotations/Jpf.java

Modified: 
beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/annotations/Jpf.java
URL: 
http://svn.apache.org/viewcvs/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/annotations/Jpf.java?rev=263968&r1=263967&r2=263968&view=diff
==============================================================================
--- 
beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/annotations/Jpf.java
 (original)
+++ 
beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/annotations/Jpf.java
 Sun Aug 28 16:49:46 2005
@@ -239,8 +239,13 @@
          * controller.
          */
         ValidatorVersion validatorVersion() default ValidatorVersion.oneZero;
-        
-        // TODO: doc
+
+        /**
+         * This relates to any local path (does not start with "/") inherited 
from a [EMAIL PROTECTED] SimpleAction},
+         * [EMAIL PROTECTED] Action}, [EMAIL PROTECTED] Forward}, etc. in a 
base class.  Normally, this path would be relative to the
+         * <strong>current</strong> controller.  When this value is set to 
<code>true</code>, then the path is
+         * relative to the <strong>base class</strong> controller.
+         */
         boolean inheritLocalPaths() default false;
     }
     


Reply via email to