Author: thrantal
Date: Mon Feb 23 04:58:58 2009
New Revision: 746881

URL: http://svn.apache.org/viewvc?rev=746881&view=rev
Log:
Removed incorrect comment -- getPageFactory() doesn't exist in Component 
anymore (I think it's handled via Session nowadays).

Modified:
    wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java

Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java?rev=746881&r1=746880&r2=746881&view=diff
==============================================================================
--- wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java 
(original)
+++ wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java Mon Feb 
23 04:58:58 2009
@@ -181,10 +181,6 @@
  * directly since Wicket validators automatically register feedback messages 
on Components. Any
  * feedback message for a given Component can be retrieved with {...@link 
Component#getFeedbackMessage}.
  * 
- * <li><b>Page Factory </b>- It is possible to change the way that Pages are 
constructed by
- * overriding the {...@link Component#getPageFactory()} method, returning your 
own implementation of
- * {...@link org.apache.wicket.IPageFactory}.
- * 
  * <li><b>Versioning </b>- Pages are the unit of versioning in Wicket, but 
fine-grained control of
  * which Components should participate in versioning is possible via the
  * {...@link Component#setVersioned(boolean)} method. The versioning 
participation of a given Component


Reply via email to