public class MapObjectHandler extends SimpleObjectHandler
NOT_FOUND
Constructor and Description |
---|
MapObjectHandler() |
Modifier and Type | Method and Description |
---|---|
Binding |
createBinding(String name,
TemplateContext tc,
Code code)
Each call site has its own binding to allow for fine grained caching without
a separate parallel hierarchy of objects.
|
Object |
get(String name,
Object scope) |
areMethodsAccessible, find
checkClass, checkField, checkMethod, findMember, getField, getMethod
coerce, falsey, iterate, stringify
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
makeList
public Object get(String name, Object scope)
get
in class SimpleObjectHandler
public Binding createBinding(String name, TemplateContext tc, Code code)
ObjectHandler
createBinding
in interface ObjectHandler
createBinding
in class SimpleObjectHandler
name
- the name that we boundtc
- the textual context of the binding sitecode
- the code that was boundCopyright © 2024. All rights reserved.