@Deprecated public interface RenderUnit extends Record<RenderUnit>
This interface was previsouly used as the interface for Sightly templates translated to Java classes. With the move from Sightly to Apache Sling this class is not used any longer. Non-Sightly implementations of this class are ignored.
Modifier and Type | Method and Description |
---|---|
void |
render(RenderContext renderContext,
javax.script.Bindings arguments)
Deprecated.
Render the main script template
|
get, properties
getProperty, getPropertyNames
void render(RenderContext renderContext, javax.script.Bindings arguments)
renderContext
- - the rendering contextarguments
- - the arguments for this unit"Copyright © 2010 - 2016 Adobe Systems Incorporated. All Rights Reserved"