org.skyscreamer.yoga.model
Interface MapHierarchicalModel<T>
- All Superinterfaces:
- HierarchicalModel<T>
- All Known Implementing Classes:
- ObjectMapHierarchicalModelImpl, ObjectStreamingJsonHierarchicalModel, XhtmlHierarchyModelImpl, XmlHierarchyModelImpl
public interface MapHierarchicalModel<T>
- extends HierarchicalModel<T>
addProperty
void addProperty(String name,
Object result)
throws IOException
- Throws:
IOException
createChildMap
MapHierarchicalModel<?> createChildMap(String name)
throws IOException
- Throws:
IOException
createChildList
ListHierarchicalModel<?> createChildList(String name)
throws IOException
- Throws:
IOException
Copyright © 2013. All Rights Reserved.