Added isLocked, isLockOwner and hasLockAccess AVM properties to Freemarker and JavaScript APIs

FreeMarker config object now shared to make use of MRU caching in FreeMarker

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6207 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2007-07-11 15:59:59 +00:00
parent 0c1f0f5273
commit ac022ce7ca
4 changed files with 176 additions and 26 deletions

View File

@@ -116,7 +116,7 @@ public class ScriptNode implements Serializable, Scopeable
protected String id;
/** The aspects applied to this node */
private Set<QName> aspects = null;
protected Set<QName> aspects = null;
/** The target associations for this node */
private ScriptableQNameMap<String, Object> assocs = null;