Package | Description |
---|---|
net.sf.ehcache.config |
This package contains the cache configuration code.
|
Modifier and Type | Field and Description |
---|---|
private BeanHandler.ElementInfo |
BeanHandler.element |
private BeanHandler.ElementInfo |
BeanHandler.ElementInfo.parent |
Modifier and Type | Method and Description |
---|---|
private java.lang.Object |
BeanHandler.createChild(BeanHandler.ElementInfo parent,
java.lang.String name)
Creates a child element of an object.
|
private void |
BeanHandler.setAttribute(BeanHandler.ElementInfo element,
java.lang.String attrName,
java.lang.String attrValue)
Sets an attribute.
|
Constructor and Description |
---|
ElementInfo(BeanHandler.ElementInfo parent,
java.lang.String elementName,
java.lang.Object bean) |