You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jo...@apache.org on 2007/04/22 23:09:57 UTC

svn commit: r531275 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Page.java

Author: jonl
Date: Sun Apr 22 14:09:56 2007
New Revision: 531275

URL: http://svn.apache.org/viewvc?view=rev&rev=531275
Log:
Added TODO for post 1.3.

Modified:
    incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Page.java

Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Page.java
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Page.java?view=diff&rev=531275&r1=531274&r2=531275
==============================================================================
--- incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Page.java (original)
+++ incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Page.java Sun Apr 22 14:09:56 2007
@@ -255,6 +255,8 @@
 	 * @param listener
 	 *            the listener of that component that is to be called
 	 */
+	// TODO Post-1.3: We should create a listener on Application like IComponentInstantiationListener
+	// that forwards to IAuthorizationStrategy for RequestListenerInterface invocations.  
 	public void afterCallComponent(final Component component,
 			final RequestListenerInterface listener)
 	{