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/04/12 11:30:14 UTC

svn commit: r527851 [2/2] - in /incubator/wicket/branches/wicket-1.x/jdk-1.4: wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/ wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/ wic...

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/servlet/ServletWebRequest.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/servlet/ServletWebRequest.java?view=diff&rev=527851&r1=527850&r2=527851
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/servlet/ServletWebRequest.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/servlet/ServletWebRequest.java Thu Apr 12 02:30:08 2007
@@ -222,7 +222,7 @@
 	}
 
 	/**
-	 * This method by default calls isAjax(), org.apache.wicket ajax request do have an
+	 * This method by default calls isAjax(), wicket ajax request do have an
 	 * header set. And for all the ajax request the versioning should be merged
 	 * with the previous one. And when it sees that the current request is a
 	 * redirect to page request the version will also be merged with the
@@ -268,4 +268,4 @@
 				+ httpServletRequest.getServletPath() + ", pathTranslated = "
 				+ httpServletRequest.getPathTranslated() + "]";
 	}
-}
\ No newline at end of file
+}

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/IRequestCycleProcessor.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/IRequestCycleProcessor.java?view=diff&rev=527851&r1=527850&r2=527851
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/IRequestCycleProcessor.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/IRequestCycleProcessor.java Thu Apr 12 02:30:08 2007
@@ -28,7 +28,7 @@
  * <li> {@link #resolve(RequestCycle, RequestParameters)} is called to get the
  * request target. A request might refer to e.g. a bookmarkable page, a listener
  * interface call on a component on a previously rendered page, a shared
- * resource or e.g. a non-org.apache.wicket resource that resides in the web application
+ * resource or e.g. a non-wicket resource that resides in the web application
  * folder. </li>
  * <li> {@link #processEvents(RequestCycle)} is called after the target is
  * resolved. It is meant to handle/ distribute events like e.g. listener

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/RequestParameters.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/RequestParameters.java?view=diff&rev=527851&r1=527850&r2=527851
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/RequestParameters.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/RequestParameters.java Thu Apr 12 02:30:08 2007
@@ -199,7 +199,7 @@
 	}
 
 	/**
-	 * Tells org.apache.wicket whether this request should only be processed if the page +
+	 * Tells wicket whether this request should only be processed if the page +
 	 * version specified are pointing to the last page the user accessed.
 	 * 
 	 * @see WebRequestCodingStrategy#IGNORE_IF_NOT_ACTIVE_PARAMETER_NAME

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/target/coding/QueryStringUrlCodingStrategy.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/target/coding/QueryStringUrlCodingStrategy.java?view=diff&rev=527851&r1=527850&r2=527851
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/target/coding/QueryStringUrlCodingStrategy.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/target/coding/QueryStringUrlCodingStrategy.java Thu Apr 12 02:30:08 2007
@@ -176,7 +176,7 @@
 	 * @param fragment
 	 *            contains the query string
 	 * @param passedParameters
-	 *            paremeters decoded by org.apache.wicket before this method - usually off
+	 *            paremeters decoded by wicket before this method - usually off
 	 *            the query string
 	 * 
 	 * @return Parameters

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/resource/loader/ComponentStringResourceLoader.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/resource/loader/ComponentStringResourceLoader.java?view=diff&rev=527851&r1=527850&r2=527851
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/resource/loader/ComponentStringResourceLoader.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/resource/loader/ComponentStringResourceLoader.java Thu Apr 12 02:30:08 2007
@@ -207,7 +207,7 @@
 			return true;
 		}
 
-		// Stop at all org.apache.wicket base classes
+		// Stop at all wicket base classes
 		return clazz.equals(Page.class) || clazz.equals(MarkupContainer.class)
 				|| clazz.equals(Component.class);
 	}
@@ -295,4 +295,4 @@
 		}
 		return searchStack;
 	}
-}
\ No newline at end of file
+}

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/settings/IMarkupSettings.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/settings/IMarkupSettings.java?view=diff&rev=527851&r1=527850&r2=527851
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/settings/IMarkupSettings.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/settings/IMarkupSettings.java Thu Apr 12 02:30:08 2007
@@ -78,9 +78,9 @@
 	boolean getStripComments();
 
 	/**
-	 * Gets whether to remove org.apache.wicket tags from the output.
+	 * Gets whether to remove wicket tags from the output.
 	 * 
-	 * @return whether to remove org.apache.wicket tags from the output
+	 * @return whether to remove wicket tags from the output
 	 */
 	boolean getStripWicketTags();
 
@@ -161,10 +161,10 @@
 	void setStripComments(boolean stripComments);
 
 	/**
-	 * Sets whether to remove org.apache.wicket tags from the output.
+	 * Sets whether to remove wicket tags from the output.
 	 * 
 	 * @param stripWicketTags
-	 *            whether to remove org.apache.wicket tags from the output
+	 *            whether to remove wicket tags from the output
 	 */
 	void setStripWicketTags(boolean stripWicketTags);
 

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/settings/Settings.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/settings/Settings.java?view=diff&rev=527851&r1=527850&r2=527851
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/settings/Settings.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/settings/Settings.java Thu Apr 12 02:30:08 2007
@@ -228,7 +228,7 @@
 	private boolean stripComments = false;
 
 	/**
-	 * If true, org.apache.wicket tags ( <wicket: ..>) and wicket:id attributes we be
+	 * If true, wicket tags ( <wicket: ..>) and wicket:id attributes we be
 	 * removed from output
 	 */
 	private boolean stripWicketTags = false;

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/diff/DiffUtil.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/diff/DiffUtil.java?view=diff&rev=527851&r1=527850&r2=527851
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/diff/DiffUtil.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/diff/DiffUtil.java Thu Apr 12 02:30:08 2007
@@ -36,7 +36,7 @@
 /**
  * This is a utility class. It serves two purposes.
  * <p>
- * First: compare a string output generated by org.apache.wicket with a file's
+ * First: compare a string output generated by wicket with a file's
  * content (expected result).
  * <p>
  * Second: Create/replace the expected result file with the new content, if a
@@ -191,4 +191,4 @@
 		return false;
 	}
 
-}
\ No newline at end of file
+}

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/Objects.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/Objects.java?view=diff&rev=527851&r1=527850&r2=527851
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/Objects.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/Objects.java Thu Apr 12 02:30:08 2007
@@ -421,7 +421,7 @@
 	/**
 	 * Makes a deep clone of an object by serializing and deserializing it. The
 	 * object must be fully serializable to be cloned. This method will not
-	 * clone org.apache.wicket Components, it will just reuse those instances so
+	 * clone wicket Components, it will just reuse those instances so
 	 * that the complete component tree is not copied over only the model data.
 	 * 
 	 * @param object

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/license/ApacheLicenseHeaderTestCase.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/license/ApacheLicenseHeaderTestCase.java?view=diff&rev=527851&r1=527850&r2=527851
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/license/ApacheLicenseHeaderTestCase.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/license/ApacheLicenseHeaderTestCase.java Thu Apr 12 02:30:08 2007
@@ -29,7 +29,7 @@
 import org.apache.wicket.util.string.Strings;
 
 /**
- * Testcase used in the different org.apache.wicket projects for testing for the correct
+ * Testcase used in the different wicket projects for testing for the correct
  * ASL license headers. Doesn't really make sense outside org.apache.wicket.
  * 
  * @author Frank Bille Jensen (frankbille)

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/tester/BaseWicketTester.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/tester/BaseWicketTester.java?view=diff&rev=527851&r1=527850&r2=527851
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/tester/BaseWicketTester.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/tester/BaseWicketTester.java Thu Apr 12 02:30:08 2007
@@ -122,7 +122,7 @@
 	 * Create WicketTester
 	 *
 	 * @param application
-	 *            The org.apache.wicket tester object
+	 *            The wicket tester object
 	 */
 	public BaseWicketTester(final WebApplication application)
 	{
@@ -133,7 +133,7 @@
 	 * Create WicketTester to help unit testing
 	 *
 	 * @param application
-	 *            The org.apache.wicket tester object
+	 *            The wicket tester object
 	 * @param path
 	 *            The absolute path on disk to the web application contents
 	 *            (e.g. war root) - may be null

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/tester/WicketTester.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/tester/WicketTester.java?view=diff&rev=527851&r1=527850&r2=527851
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/tester/WicketTester.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/tester/WicketTester.java Thu Apr 12 02:30:08 2007
@@ -222,7 +222,7 @@
 	 * Create WicketTester
 	 * 
 	 * @param application
-	 *            The org.apache.wicket tester object
+	 *            The wicket tester object
 	 */
 	public WicketTester(final WebApplication application)
 	{
@@ -233,7 +233,7 @@
 	 * Create WicketTester to help unit testing
 	 * 
 	 * @param application
-	 *            The org.apache.wicket tester object
+	 *            The wicket tester object
 	 * @param path
 	 *            The absolute path on disk to the web application contents
 	 *            (e.g. war root) - may be null

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/test/java/org/apache/wicket/WicketTestCase.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/test/java/org/apache/wicket/WicketTestCase.java?view=diff&rev=527851&r1=527850&r2=527851
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/test/java/org/apache/wicket/WicketTestCase.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/test/java/org/apache/wicket/WicketTestCase.java Thu Apr 12 02:30:08 2007
@@ -23,7 +23,7 @@
 import org.apache.wicket.util.tester.WicketTester;
 
 /**
- * Base class for tests which require comparing org.apache.wicket response with a file.
+ * Base class for tests which require comparing wicket response with a file.
  * <p>
  * To create/replace the expected result file with the new content, define the
  * system property like -Dwicket.replace.expected.results=true

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/test/java/org/apache/wicket/markup/html/form/upload/FileUploadFieldTest.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/test/java/org/apache/wicket/markup/html/form/upload/FileUploadFieldTest.java?view=diff&rev=527851&r1=527850&r2=527851
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/test/java/org/apache/wicket/markup/html/form/upload/FileUploadFieldTest.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/test/java/org/apache/wicket/markup/html/form/upload/FileUploadFieldTest.java Thu Apr 12 02:30:08 2007
@@ -86,7 +86,7 @@
 			// We create a temp file because we don't want to depend on a file we might not
 			// know the path of (e.g. the big DTD this test used previously). This enables
 			// us to run the test out of a JAR file if need be, and also with an unknown
-			// running directory (e.g. when run from org.apache.wicket-parent).
+			// running directory (e.g. when run from wicket-parent).
 			tmp = new File(File.createTempFile(this.getClass().getName(), ".txt"));
 			OutputStream os = new BufferedOutputStream(new FileOutputStream(tmp));
 			for (int i = 0; i < 1000; i++)

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/test/java/org/apache/wicket/protocol/http/WicketTagPanelTest.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/test/java/org/apache/wicket/protocol/http/WicketTagPanelTest.java?view=diff&rev=527851&r1=527850&r2=527851
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/test/java/org/apache/wicket/protocol/http/WicketTagPanelTest.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/test/java/org/apache/wicket/protocol/http/WicketTagPanelTest.java Thu Apr 12 02:30:08 2007
@@ -99,7 +99,7 @@
 	 */
 	public void testRenderHomePageWicketTagRemoved() throws Exception
 	{
-		// Remove org.apache.wicket tags from output
+		// Remove wicket tags from output
 		application.getApplication().getMarkupSettings().setStripWicketTags(true);
 		application.startPage(WicketPanelPage.class);
 

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/test/java/org/apache/wicket/util/io/WicketOutputStreamTest.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/test/java/org/apache/wicket/util/io/WicketOutputStreamTest.java?view=diff&rev=527851&r1=527850&r2=527851
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/test/java/org/apache/wicket/util/io/WicketOutputStreamTest.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/test/java/org/apache/wicket/util/io/WicketOutputStreamTest.java Thu Apr 12 02:30:08 2007
@@ -89,8 +89,8 @@
 	// public void testStringsEqualsAfterSerialization() throws Exception
 	// {
 	// String[] strings = new String[2];
-	// strings[0] = new String("org.apache.wicket");
-	// strings[1] = "org.apache.wicket";
+	// strings[0] = new String("wicket");
+	// strings[1] = "wicket";
 	//		
 	// assertEquals(false, strings[0] == strings[1]);
 	//		

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/test/java/org/apache/wicket/util/license/ApacheLicenceHeaderTest.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/test/java/org/apache/wicket/util/license/ApacheLicenceHeaderTest.java?view=diff&rev=527851&r1=527850&r2=527851
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/test/java/org/apache/wicket/util/license/ApacheLicenceHeaderTest.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/test/java/org/apache/wicket/util/license/ApacheLicenceHeaderTest.java Thu Apr 12 02:30:08 2007
@@ -98,7 +98,7 @@
 				/*
 				 * See NOTICE.txt
 				 */
-				"src/main/java/org/apache/wicket/ajax/org.apache.wicket-ajax-debug-drag.js",
+				"src/main/java/org/apache/wicket/ajax/wicket-ajax-debug-drag.js",
 				"src/main/java/org/apache/wicket/markup/html/form/upload/MultiFileUploadField.js"
 		};