You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jb...@apache.org on 2007/05/31 22:43:37 UTC

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

Author: jbq
Date: Thu May 31 13:43:36 2007
New Revision: 543247

URL: http://svn.apache.org/viewvc?view=rev&rev=543247
Log:
Update Javadoc for onRuntimeException()

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

Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/RequestCycle.java
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/RequestCycle.java?view=diff&rev=543247&r1=543246&r2=543247
==============================================================================
--- incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/RequestCycle.java (original)
+++ incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/RequestCycle.java Thu May 31 13:43:36 2007
@@ -23,6 +23,7 @@
 import org.apache.wicket.protocol.http.IRequestLogger;
 import org.apache.wicket.protocol.http.PageExpiredException;
 import org.apache.wicket.protocol.http.servlet.ServletWebRequest;
+import org.apache.wicket.request.AbstractRequestCycleProcessor;
 import org.apache.wicket.request.ClientInfo;
 import org.apache.wicket.request.IRequestCodingStrategy;
 import org.apache.wicket.request.IRequestCycleProcessor;
@@ -459,9 +460,7 @@
 	/**
 	 * Template method that is called when a runtime exception is thrown, just
 	 * before the actual handling of the runtime exception. This is called by
-	 * {@link org.apache.wicket.request.compound.DefaultExceptionResponseStrategy},
-	 * hence if that strategy is replaced by another one, there is no guarantee
-	 * this method is called.
+	 * {@link AbstractRequestCycleProcessor#respond(RuntimeException, RequestCycle)}.
 	 * 
 	 * @param page
 	 *            Any page context where the exception was thrown