|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XPojoRoot
An interface for the root POJO in a pojo model. The root is responsible for configuring the context for the pojos and establishing a link to the root pojo in the pojo hierarchy/graph.
The root object need not implement this interface, but if it does then the methods declared by the interface will be invoked
Copyright (c) Xoetrope Ltd., 2001-2006
License: see license.txt
| Method Summary | |
|---|---|
void |
configure(java.net.URL configFileURL)
Configure the root and therefore the context for the POJO hierarchy |
void |
setProject(XProject project)
Set the current project. |
| Method Detail |
|---|
void setProject(XProject project)
project - the owning projectvoid configure(java.net.URL configFileURL)
configFileURL - the URL of the configuration file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||