public class Registry extends Object
| Constructor and Description |
|---|
Registry() |
| Modifier and Type | Method and Description |
|---|---|
Registry |
add(String key,
Object component)
Register a new component and associate it with the given key
|
<T> T |
get(String key) |
Map<String,Object> |
getRegisteredComponents() |
Collection<Object> |
values() |
Copyright © 2016. All rights reserved.