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:45 UTC

svn commit: r160142 - lenya/trunk/src/java/org/apache/lenya/cms/site/tree/SiteTree.java

Author: michi
Date: Tue Apr  5 01:03:44 2005
New Revision: 160142

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

Modified:
    lenya/trunk/src/java/org/apache/lenya/cms/site/tree/SiteTree.java

Modified: lenya/trunk/src/java/org/apache/lenya/cms/site/tree/SiteTree.java
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/java/org/apache/lenya/cms/site/tree/SiteTree.java?view=diff&r1=160141&r2=160142
==============================================================================
--- lenya/trunk/src/java/org/apache/lenya/cms/site/tree/SiteTree.java (original)
+++ lenya/trunk/src/java/org/apache/lenya/cms/site/tree/SiteTree.java Tue Apr  5 01:03:44 2005
@@ -45,14 +45,14 @@
     void addNode(String parentid, String id, Label[] labels) throws SiteException;
 
     /**
-     * Add a node.
+     * Add a node. TODO: Lenya 1.2.X supports argument visibleInNav
      * 
      * @param parentid the node where the new node is to be inserted
      * @param id the node id
      * @param labels the labels
-     * @param href the href of the new node
+     * @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 SiteException if the addition failed
      */
@@ -210,4 +210,4 @@
     void importSubtree(SiteTreeNode subtreeRoot, SiteTreeNode newParent, String newid,
             String refDocumentId) throws SiteException;
 
-}
\ No newline at end of file
+}



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