Package com.composum.platform.htl.tools
Class BindingsHelper
- java.lang.Object
-
- com.composum.platform.htl.tools.BindingsHelper
-
- All Implemented Interfaces:
org.apache.sling.scripting.sightly.pojo.Use
public class BindingsHelper extends Object implements org.apache.sling.scripting.sightly.pojo.Use
Development-tool to list out all bindings in the current context. Not for production use. Usage e.g.:
-
-
Constructor Summary
Constructors Constructor Description BindingsHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Bindings
getBindings()
String
getInfo()
List<String>
getKeys()
void
init(Bindings bindings)
String
toString()
-