Child and target associations available via templatenode API. Absurl method available in the Template Content Servlet.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5412 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2007-03-22 11:14:57 +00:00
parent 42eabcf15d
commit 20b62e50ca
2 changed files with 56 additions and 10 deletions

View File

@@ -43,7 +43,7 @@ import org.apache.commons.logging.LogFactory;
public class QNameMap<K,V> implements Map, Cloneable
{
protected static Log logger = LogFactory.getLog(QNameMap.class);
protected Map<String, Object> contents = new HashMap<String, Object>(11, 1.0f);
protected Map<String, Object> contents = new HashMap<String, Object>(16, 1.0f);
protected NamespacePrefixResolver resolver = null;
/**