Class NamespaceAccessor
java.lang.Object
groovy.lang.GroovyObjectSupport
de.uplanet.lucy.server.scripting.bpee.NamespaceAccessor
- All Implemented Interfaces:
groovy.lang.GroovyObject
public final class NamespaceAccessor
extends groovy.lang.GroovyObjectSupport
-
Constructor Summary
ConstructorsConstructorDescriptionNamespaceAccessor(de.uplanet.lucy.bpee.IBpeeExecutionContext p_ctx, String p_strNamespace) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleancontainsVariable(String p_strLocalName) getProperty(String p_strLocalName) IValueHolder<?> getVariable(String p_strLocalName) voidvoidvoidputVariable(String p_strLocalName, IValueHolder<?> p_vh) voidvoidremoveVariable(String p_strLocalName) voidsetProperty(String p_strLocalName, Object p_value) Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClassMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface groovy.lang.GroovyObject
invokeMethod
-
Constructor Details
-
NamespaceAccessor
-
-
Method Details
-
contains
-
get
-
put
-
remove
-
containsVariable
-
getVariable
-
putVariable
-
removeVariable
-
getProperty
-
setProperty
-
getAt
-
putAt
-