| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.lib.util |
General utility objects.
|
| Modifier and Type | Method and Description |
|---|---|
List<Dnode> |
XmlConfig.find(List<Dnode> entityXml,
String element) |
List<Dnode> |
XmlConfig.findEntityXml(String className)
Find the deployment xml for a given entity.
|
List<Dnode> |
XmlConfig.getEbeanOrmXml() |
List<Dnode> |
XmlConfig.getOrmXml() |
List<Dnode> |
XmlConfigLoader.search(String resourceName) |
| Modifier and Type | Method and Description |
|---|---|
List<Dnode> |
XmlConfig.find(List<Dnode> entityXml,
String element) |
| Constructor and Description |
|---|
XmlConfig(List<Dnode> ormXml,
List<Dnode> ebeanOrmXml) |
XmlConfig(List<Dnode> ormXml,
List<Dnode> ebeanOrmXml) |
| Modifier and Type | Method and Description |
|---|---|
Dnode |
DeployOrmXml.findEntityDeploymentXml(String className)
Find the deployment xml for a given entity.
|
| Modifier and Type | Method and Description |
|---|---|
Dnode |
Dnode.find(String nodeName)
Find the first matching node using nodeName.
|
Dnode |
Dnode.find(String nodeName,
String attrName,
Object value)
Find the first node matching nodeName and attribute value.
|
Dnode |
Dnode.find(String nodeName,
String attrName,
Object value,
int maxLevel)
Search for a single node with control over maxLevel.
|
Dnode |
DnodeParser.getRoot()
Return the root node of the DContent tree.
|
static Dnode |
Dnode.parse(String s)
Parse the raw XML string.
|
Dnode |
DnodeReader.parseXml(InputStream in)
Parse the XML inputstream returning the Dnode tree.
|
Dnode |
DnodeReader.parseXml(String str) |
| Modifier and Type | Method and Description |
|---|---|
List<Dnode> |
Dnode.children()
List of children nodes.
|
List<Dnode> |
Dnode.findAll(String nodeName,
int maxLevel)
Find all the nodes that match the nodeName.
|
List<Dnode> |
Dnode.findAll(String nodeName,
String attrName,
Object value,
int maxLevel)
Find all the nodes that match the nodeName and attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dnode.addChild(Dnode child)
Add a child.
|
boolean |
Dnode.remove(Dnode node)
Remove a ancestor node.
|
Copyright © 2014. All Rights Reserved.