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(String name, Object... args)
Object
getRawValue()
ResourceKey
getScript()
ScriptValue
getValue()
boolean
hasMethod(String name)
-
-
-
Method Detail
-
getScript
ResourceKey getScript()
-
getValue
ScriptValue getValue()
-
hasMethod
boolean hasMethod(String name)
-
executeMethod
ScriptValue executeMethod(String name, Object... args)
-
getRawValue
Object getRawValue()
-
-