All Classes and Interfaces
Class
Description
A
BundledRenderUnit
represents a pre-packaged script or precompiled script (Java class) that will be executed in order to
render a HttpServletRequest
.A
BundledRenderUnitCapability
encapsulates the values of a Provided-Capability
, based on which BundledRenderUnit
s
are generated.The
BundledScriptFinder
finds the BundledRenderUnit
corresponding to a certain chain of TypeProvider
s or
corresponding to a certain path-based BundledRenderUnitCapability
.The
ResourceType
encapsulates details about a Sling resource type and provides methods for parsing resource type strings.A
TypeProvider
keeps an association between a BundledRenderUnitCapability
and the bundle that provides it.