|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NestedMapData | |
---|---|
com.google.clearsilver.jsilver.data |
Uses of NestedMapData in com.google.clearsilver.jsilver.data |
---|
Subclasses of NestedMapData in com.google.clearsilver.jsilver.data | |
---|---|
class |
DefaultData
Default implementation of Data. |
Methods in com.google.clearsilver.jsilver.data that return NestedMapData | |
---|---|
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 |
Constructors in com.google.clearsilver.jsilver.data with parameters of type NestedMapData | |
---|---|
NestedMapData(String name,
NestedMapData parent,
NestedMapData root)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |