Class GroovyScript
java.lang.Object
org.craftercms.core.util.cache.impl.AbstractCachingAwareObject
org.craftercms.engine.scripting.impl.GroovyScript
- All Implemented Interfaces:
org.craftercms.core.util.cache.CachingAwareObject,Script
public class GroovyScript
extends org.craftercms.core.util.cache.impl.AbstractCachingAwareObject
implements Script
Runs a script through the
GroovyScriptEngine.- Author:
- Alfonso Vásquez
-
Field Summary
FieldsFields inherited from class org.craftercms.core.util.cache.impl.AbstractCachingAwareObject
cachingTime, key, scope -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.craftercms.core.util.cache.impl.AbstractCachingAwareObject
getCachingTime, getKey, getScope, setCachingTime, setKey, setScopeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.craftercms.core.util.cache.CachingAwareObject
getCachingTime, getKey, getScope, setCachingTime, setKey, setScope