@Version("1.0.0")
Package org.apache.sling.scripting.api.resource
The org.apache.sling.scripting.api.resource
package provides a unified API for scripting bundles that need to perform script
resolution across the Resource
space.
Some API methods might indicate that they are request-bound. In this case it should be noted that usage outside of the context of a Servlet API Request might lead to improper cleaning of objects whose life-cycle should not be longer than the request to which they're bound to (for example per-thread objects).
This package depends on the org.apache.sling.api.resource
API, version >= than 2.10.0.
-
Interface Summary Interface Description ScriptingResourceResolverProvider TheScriptingResourceResolverProvider
provides methods to obtainResourceResolver
s that can be used by scripting bundles to perform their script resolution operations.