Package | Description |
---|---|
com.google.clearsilver.jsilver.data |
Modifier and Type | Class and Description |
---|---|
class |
DefaultData
Default implementation of Data.
|
Modifier and Type | Method and Description |
---|---|
NestedMapData |
NestedMapData.createChild(String path)
Retrieves the HDF object that is the root of the subtree at hdfpath, create the subtree if it
doesn't exist
|
protected NestedMapData |
NestedMapData.createChildNode(String chunk)
Creates a child of this node.
|
NestedMapData |
NestedMapData.getChild(String path)
Retrieves the object that is the root of the subtree at hdfpath, returning null if the subtree
doesn't exist
|
Constructor and Description |
---|
NestedMapData(String name,
NestedMapData parent,
NestedMapData root) |
Copyright © 2010-2014 Google. All Rights Reserved.