Klasse NamespaceAccessor
java.lang.Object
groovy.lang.GroovyObjectSupport
de.uplanet.lucy.server.scripting.bpee.NamespaceAccessor
- Alle implementierten Schnittstellen:
groovy.lang.GroovyObject
public final class NamespaceAccessor
extends groovy.lang.GroovyObjectSupport
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungNamespaceAccessor(de.uplanet.lucy.bpee.IBpeeExecutionContext p_ctx, String p_strNamespace) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanbooleancontainsVariable(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) Von Klasse geerbte Methoden groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClassVon Klasse geerbte Methoden java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden groovy.lang.GroovyObject
invokeMethod
-
Konstruktordetails
-
NamespaceAccessor
-
-
Methodendetails
-
contains
-
get
-
put
-
remove
-
containsVariable
-
getVariable
-
putVariable
-
removeVariable
-
getProperty
-
setProperty
-
getAt
-
putAt
-