Uses of Package
org.apache.sling.scripting.spi.bundle
Packages that use org.apache.sling.scripting.spi.bundle
Package
Description
-
Classes in org.apache.sling.scripting.spi.bundle used by org.apache.sling.scripting.core.impl.bundledClassDescriptionA
BundledRenderUnit
represents a pre-packaged script or precompiled script (Java class) that will be executed in order to render aHttpServletRequest
.TheBundledScriptFinder
finds theBundledRenderUnit
corresponding to a certain chain ofTypeProvider
s or corresponding to a certain path-basedBundledRenderUnitCapability
.ATypeProvider
keeps an association between aBundledRenderUnitCapability
and the bundle that provides it. -
Classes in org.apache.sling.scripting.spi.bundle used by org.apache.sling.scripting.spi.bundleClassDescriptionA
BundledRenderUnit
represents a pre-packaged script or precompiled script (Java class) that will be executed in order to render aHttpServletRequest
.ABundledRenderUnitCapability
encapsulates the values of aProvided-Capability
, based on whichBundledRenderUnit
s are generated.ATypeProvider
keeps an association between aBundledRenderUnitCapability
and the bundle that provides it. -
Classes in org.apache.sling.scripting.spi.bundle used by org.apache.sling.servlets.resolver.internal.bundleClassDescriptionA
BundledRenderUnit
represents a pre-packaged script or precompiled script (Java class) that will be executed in order to render aHttpServletRequest
.ATypeProvider
keeps an association between aBundledRenderUnitCapability
and the bundle that provides it.