public interface ObjectRepository extends Repository
| Modifier and Type | Method and Description | 
|---|---|
| boolean | containsKey(String key) | 
| Object | get(String key) | 
| Object | get(String key,
   ClassLoader loader) | 
| Iterator<String> | list() | 
| void | put(String key,
   Object value) | 
| void | remove(String key) | 
getChildRepositoryCopyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.