Class ScriptableProperty
- java.lang.Object
-
- org.mozilla.javascript.ScriptableObject
-
- org.apache.sling.scripting.javascript.wrapper.ScriptableBase
-
- org.apache.sling.scripting.javascript.wrapper.ScriptableProperty
-
- All Implemented Interfaces:
Serializable,SlingWrapper,org.mozilla.javascript.ConstProperties,org.mozilla.javascript.debug.DebuggableObject,org.mozilla.javascript.Scriptable,org.mozilla.javascript.Wrapper
public class ScriptableProperty extends ScriptableBase implements SlingWrapper
Wrap a JCR Property as a Scriptable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASSNAME-
Fields inherited from class org.apache.sling.scripting.javascript.wrapper.ScriptableBase
JSFUNC_PREFIX
-
-
Constructor Summary
Constructors Constructor Description ScriptableProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget(String name, org.mozilla.javascript.Scriptable start)StringgetClassName()The name of the JavaScript host object "class".protected Class<?>getStaticType()intgetType()Class<?>[]getWrappedClasses()The list of Java classes wrapped by this wrapper.protected ObjectgetWrappedObject()voidjsConstructor(Object res)ObjectjsFunction_toString()ObjectjsFunction_valueOf(String hint)ObjectjsGet_boolean()ObjectjsGet_date()ObjectjsGet_definition()intjsGet_depth()ObjectjsGet_double()ObjectjsGet_length()long[]jsGet_lengths()ObjectjsGet_long()booleanjsGet_modified()StringjsGet_name()booleanjsGet_new()ObjectjsGet_node()ObjectjsGet_parent()StringjsGet_path()ObjectjsGet_session()ObjectjsGet_stream()ObjectjsGet_string()ObjectjsGet_value()ObjectjsGet_values()StringtoString()Objectunwrap()-
Methods inherited from class org.apache.sling.scripting.javascript.wrapper.ScriptableBase
getNative
-
Methods inherited from class org.mozilla.javascript.ScriptableObject
applyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, equivalentValues, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, hasInstance, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, size
-
-
-
-
Field Detail
-
CLASSNAME
public static final String CLASSNAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
jsConstructor
public void jsConstructor(Object res)
-
getClassName
public String getClassName()
Description copied from interface:SlingWrapperThe name of the JavaScript host object "class".- Specified by:
getClassNamein interfaceorg.mozilla.javascript.Scriptable- Specified by:
getClassNamein interfaceSlingWrapper- Specified by:
getClassNamein classorg.mozilla.javascript.ScriptableObject- Returns:
- the class name
-
getWrappedClasses
public Class<?>[] getWrappedClasses()
Description copied from interface:SlingWrapperThe list of Java classes wrapped by this wrapper.- Specified by:
getWrappedClassesin interfaceSlingWrapper- Returns:
- the wrapped classes
-
jsGet_value
public Object jsGet_value()
-
jsGet_values
public Object jsGet_values()
-
jsGet_string
public Object jsGet_string()
-
jsGet_stream
public Object jsGet_stream()
-
jsGet_long
public Object jsGet_long()
-
jsGet_double
public Object jsGet_double()
-
jsGet_date
public Object jsGet_date()
-
jsGet_boolean
public Object jsGet_boolean()
-
jsGet_node
public Object jsGet_node()
-
jsGet_length
public Object jsGet_length()
-
jsGet_lengths
public long[] jsGet_lengths()
-
jsGet_definition
public Object jsGet_definition()
-
getType
public int getType()
-
jsGet_session
public Object jsGet_session()
-
jsGet_path
public String jsGet_path()
-
jsGet_name
public String jsGet_name()
-
jsGet_parent
public Object jsGet_parent()
-
jsGet_depth
public int jsGet_depth()
-
jsGet_new
public boolean jsGet_new()
-
jsGet_modified
public boolean jsGet_modified()
-
get
public Object get(String name, org.mozilla.javascript.Scriptable start)
- Specified by:
getin interfaceorg.mozilla.javascript.Scriptable- Overrides:
getin classorg.mozilla.javascript.ScriptableObject
-
jsFunction_toString
public Object jsFunction_toString()
-
unwrap
public Object unwrap()
- Specified by:
unwrapin interfaceorg.mozilla.javascript.Wrapper
-
getStaticType
protected Class<?> getStaticType()
- Specified by:
getStaticTypein classScriptableBase- Returns:
- the static type to use for NativeJavaObject wrapping
-
getWrappedObject
protected Object getWrappedObject()
- Specified by:
getWrappedObjectin classScriptableBase- Returns:
- the Java object that we're wrapping, used to create a NativeJavaObject instance for default wrapping.
-
-