public class CachedScriptImpl extends Object implements org.apache.sling.scripting.api.CachedScript
| Constructor and Description |
|---|
CachedScriptImpl(String scriptPath,
CompiledScript compiledScript) |
| Modifier and Type | Method and Description |
|---|---|
CompiledScript |
getCompiledScript() |
String |
getScriptPath() |
public CachedScriptImpl(String scriptPath, CompiledScript compiledScript)
public String getScriptPath()
getScriptPath in interface org.apache.sling.scripting.api.CachedScriptpublic CompiledScript getCompiledScript()
getCompiledScript in interface org.apache.sling.scripting.api.CachedScriptCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.