|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataModelLoader
An interface for loading custom model nodes or nodes other than the built-in node types
An extended datasource for handling databses, services and routing
Copyright: Copyright Formaria Ltd. (c) 2003
$Revision: 2.15 $ License: see license.txt
| Method Summary | |
|---|---|
void |
loadModel(java.lang.String className,
XmlElement src,
DataModel model)
Load a custom data model node by reflectively constructing a data model loader and invoking its load method(s). |
| Method Detail |
|---|
void loadModel(java.lang.String className,
XmlElement src,
DataModel model)
className - the class to instantiate, a class implementing DataModelLoadersrc - the XML source being loadedmodel - the model to load
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||