Package org.smooks.engine.injector
Class Scope
- java.lang.Object
-
- org.smooks.engine.injector.Scope
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
boolean
containsKey(Object key)
boolean
containsValue(Object value)
Set<Map.Entry<Object,Object>>
entrySet()
Object
get(Object key)
Registry
getRegistry()
boolean
isEmpty()
Set<Object>
keySet()
Object
put(Object key, Object value)
void
putAll(Map<?,?> m)
Object
remove(Object key)
int
size()
Collection<Object>
values()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Constructor Detail
-
Scope
public Scope(Registry registry, ResourceConfig resourceConfig, Object instance)
-
Scope
public Scope(Registry registry)
-
-