Author: ate
Date: Thu Sep 13 10:36:25 2012
New Revision: 1384270

URL: http://svn.apache.org/viewvc?rev=1384270&view=rev
Log:
RAVE-697: update API javadoc to indicate page fragments, and in particular 
"extends" references, don't need nor should assume a / prefix for its identifier

Modified:
    
rave/sandbox/content-services/rave-web-hmvc/src/main/java/org/apache/rave/portal/web/mvc/config/ExtendablePageFragment.java

Modified: 
rave/sandbox/content-services/rave-web-hmvc/src/main/java/org/apache/rave/portal/web/mvc/config/ExtendablePageFragment.java
URL: 
http://svn.apache.org/viewvc/rave/sandbox/content-services/rave-web-hmvc/src/main/java/org/apache/rave/portal/web/mvc/config/ExtendablePageFragment.java?rev=1384270&r1=1384269&r2=1384270&view=diff
==============================================================================
--- 
rave/sandbox/content-services/rave-web-hmvc/src/main/java/org/apache/rave/portal/web/mvc/config/ExtendablePageFragment.java
 (original)
+++ 
rave/sandbox/content-services/rave-web-hmvc/src/main/java/org/apache/rave/portal/web/mvc/config/ExtendablePageFragment.java
 Thu Sep 13 10:36:25 2012
@@ -23,13 +23,13 @@ public interface ExtendablePageFragment 
 
     /**
      * <p>
-     *  Returns the absolute path to the {@link ExtendablePageFragment} that 
is extended or <code>null</code> when no
-     *  extension is done. The absolute path must start with a <code>/</code>
+     *  Returns the identifier of the {@link ExtendablePageFragment} that is 
extended or <code>null</code> when no
+     *  extension is done.
      * </p>
      * <p>
      *  A {@link ExtendablePageFragment} is not allowed to extend itself or 
one of its descendant {@link ExtendablePageFragment}s
      * </p>
-     * @return the absolute path to the {@link ExtendablePageFragment} that is 
extended or <code>null</code> when no
+     * @return the intentifier of the {@link ExtendablePageFragment} that is 
extended or <code>null</code> when no
      * extension is done
      */
     String getExtends();


Reply via email to