Uses of Package
org.apache.sling.scripting.spi.bundle
Package
Description
-
ClassDescriptionA
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. -
ClassDescriptionA
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. -
ClassDescriptionA
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.