|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.service.namespace.QNameMap
org.alfresco.repo.jscript.ScriptableQNameMap
org.alfresco.repo.jscript.ContentAwareScriptableQNameMap
public class ContentAwareScriptableQNameMap
Specialised map class for supporting the initialisation of 'cm:content' properties for JavaScript API objects. The JavaScript needs supporting objects to be initialised for certain data-types. If the 'cm:content' property is not already initialised then it must be created on demand or it will not be available to the users of the API. See AR-1673.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry |
Field Summary |
---|
Fields inherited from class org.alfresco.service.namespace.QNameMap |
---|
contents, logger, provider |
Fields inherited from interface org.mozilla.javascript.Scriptable |
---|
NOT_FOUND |
Constructor Summary | |
---|---|
ContentAwareScriptableQNameMap(ScriptNode factory,
ServiceRegistry services)
Constructor |
Method Summary | |
---|---|
java.lang.Object |
get(java.lang.Object name)
|
Methods inherited from class org.alfresco.repo.jscript.ScriptableQNameMap |
---|
delete, delete, get, get, getClassName, getDefaultValue, getIds, getParentScope, getPrototype, has, has, hasInstance, put, put, setParentScope, setPrototype |
Methods inherited from class org.alfresco.service.namespace.QNameMap |
---|
clear, clone, containsKey, containsValue, entrySet, getMapOfQNames, getResolver, isEmpty, keySet, put, putAll, remove, size, toString, values |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
equals, hashCode |
Constructor Detail |
---|
public ContentAwareScriptableQNameMap(ScriptNode factory, ServiceRegistry services)
factory
- Factory to provide further ScriptNode objectsservices
- ServiceRegistryMethod Detail |
---|
public java.lang.Object get(java.lang.Object name)
get
in interface java.util.Map
get
in class org.alfresco.service.namespace.QNameMap
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |