Class ManagedScript

  • Direct Known Subclasses:
    ResourceSelectorScript

    public abstract class ManagedScript
    extends java.lang.Object
    Abstract script class for components that rely on an external script to be loaded and invoked at runtime. This class makes use of ScriptManager to execute.
    Since:
    4.0.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object evaluateScript​(java.util.Map<java.lang.String,​java.lang.Object> scriptParameters)  
      void warmUp()
      Request the script to be warm and ready for evaluation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait