Uses of Interface
org.apache.sling.scripting.sightly.render.RuntimeObjectModel
-
Packages that use RuntimeObjectModel Package Description org.apache.sling.scripting.sightly.render Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of RuntimeObjectModel in org.apache.sling.scripting.sightly.render
Classes in org.apache.sling.scripting.sightly.render that implement RuntimeObjectModel Modifier and Type Class Description class
AbstractRuntimeObjectModel
Default abstract implementation ofRuntimeObjectModel
.Methods in org.apache.sling.scripting.sightly.render that return RuntimeObjectModel Modifier and Type Method Description RuntimeObjectModel
RenderContext. getObjectModel()
Provides theRuntimeObjectModel
that will be used for resolving objects' properties or type conversion / coercion.
-