BindingsValuesProvider
for specific contexts, based on
their "context" service property.CachedScript
provides an abstraction on top of CompiledScript
such that compiled scripts can be cached for further
executions.BindingsValuesProvider
for
the supplied ScriptEngineFactory and context.ResourceResolver
with only read access to the search paths.CachedScript
corresponding to the script accessible from the scriptPath
.Reader
implementation.org.apache.sling.scripting.api.resource
package provides a unified API for scripting bundles that need to perform script
resolution across the Resource
space.CachedScript
in the cache.scriptPath
from the cache.ScriptCache
service interface defines a cache for compiled scripts.ScriptingResourceResolverProvider
provides methods to obtain ResourceResolver
s that can be used by scripting
bundles to perform their script resolution operations.Reader
s from which a script's name can be obtained.Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.