AttributesUseProvider |
Allows reading request- or session-attributes or the EmulatedPageContext with a data-sly-use
statement such that the IDE knows the specific class and can provide code completion etc.
|
ComposumModelsUseProvider |
HTL UseProvider which will instantiate a referenced Sling Model from a BeanContext .
|
EmulatedPageContext |
Implements a kind of pagecontext for HTL by putting a map into a request attribute, to enable communication between
templates.
|
ExtendedJavaUseProvider |
|
HtlPageContext |
Mocks a PageContext from the Bindings of HTL.
|
OuterBindingsBindingsValueProvider |
A BindingsValuesProvider that binds the outermost bindings themselves into a
binding, such that global variables can be added / changed.
|
TagHtlAdapter |
Crude wrapper for JSP tags to use these in HTL scripts.
|