Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/jelly/framework
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1611/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/jelly/framework

Added Files:
        For.jelly 
Log Message:
Added @tapestry.for tag

--- NEW FILE: For.jelly ---
<?xml version="1.0" encoding="UTF-8"?>
<j:jelly xmlns:j="jelly:core" xmlns:jxml="jelly:xml" xmlns:d="jelly:define">
    <j:forEach var="theFor" items="${class.getTagsByName('tapestry.for')}">
        <component type="For" id="${theFor.id}">
            <binding name="source" value="${theFor.source}"/>
            <j:if test="${theFor.getNamedParameter('value') != null}">
            <binding name="value" value="${theFor.value_}"/>    
            </j:if> 
            <j:if test="${theFor.getNamedParameter('index') != null}">
            <binding name="index" value="${theFor.index}"/>    
            </j:if> 
            <j:if test="${theFor.getNamedParameter('element') != null}">
            <binding name="element" value="${theFor.element}"/>    
            </j:if>
            <j:if test="${theFor.getNamedParameter('key-expression') != null}">
            <binding name="keyExpression" value="${theFor.keyExpression}"/>    
            </j:if>
            <j:if test="${theFor.getNamedParameter('full-source') != null}">
            <binding name="fullSource" value="${theFor.fullSource}"/>    
            </j:if>
            <j:if test="${theFor.getNamedParameter('default-value') != null}">
            <binding name="defaultValue" value="${theFor.defaultValue}"/>    
            </j:if>  
            <j:if test="${theFor.getNamedParameter('converter') != null}">
            <binding name="converter" value="${theFor.converter}"/>    
            </j:if>
            <j:if test="${theFor.getNamedParameter('primary-keys') != null}">
            <binding name="primaryKeys" value="${theFor.primaryKeys}"/>    
            </j:if>
            <j:if test="${theFor.getNamedParameter('match') != null}">
            <binding name="match" value="${theFor.match}"/>    
            </j:if>
            <j:if test="${theFor.getNamedParameter('volatile') != null}">
            <binding name="volatile" value="${theFor.volatile}"/>    
            </j:if>      
        </component>
    </j:forEach>
</j:jelly>



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to