|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A repository of component configuration definitions.
Method Summary | |
Component |
loadComponent(String name)
Loads a component (and all its sub components) from this repository. |
String |
storeComponent(Component component)
Stores a component (and all its sub components) into this repository. |
Method Detail |
public Component loadComponent(String name) throws Exception
name
- the name of the component to be loaded.
Exception
- if the component cannot loaded.public String storeComponent(Component component) throws Exception
component
- the component to be stored.
Exception
- if the component cannot be stored.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |