public class XmlAction extends java.lang.Object
Modifiers | Name | Description |
---|---|---|
protected ExecutionContextFactoryImpl |
ecfi |
|
protected java.lang.String |
location |
Constructor and description |
---|
XmlAction
(ExecutionContextFactoryImpl ecfi, MNode xmlNode, java.lang.String location) |
XmlAction
(ExecutionContextFactoryImpl ecfi, java.lang.String xmlText, java.lang.String location) |
Type Params | Return Type | Name and description |
---|---|---|
|
public boolean |
checkCondition(ExecutionContextImpl eci) |
|
public java.lang.Class |
getGroovyClass() |
|
public java.lang.String |
getGroovyString() |
|
protected java.lang.Class |
makeGroovyClass() |
|
public java.lang.Object |
run(ExecutionContextImpl eci) Run the XML actions in the current context of the ExecutionContext |
|
public java.lang.String |
writeGroovyWithLines() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Run the XML actions in the current context of the ExecutionContext