You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2005/04/05 10:03:00 UTC

svn commit: r160140 - lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/cms/publication/SiteTree.java

Author: michi
Date: Tue Apr  5 01:02:59 2005
New Revision: 160140

URL: http://svn.apache.org/viewcvs?view=rev&rev=160140
Log:
Javadoc added about the link argument

Modified:
    lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/cms/publication/SiteTree.java

Modified: lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/cms/publication/SiteTree.java
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/cms/publication/SiteTree.java?view=diff&r1=160139&r2=160140
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/cms/publication/SiteTree.java (original)
+++ lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/cms/publication/SiteTree.java Tue Apr  5 01:02:59 2005
@@ -41,10 +41,10 @@
      * @param parentid the node where the new node is to be inserted
      * @param id the node id
      * @param labels the labels 
-     * @param visibleInNav the visibility of a node in the navigation
-     * @param href the href of the new node
+     * @param visibleInNav the visibility of a node in the navigation. It is meant to hide specific nodes within the "public" navigation whereas the node is visible within the info/site area.
+     * @param href the href of the new node (internal and external references)
      * @param suffix the suffix of the new node
-     * @param link the link 
+     * @param link Visibility of link respectively href. It is meant to support "grouping" nodes in the navigation which do not relate to a document (internal) or external link (www).
      * 
      * @throws SiteTreeException if the addition failed
      */



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org