Class BindingContext
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,Object>
Created by The eXo Platform SAS May 8, 2006
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.exoplatform.resolver.ResourceResolverprotected TemplateServiceprotected Writer -
Constructor Summary
ConstructorsConstructorDescriptionBindingContext(org.exoplatform.resolver.ResourceResolver resolver, Writer w) -
Method Summary
Modifier and TypeMethodDescriptionclone()org.exoplatform.resolver.ResourceResolverfinal voidvoidsetGroovyTemplateService(TemplateService service) Methods inherited from class java.util.HashMap
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Field Details
-
resolver_
protected org.exoplatform.resolver.ResourceResolver resolver_ -
writer_
-
service_
-
-
Constructor Details
-
BindingContext
-
-
Method Details