| Package | Description |
|---|---|
| de.jakop.lotus.domingo.i18n |
Resources supporting internationalization.
|
| de.jakop.lotus.domingo.proxy |
Proxy implementation of the contract in package
de.jakop.lotus.domingo. |
| Modifier and Type | Method and Description |
|---|---|
static Resources |
ResourceManager.getBaseResources(String baseName)
Retrieve resource with specified base name.
|
static Resources |
ResourceManager.getBaseResources(String baseName,
ClassLoader classLoader)
Retrieve resource with specified base name.
|
static Resources |
ResourceManager.getClassResources(Class clazz)
Retrieve resource for specified Class.
|
static Resources |
ResourceManager.getPackageResources(Class clazz)
Retrieve resource for specified Classes package.
|
static Resources |
ResourceManager.getResources(String name)
Retrieve resource for specified name.
|
Resources |
Resources.withFailOnError(boolean failOnError)
Whether an exception should be thrown in case of an unknown resource or
not.
|
| Modifier and Type | Field and Description |
|---|---|
protected static Resources |
BaseProxy.RESOURCES
Internationalized resources.
|
Copyright © 2005–2020. All rights reserved.