public abstract class GlobalResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<Object,Object> |
resource
global resource mapping
|
| Constructor and Description |
|---|
GlobalResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
addResource(Object key,
Object value) |
Object |
getResource(String name) |
void |
removeResource(Object key) |
Copyright © 2016. All Rights Reserved.