Uses of Package
org.apache.sling.scripting.spi.bundle
Packages that use org.apache.sling.scripting.spi.bundle
-
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.