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
ConstructorDescriptionNamespaceAccessor
(de.uplanet.lucy.bpee.IBpeeExecutionContext p_ctx, String p_strNamespace) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
containsVariable
(String p_strLocalName) getProperty
(String p_strLocalName) IValueHolder
<?> getVariable
(String p_strLocalName) void
void
void
putVariable
(String p_strLocalName, IValueHolder<?> p_vh) void
void
removeVariable
(String p_strLocalName) void
setProperty
(String p_strLocalName, Object p_value) Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClass
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface groovy.lang.GroovyObject
invokeMethod
-
Constructor Details
-
NamespaceAccessor
-
-
Method Details
-
contains
-
get
-
put
-
remove
-
containsVariable
-
getVariable
-
putVariable
-
removeVariable
-
getProperty
-
setProperty
-
getAt
-
putAt
-