Class GroovyScript2RestLoader.ScriptMetadata
- java.lang.Object
-
- org.exoplatform.services.jcr.ext.script.groovy.GroovyScript2RestLoader.ScriptMetadata
-
- Enclosing class:
- GroovyScript2RestLoader
public static class GroovyScript2RestLoader.ScriptMetadata extends Object
Script meta-data, used for pass script meta-data as JSON.
-
-
Constructor Summary
Constructors Constructor Description ScriptMetadata(boolean autoload, boolean load, String mediaType, long lastModified)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAutoload()longgetLastModified()booleangetLoad()StringgetMediaType()
-
-
-
Constructor Detail
-
ScriptMetadata
public ScriptMetadata(boolean autoload, boolean load, String mediaType, long lastModified)
-
-
Method Detail
-
getAutoload
public boolean getAutoload()
-
getLoad
public boolean getLoad()
-
getLastModified
public long getLastModified()
- Returns:
lastModified
-
-