public class ScriptEl extends ScriptingElement
| Modifier and Type | Field and Description |
|---|---|
protected List<OnErrorEl> |
onerrors |
static String |
TAG_NAME |
| Constructor and Description |
|---|
ScriptEl(XmlElement element,
ScriptingElement parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(XmlElement element)
Configures the class using specified XML element.
|
List<OnErrorEl> |
getOnerrorElements() |
boolean |
isNewTx() |
void |
setNewTx(boolean newTx) |
void |
setOnerrorElements(List<OnErrorEl> list) |
String |
toString() |
getConnectionId, getContent, getDialectContent, getIf, getLocation, getParent, setConnectionId, setIfassertRequiredFieldPresent, assertRequiredFieldPresent, findGetter, findSetter, load, loadClass, setLocation, setLocation, setPatternProperty, setPatternProperty, setProperty, setProperty, setRequiredProperty, setRequiredPropertypublic static final String TAG_NAME
public ScriptEl(XmlElement element, ScriptingElement parent)
public boolean isNewTx()
public void setNewTx(boolean newTx)
public void configure(XmlElement element)
XmlConfigurableconfigure in interface XmlConfigurableconfigure in class ScriptingElementelement - XML element.public String toString()
toString in class ScriptingElementCopyright © 2006-2012. All Rights Reserved.