[Xorio-commit] SF.net SVN: xorio: [413] trunk/src/tld/xorio-std.tld
Status: Alpha
Brought to you by:
sklaiber
|
From: <skl...@us...> - 2007-01-13 10:19:10
|
Revision: 413
http://svn.sourceforge.net/xorio/?rev=413&view=rev
Author: sklaiber
Date: 2007-01-13 02:19:08 -0800 (Sat, 13 Jan 2007)
Log Message:
-----------
added Get Configuration
Modified Paths:
--------------
trunk/src/tld/xorio-std.tld
Modified: trunk/src/tld/xorio-std.tld
===================================================================
--- trunk/src/tld/xorio-std.tld 2007-01-03 16:20:45 UTC (rev 412)
+++ trunk/src/tld/xorio-std.tld 2007-01-13 10:19:08 UTC (rev 413)
@@ -113,6 +113,37 @@
</attribute>
</tag>
+ <tag>
+ <name>get-configitem</name>
+ <tagclass>com.klaiber.xorio.taglibs.std.GetConfigItemTag</tagclass>
+ <bodycontent>JSP</bodycontent>
+ <info>Gets a Config Item out of a config File</info>
+ <attribute>
+ <name>configuration</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>item</name>
+ <required>true</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>out</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>scope</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>var</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ </tag>
</taglib>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|