Moved utility methods for parsing query results back to PageDaoJena from JenaBaseDao, because they are not all-purpose at this point.

This commit is contained in:
rjy7 2010-12-08 17:10:37 +00:00
parent cc9f132503
commit 38fef41a12
5 changed files with 64 additions and 70 deletions

View file

@ -4,7 +4,6 @@
<#list property.statements as statement>
<div class="obj-prop-stmt-obj">
<#-- ${statement.object.name} -->
statement ${statement_index +1}
</div> <!-- end obj-prop-stmt-obj -->
</#list>