org.apache.sling.scripting.api.resource
package provides a unified API for scripting bundles that need to perform script
resolution across the Resource
space.See: Description
Interface | Description |
---|---|
ScriptingResourceResolverProvider |
The
ScriptingResourceResolverProvider provides methods to obtain ResourceResolver s that can be used by scripting
bundles to perform their script resolution operations. |
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.
Copyright © 2010 - 2020 Adobe. All Rights Reserved