|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MessageCodeResourceBundleResolver
Extends MessageCodeResolver, adds two methods that it supports normal ResourceBundle resolving (as the java standard). The framework implements this interface as its default.
| Field Summary | |
|---|---|
static java.lang.String |
JAVALID_MESSAGE_BUNDLE
Message bundle of javalid (ships with the framework). |
| Method Summary | |
|---|---|
java.lang.String[] |
getBundleNames()
Returns bundlenames in use |
void |
setBundleNames(java.lang.String[] bundleNames)
Set array of bundlenames to use (note it must be base bundle names, e.g. org.test.mybundle) |
| Methods inherited from interface org.javalid.core.resource.MessageCodeResolver |
|---|
resolveMessage, resolveMessage |
| Field Detail |
|---|
static final java.lang.String JAVALID_MESSAGE_BUNDLE
| Method Detail |
|---|
java.lang.String[] getBundleNames()
void setBundleNames(java.lang.String[] bundleNames)
bundleNames - The bundles (property files)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||