Package com.enonic.xp.script
Interface ScriptExports
-
@PublicApi public interface ScriptExports
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScriptValue
executeMethod(java.lang.String name, java.lang.Object... args)
java.lang.Object
getRawValue()
ResourceKey
getScript()
ScriptValue
getValue()
boolean
hasMethod(java.lang.String name)
-
-
-
Method Detail
-
getScript
ResourceKey getScript()
-
getValue
ScriptValue getValue()
-
hasMethod
boolean hasMethod(java.lang.String name)
-
executeMethod
ScriptValue executeMethod(java.lang.String name, java.lang.Object... args)
-
getRawValue
java.lang.Object getRawValue()
-
-