@Version("1.0.0")
Package org.apache.sling.scripting.spi.bundle
-
Interface Summary Interface Description BundledRenderUnit ABundledRenderUnitrepresents a pre-packaged script or precompiled script (Java class) that will be executed in order to render aHttpServletRequest.BundledRenderUnitCapability ABundledRenderUnitCapabilityencapsulates the values of aProvided-Capability, based on whichBundledRenderUnits are generated.BundledRenderUnitFinder TheBundledScriptFinderfinds theBundledRenderUnitcorresponding to a certain chain ofTypeProviders or corresponding to a certain path-basedBundledRenderUnitCapability.TypeProvider ATypeProviderkeeps an association between aBundledRenderUnitCapabilityand the bundle that provides it.