Class SlingRuntimeObjectModel
- java.lang.Object
-
- org.apache.sling.scripting.sightly.render.AbstractRuntimeObjectModel
-
- org.apache.sling.scripting.sightly.impl.engine.runtime.SlingRuntimeObjectModel
-
- All Implemented Interfaces:
org.apache.sling.scripting.sightly.render.RuntimeObjectModel
public class SlingRuntimeObjectModel extends org.apache.sling.scripting.sightly.render.AbstractRuntimeObjectModel
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjectgetProperty(Object target, Object propertyObj)booleantoBoolean(Object object)
-
-
-
Method Detail
-
toBoolean
public boolean toBoolean(Object object)
- Specified by:
toBooleanin interfaceorg.apache.sling.scripting.sightly.render.RuntimeObjectModel- Overrides:
toBooleanin classorg.apache.sling.scripting.sightly.render.AbstractRuntimeObjectModel
-
-