You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by bu...@apache.org on 2015/03/17 20:54:20 UTC

svn commit: r944138 - in /websites/staging/tamaya/trunk/content: ./ quickstart.html

Author: buildbot
Date: Tue Mar 17 19:54:19 2015
New Revision: 944138

Log:
Staging update by buildbot for tamaya

Modified:
    websites/staging/tamaya/trunk/content/   (props changed)
    websites/staging/tamaya/trunk/content/quickstart.html

Propchange: websites/staging/tamaya/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Mar 17 19:54:19 2015
@@ -1 +1 @@
-1667380
+1667381

Modified: websites/staging/tamaya/trunk/content/quickstart.html
==============================================================================
--- websites/staging/tamaya/trunk/content/quickstart.html (original)
+++ websites/staging/tamaya/trunk/content/quickstart.html Tue Mar 17 19:54:19 2015
@@ -208,6 +208,15 @@ corresponding configuration:</p>
 
 <span class="n">MyTypeTemplate</span> <span class="n">type</span> <span class="p">=</span> <span class="n">ConfigurationInjector</span><span class="p">.</span><span class="n">createTemplate</span><span class="p">(</span><span class="n">MyTypeTemplate</span><span class="p">.</span><span class="n">class</span><span class="p">);</span>
 </pre></div>
+
+
+<p>Currently the following resolvers are available:</p>
+<ul>
+<li><em>conf</em> cross-reference to another configuration entry.</li>
+<li><em>url</em> referencing a resource addressable by an URL.</li>
+<li><em>file</em> referencing a file, replacing the expression with the file's text value.</li>
+<li><em>resource</em> referencing a classpath resource, replacing the expression with the resource's text value.</li>
+</ul>
           </div>
       </div>