Class SlingRuntimeObjectModel
java.lang.Object
org.apache.sling.scripting.sightly.render.AbstractRuntimeObjectModel
org.apache.sling.scripting.sightly.impl.engine.runtime.SlingRuntimeObjectModel
- All Implemented Interfaces:
RuntimeObjectModel
-
Method Summary
Methods inherited from class org.apache.sling.scripting.sightly.render.AbstractRuntimeObjectModel
isCollection, isDate, isNumber, isPrimitive, resolveProperty, toCollection, toDate, toInstant, toMap, toNumber, toString
-
Method Details
-
toBoolean
Description copied from interface:RuntimeObjectModel
Convert the given object to a boolean value- Specified by:
toBoolean
in interfaceRuntimeObjectModel
- Overrides:
toBoolean
in classAbstractRuntimeObjectModel
- Parameters:
object
- the target object- Returns:
- the boolean representation of that object
-
getProperty
- Overrides:
getProperty
in classAbstractRuntimeObjectModel
-