class Resource extends Object
| Modifier and Type | Field and Description |
|---|---|
private ResourceBundle |
resource |
private Map<String,String> |
resourceMap |
| Modifier | Constructor and Description |
|---|---|
private |
Resource(Object resource,
String className) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static String |
fix(String line) |
(package private) static String |
getLanguage() |
(package private) static Resource |
getResource(Viewer vwr,
String className,
String name) |
(package private) static Resource |
getResourceFromPO(String data)
applet only -- Simple reading of .po file; necessary for
JavaScript; works in Java as well and avoids all those
signed applets.
|
(package private) String |
getString(String string) |
private ResourceBundle resource