|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jpox.util.Localiser
Resource Bundle manager, providing simplified means of using MessageFormat to localise the JPOX system.
Method Summary | |
static Localiser |
getInstance(java.lang.String bundle_name)
Accessor for a helper instance for a bundle. |
static Localiser |
getInstance(java.lang.String bundle_name,
java.lang.ClassLoader class_loader)
Accessor for a helper instance for a bundle. |
java.lang.String |
msg(java.lang.String message_key)
Message formatter for an internationalised message. |
java.lang.String |
msg(java.lang.String message_key,
boolean arg)
Message formatter with one argument passed in that will be embedded in an internationalised message. |
java.lang.String |
msg(java.lang.String message_key,
int arg)
Message formatter with one argument passed in that will be embedded in an internationalised message. |
java.lang.String |
msg(java.lang.String message_key,
long arg)
Message formatter with one argument passed in that will be embedded in an internationalised message. |
java.lang.String |
msg(java.lang.String message_key,
java.lang.Object arg1)
Message formatter with one argument passed in that will be embedded in an internationalised message. |
java.lang.String |
msg(java.lang.String message_key,
java.lang.Object[] args)
Message formatter with an array of arguments passed in that will be embedded in an internationalised message. |
java.lang.String |
msg(java.lang.String message_key,
java.lang.Object arg1,
java.lang.Object arg2)
Message formatter with a series of arguments passed in that will be embedded in an internationalised message. |
java.lang.String |
msg(java.lang.String message_key,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3)
Message formatter with a series of arguments passed in that will be embedded in an internationalised message. |
java.lang.String |
msg(java.lang.String message_key,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3,
java.lang.Object arg4)
Message formatter with a series of arguments passed in that will be embedded in an internationalised message. |
java.lang.String |
msg(java.lang.String message_key,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3,
java.lang.Object arg4,
java.lang.Object arg5)
Message formatter with a series of arguments passed in that will be embedded in an internationalised message. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static Localiser getInstance(java.lang.String bundle_name)
bundle_name
- the name of the bundle
public static Localiser getInstance(java.lang.String bundle_name, java.lang.ClassLoader class_loader)
bundle_name
- the name of the bundleclass_loader
- the class loader from which to load the resource
bundle
public java.lang.String msg(java.lang.String message_key)
message_key
- the message key
public java.lang.String msg(java.lang.String message_key, java.lang.Object arg1)
message_key
- the message keyarg1
- the first argument
public java.lang.String msg(java.lang.String message_key, java.lang.Object arg1, java.lang.Object arg2)
message_key
- the message keyarg1
- the first argumentarg2
- the second argument
public java.lang.String msg(java.lang.String message_key, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
message_key
- the message keyarg1
- the first argumentarg2
- the second argumentarg3
- the third argument
public java.lang.String msg(java.lang.String message_key, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.Object arg4)
message_key
- the message keyarg1
- the first argumentarg2
- the second argumentarg3
- the third argumentarg4
- the third argument
public java.lang.String msg(java.lang.String message_key, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.Object arg4, java.lang.Object arg5)
message_key
- the message keyarg1
- the first argumentarg2
- the second argumentarg3
- the third argumentarg4
- the third argumentarg5
- the third argument
public java.lang.String msg(java.lang.String message_key, java.lang.Object[] args)
message_key
- the message keyargs
- the array of arguments
public java.lang.String msg(java.lang.String message_key, int arg)
message_key
- the message keyarg
- the argument
public java.lang.String msg(java.lang.String message_key, long arg)
message_key
- the message keyarg
- the argument
public java.lang.String msg(java.lang.String message_key, boolean arg)
message_key
- the message keyarg
- the argument
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |