Author: nbubna
Date: Wed Nov 15 22:43:11 2006
New Revision: 475595

URL: http://svn.apache.org/viewvc?view=rev&rev=475595
Log:
add section on URLResourceLoader (VELTOOLS-55)

Modified:
    jakarta/velocity/engine/trunk/xdocs/docs/developer-guide.xml

Modified: jakarta/velocity/engine/trunk/xdocs/docs/developer-guide.xml
URL: 
http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/xdocs/docs/developer-guide.xml?view=diff&rev=475595&r1=475594&r2=475595
==============================================================================
--- jakarta/velocity/engine/trunk/xdocs/docs/developer-guide.xml (original)
+++ jakarta/velocity/engine/trunk/xdocs/docs/developer-guide.xml Wed Nov 15 
22:43:11 2006
@@ -2189,7 +2189,24 @@
   Again, please note that the ClasspathResourceLoader is not only for use with 
a
   servlet container, but can be used in any application context.
 </li>
-
+<li>
+  <b>URLResourceLoader :</b> This loader gets resources from a URL connection. 
Its
+  configuration properties include :
+  <ul>
+    <li>
+      <code>url.resource.loader.root</code> = &lt;root URL path of 
templates&gt;
+    </li>
+    <li>
+      <code>url.resource.loader.cache</code> = true/false
+    </li>
+    <li>
+      <code>url.resource.loader.modificationCheckInterval</code> = &lt;seconds 
between checks&gt;
+    </li>
+  </ul>
+  This loader simply downloads resources from configured URLs.  It works much 
like
+  the FileResourceLoader, however, it can pull templates down from any valid 
URL
+  to which the application can create a connection.
+</li>
 <li>
   <b>DataSourceResourceLoader :</b>  This loader will load resources from a 
DataSource
 such as a database.  This loader is only available under JDK 1.4 and later.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to