@xworker.example.core.examples.action.ThingAction1
sname
ThingAction1
slabel
ThingAction1
sdescriptors
xworker.lang.MetaDescriptor3
smany
true
seditCols
2
sinitialization
false
@xworker.example.core.examples.action.ThingAction1/@actions
sname
actions
sdescriptors
xworker.lang.MetaDescriptor3/@actions
@xworker.example.core.examples.action.ThingAction1/@actions/@hello
sname
hello
sisSynchronized
false
sthrowException
true
suseOtherAction
false
svarScope
Global
scode
println self.name + " say hello!";
sdescriptors
xworker.lang.actions.Actions/@GroovyAction
@xworker.example.core.examples.action.ThingAction1/@actions/@helloByJavaScript
sname
helloByJavaScript
sisSynchronized
false
sthrowException
true
suseOtherAction
false
svarScope
Global
scode
println(self.getString("name") + " say hello!");
sdescriptors
xworker.lang.actions.Actions/@GroovyAction
