You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by eh...@apache.org on 2007/06/17 20:54:56 UTC

svn commit: r548095 - in /incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/template: Page1.java Page2.java

Author: ehillenius
Date: Sun Jun 17 11:54:55 2007
New Revision: 548095

URL: http://svn.apache.org/viewvc?view=rev&rev=548095
Log:
doc fix

Modified:
    incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/template/Page1.java
    incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/template/Page2.java

Modified: incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/template/Page1.java
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/template/Page1.java?view=diff&rev=548095&r1=548094&r2=548095
==============================================================================
--- incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/template/Page1.java (original)
+++ incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/template/Page1.java Sun Jun 17 11:54:55 2007
@@ -18,9 +18,9 @@
 
 
 /**
- * Our base page that serves as a template for pages that inherit from it.
- * Doesn't have to be abstract, but was made abstract here to stress the fact
- * that this page is not meant for direct use.
+ * Concrete page. Note that it extends {@link TemplatePage} and the markup uses
+ * <wicket:extend> tags to define the region that is to be expanded into
+ * the parent's <wicket:child> element.
  * 
  * @author Eelco Hillenius
  */

Modified: incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/template/Page2.java
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/template/Page2.java?view=diff&rev=548095&r1=548094&r2=548095
==============================================================================
--- incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/template/Page2.java (original)
+++ incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/template/Page2.java Sun Jun 17 11:54:55 2007
@@ -18,9 +18,9 @@
 
 
 /**
- * Our base page that serves as a template for pages that inherit from it.
- * Doesn't have to be abstract, but was made abstract here to stress the fact
- * that this page is not meant for direct use.
+ * Concrete page. Note that it extends {@link TemplatePage} and the markup uses
+ * <wicket:extend> tags to define the region that is to be expanded into
+ * the parent's <wicket:child> element.
  * 
  * @author Eelco Hillenius
  */