scriptella.configuration
Class ScriptEl

java.lang.Object
  extended by scriptella.configuration.XmlConfigurableBase
      extended by scriptella.configuration.ScriptingElement
          extended by scriptella.configuration.ScriptEl
All Implemented Interfaces:
XmlConfigurable

public class ScriptEl
extends ScriptingElement

TODO: Add documentation

Version:
1.0
Author:
Fyodor Kupolov

Field Summary
protected  java.util.List<OnErrorEl> onerrors
           
static java.lang.String TAG_NAME
           
 
Constructor Summary
ScriptEl(XmlElement element, ScriptingElement parent)
           
 
Method Summary
 void configure(XmlElement element)
          Configures the class using specified XML element.
 java.util.List<OnErrorEl> getOnerrorElements()
           
 boolean isNewTx()
           
 void setNewTx(boolean newTx)
           
 void setOnerrorElements(java.util.List<OnErrorEl> list)
           
 java.lang.String toString()
           
 
Methods inherited from class scriptella.configuration.ScriptingElement
getConnectionId, getContent, getDialectContent, getIf, getLocation, getParent, setConnectionId, setIf
 
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
 

Field Detail

TAG_NAME

public static final java.lang.String TAG_NAME
See Also:
Constant Field Values

onerrors

protected java.util.List<OnErrorEl> onerrors
Constructor Detail

ScriptEl

public ScriptEl(XmlElement element,
                ScriptingElement parent)
Method Detail

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.