Package tigase.component
Class BindingsKernel
- java.lang.Object
-
- javax.script.SimpleBindings
-
- tigase.component.BindingsKernel
-
public class BindingsKernel extends SimpleBindings
-
-
Constructor Summary
Constructors Constructor Description BindingsKernel()BindingsKernel(Kernel kernel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsKey(Object key)Objectget(Object key)KernelgetKernel()voidsetKernel(Kernel kernel)-
Methods inherited from class javax.script.SimpleBindings
clear, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, 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
-
BindingsKernel
public BindingsKernel(Kernel kernel)
-
BindingsKernel
public BindingsKernel()
-
-
Method Detail
-
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKeyin interfaceBindings- Specified by:
containsKeyin interfaceMap<String,Object>- Overrides:
containsKeyin classSimpleBindings
-
getKernel
public Kernel getKernel()
-
setKernel
public void setKernel(Kernel kernel)
-
-