public abstract class ScriptingElement extends XmlConfigurableBase
Modifier | Constructor and Description |
---|---|
protected |
ScriptingElement(ScriptingElement parent) |
Modifier and Type | Method and Description |
---|---|
void |
configure(XmlElement element)
Configures the class using specified XML element.
|
java.lang.String |
getConnectionId() |
Resource |
getContent() |
ContentEl |
getDialectContent(DialectIdentifier id) |
java.lang.String |
getIf() |
Location |
getLocation() |
ScriptingElement |
getParent() |
void |
setConnectionId(java.lang.String connectionId) |
void |
setIf(java.lang.String ifExpr) |
java.lang.String |
toString() |
assertRequiredFieldPresent, assertRequiredFieldPresent, findGetter, findSetter, load, loadClass, setLocation, setLocation, setPatternProperty, setPatternProperty, setProperty, setProperty, setRequiredProperty, setRequiredProperty
protected ScriptingElement(ScriptingElement parent)
public java.lang.String getConnectionId()
public void setConnectionId(java.lang.String connectionId)
public Location getLocation()
getLocation
in class XmlConfigurableBase
public java.lang.String getIf()
public void setIf(java.lang.String ifExpr)
public Resource getContent()
public ContentEl getDialectContent(DialectIdentifier id)
public ScriptingElement getParent()
public void configure(XmlElement element)
XmlConfigurable
element
- XML element.public java.lang.String toString()
toString
in class java.lang.Object
Copyright © Copyright 2006-2019 The Scriptella Project Team.