scriptella.configuration
Class ScriptEl
java.lang.Object
scriptella.configuration.XmlConfigurableBase
scriptella.configuration.ScriptingElement
scriptella.configuration.ScriptEl
- All Implemented Interfaces:
- XmlConfigurable
public class ScriptEl
- extends ScriptingElement
TODO: Add documentation
- Version:
- 1.0
- Author:
- Fyodor Kupolov
| Methods inherited from class scriptella.configuration.XmlConfigurableBase |
assertRequiredFieldPresent, assertRequiredFieldPresent, findGetter, findSetter, load, loadClass, setLocation, setLocation, setPatternProperty, setPatternProperty, setProperty, setProperty, setRequiredProperty, setRequiredProperty |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TAG_NAME
public static final java.lang.String TAG_NAME
- See Also:
- Constant Field Values
onerrors
protected java.util.List<OnErrorEl> onerrors
ScriptEl
public ScriptEl(XmlElement element,
ScriptingElement parent)
isNewTx
public boolean isNewTx()
setNewTx
public void setNewTx(boolean newTx)
getOnerrorElements
public java.util.List<OnErrorEl> getOnerrorElements()
setOnerrorElements
public void setOnerrorElements(java.util.List<OnErrorEl> list)
configure
public void configure(XmlElement element)
- Description copied from interface:
XmlConfigurable
- Configures the class using specified XML element.
- Specified by:
configure in interface XmlConfigurable- Overrides:
configure in class ScriptingElement
- Parameters:
element - XML element.
toString
public java.lang.String toString()
- Overrides:
toString in class ScriptingElement
Copyright © Copyright 2006-2009 The Scriptella Project Team.