Uses of Package
org.apache.sling.scripting.spi.bundle
-
Packages that use org.apache.sling.scripting.spi.bundle Package Description org.apache.sling.scripting.spi.bundle -
Classes in org.apache.sling.scripting.spi.bundle used by org.apache.sling.scripting.spi.bundle Class Description BundledRenderUnit ABundledRenderUnit
represents a pre-packaged script or precompiled script (Java class) that will be executed in order to render aHttpServletRequest
.BundledRenderUnitCapability ABundledRenderUnitCapability
encapsulates the values of aProvided-Capability
, based on whichBundledRenderUnit
s are generated.TypeProvider ATypeProvider
keeps an association between aBundledRenderUnitCapability
and the bundle that provides it.