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.
|
String |
getConnectionId() |
Resource |
getContent() |
ContentEl |
getDialectContent(DialectIdentifier id) |
String |
getIf() |
Location |
getLocation() |
ScriptingElement |
getParent() |
void |
setConnectionId(String connectionId) |
void |
setIf(String ifExpr) |
String |
toString() |
assertRequiredFieldPresent, assertRequiredFieldPresent, findGetter, findSetter, load, loadClass, setLocation, setLocation, setPatternProperty, setPatternProperty, setProperty, setProperty, setRequiredProperty, setRequiredPropertyprotected ScriptingElement(ScriptingElement parent)
public String getConnectionId()
public void setConnectionId(String connectionId)
public Location getLocation()
getLocation in class XmlConfigurableBasepublic String getIf()
public void setIf(String ifExpr)
public Resource getContent()
public ContentEl getDialectContent(DialectIdentifier id)
public ScriptingElement getParent()
public void configure(XmlElement element)
XmlConfigurableelement - XML element.Copyright © 2006-2012. All Rights Reserved.