You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2006/11/21 13:17:32 UTC

svn commit: r477646 - /forrest/trunk/whiteboard/forrest2/core/src/core/org/apache/forrest/core/Controller.java

Author: rgardler
Date: Tue Nov 21 04:17:32 2006
New Revision: 477646

URL: http://svn.apache.org/viewvc?view=rev&rev=477646
Log:
@refactor REname resolveSource to resolveSourceLocations

Modified:
    forrest/trunk/whiteboard/forrest2/core/src/core/org/apache/forrest/core/Controller.java

Modified: forrest/trunk/whiteboard/forrest2/core/src/core/org/apache/forrest/core/Controller.java
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/core/src/core/org/apache/forrest/core/Controller.java?view=diff&rev=477646&r1=477645&r2=477646
==============================================================================
--- forrest/trunk/whiteboard/forrest2/core/src/core/org/apache/forrest/core/Controller.java (original)
+++ forrest/trunk/whiteboard/forrest2/core/src/core/org/apache/forrest/core/Controller.java Tue Nov 21 04:17:32 2006
@@ -146,7 +146,7 @@
 	 */
 	private AbstractOutputDocument processRequest(final URI requestURI)
 			throws IOException, LocationmapException, ProcessingException {
-		final List<Location> sourceLocs = this.resolveSources(requestURI);
+		final List<Location> sourceLocs = this.resolveSourceLocations(requestURI);
 		this.sourceLocationsCache.put(requestURI, sourceLocs);
 
 		final List<AbstractSourceDocument> sourceDocs = this
@@ -329,7 +329,7 @@
 	 * @throws ProcessingException
 	 * @FIXME handle fall through if the first location is not correct
 	 */
-	private List<Location> resolveSources(final URI requestURI)
+	private List<Location> resolveSourceLocations(final URI requestURI)
 			throws LocationmapException, MalformedURLException,
 			ProcessingException {
 		final List<List<Location>> possibleLocs = this.locationMap