Author: mgrigorov
Date: Mon Aug 29 14:53:21 2011
New Revision: 1162841
URL: http://svn.apache.org/viewvc?rev=1162841&view=rev
Log:
Extend the javadoc of #isVersioned()
Modified:
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/Component.java
Modified:
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/Component.java
URL:
http://svn.apache.org/viewvc/wicket/trunk/wicket-core/src/main/java/org/apache/wicket/Component.java?rev=1162841&r1=1162840&r2=1162841&view=diff
==============================================================================
--- wicket/trunk/wicket-core/src/main/java/org/apache/wicket/Component.java
(original)
+++ wicket/trunk/wicket-core/src/main/java/org/apache/wicket/Component.java Mon
Aug 29 14:53:21 2011
@@ -2058,7 +2058,9 @@ public abstract class Component
}
/**
- * @return True if this component is versioned
+ * @return {@code true} if this component should notify its holding
page about changes in its
+ * state. If a {@link Page} is not versioned then it wont track
changes in its
+ * components and will use the same {@link Page#getPageId()}
during its lifetime
*/
public boolean isVersioned()
{