@Version(value="0.2.0")
| Interface | Description |
|---|---|
| BundledRenderUnit |
A
BundledRenderUnit represents a pre-packaged script or precompiled script (Java class) that will be executed in order to
render a SlingHttpServletRequest. |
| BundledRenderUnitCapability |
A
BundledRenderUnitCapability encapsulates the values of a Provided-Capability, based on which BundledRenderUnits
are generated. |
| BundledRenderUnitFinder |
The
BundledScriptFinder finds the BundledRenderUnit corresponding to a certain chain of TypeProviders or
corresponding to a certain path-based BundledRenderUnitCapability. |
| TypeProvider |
A
TypeProvider keeps an association between a BundledRenderUnitCapability and the bundle that provides it. |
| Class | Description |
|---|---|
| ResourceType |
The
ResourceType encapsulates details about a Sling resource type and provides methods for parsing resource type strings. |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.