|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RegistryComposite
A composite which keeps its components in a registry such that each component has a unique String name. This allows for components in the registry to be retrieved and replaced by name.
| Method Summary | |
|---|---|
java.util.Map |
getComponents()
Retrieves a mapping of component names to component objects. |
void |
setComponents(java.util.Map components)
Sets a mapping of component names to component objects. |
| Method Detail |
|---|
java.util.Map getComponents()
void setComponents(java.util.Map components)
components - a mapping of component names to component objects
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||