Class GroovyScript2RestLoader.ScriptMetadata
java.lang.Object
org.exoplatform.services.jcr.ext.script.groovy.GroovyScript2RestLoader.ScriptMetadata
- Enclosing class:
GroovyScript2RestLoader
Script meta-data, used for pass script meta-data as JSON.
-
Constructor Summary
ConstructorsConstructorDescriptionScriptMetadata(boolean autoload, boolean load, String mediaType, long lastModified) -
Method Summary
-
Constructor Details
-
ScriptMetadata
-
-
Method Details
-
getAutoload
public boolean getAutoload() -
getLoad
public boolean getLoad() -
getMediaType
- Returns:
mediaType
-
getLastModified
public long getLastModified()- Returns:
lastModified
-