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, findcheckClass, checkField, checkMethod, findMember, getField, getMethodcoerce, falsey, iterate, stringifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmakeListpublic Object get(String name, Object scope)
get in class SimpleObjectHandlerpublic Binding createBinding(String name, TemplateContext tc, Code code)
ObjectHandlercreateBinding in interface ObjectHandlercreateBinding in class SimpleObjectHandlername - the name that we boundtc - the textual context of the binding sitecode - the code that was boundCopyright © 2023. All rights reserved.