Class StaticResourceScript

java.lang.Object
org.openspaces.remoting.scripting.StaticScript
org.openspaces.remoting.scripting.StaticResourceScript
All Implemented Interfaces:
SmartExternalizable, Externalizable, Serializable, BroadcastIndicator, Script

public class StaticResourceScript extends StaticScript
A static script that uses Spring Resource and ResourceLoader to load a given script (for example, from the classpath).
Author:
kimchy
See Also:
  • Constructor Details

    • StaticResourceScript

      public StaticResourceScript()
    • StaticResourceScript

      public StaticResourceScript(String name, String type, String resourceLocation)
  • Method Details