|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectscriptella.configuration.XmlConfigurableBase
scriptella.configuration.PropertiesEl
public class PropertiesEl
Represents XML elements which store properties.
Examples: <properties>
and <connection>
| Constructor Summary | |
|---|---|
PropertiesEl()
|
|
PropertiesEl(XmlElement element)
|
|
| Method Summary | |
|---|---|
ParametersCallback |
asParametersCallback()
Returns this properties as a parameters callback. |
void |
configure(XmlElement element)
Configures the class using specified XML element. |
java.util.Map<java.lang.String,?> |
getMap()
Returns properties stored in this element as a map. |
| Methods inherited from class scriptella.configuration.XmlConfigurableBase |
|---|
assertRequiredFieldPresent, assertRequiredFieldPresent, findGetter, findSetter, getLocation, load, loadClass, setLocation, setLocation, setPatternProperty, setPatternProperty, setProperty, setProperty, setRequiredProperty, setRequiredProperty |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertiesEl()
public PropertiesEl(XmlElement element)
| Method Detail |
|---|
public void configure(XmlElement element)
XmlConfigurable
element - XML element.public java.util.Map<java.lang.String,?> getMap()
public ParametersCallback asParametersCallback()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||