Package org.craftercms.engine.scripting


package org.craftercms.engine.scripting
  • Interfaces
    Class
    Description
    Simple interface for scripts in some non-Java language (Groovy, Jython, Javascript, etc) that can be retrieved from the Crafter content store and executed inside the JVM.
    Returns a Script for a given url.
    Resolves any number of script jobs to be scheduled and executed.
    Scans the site context for scripts that have URL variables, for example, /scripts/rest/user/{username}.get.json.
    Resolves the scripts URLs for a site item (page or component)