|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.config.i18n.MessageFactory
Constructor Summary | |
MessageFactory()
|
Method Summary | |
protected static Message |
createMessage(String bundlePath,
int code)
Factory method to create a new Message instance that is filled with the formatted
message with id code from the resource bundle bundlePath . |
protected static Message |
createMessage(String bundlePath,
int code,
Object arg)
Factory method to create a new Message instance that is filled with the formatted
message with id code from the resource bundle bundlePath . |
protected static Message |
createMessage(String bundlePath,
int code,
Object arg1,
Object arg2)
Factory method to create a new Message instance that is filled with the formatted
message with id code from the resource bundle bundlePath . |
protected static Message |
createMessage(String bundlePath,
int code,
Object arg1,
Object arg2,
Object arg3)
Factory method to create a new Message instance that is filled with the formatted
message with id code from the resource bundle bundlePath . |
static Message |
createStaticMessage(String message)
Factory method to create a Message instance that is not read from a resource bundle. |
protected static String |
getBundlePath(String bundleName)
Computes the bundle's full path ( META-INF/services/org/mule/i18n/<bundleName>-messages.properties ) from
bundleName . |
protected static String |
getString(String bundlePath,
int code)
Factory method to read the message with code code from the resource bundle. |
protected static String |
getString(String bundlePath,
int code,
Object arg)
Factory method to read the message with code code from the resource bundle. |
protected static String |
getString(String bundlePath,
int code,
Object[] args)
|
protected static String |
getString(String bundlePath,
int code,
Object arg1,
Object arg2)
Factory method to read the message with code code from the resource bundle. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MessageFactory()
Method Detail |
protected static String getBundlePath(String bundleName)
META-INF/services/org/mule/i18n/<bundleName>-messages.properties
) from
bundleName
.
bundleName
- Name of the bundle without the "messages" suffix and without
file extension.protected static Message createMessage(String bundlePath, int code, Object arg)
Message
instance that is filled with the formatted
message with id code
from the resource bundle bundlePath
.
bundlePath
- complete path to the resource bundle for lookupcode
- numeric code of the messagearg
- getBundlePath()
protected static Message createMessage(String bundlePath, int code, Object arg1, Object arg2)
Message
instance that is filled with the formatted
message with id code
from the resource bundle bundlePath
.
bundlePath
- complete path to the resource bundle for lookupcode
- numeric code of the messagearg1
- arg2
- getBundlePath()
protected static Message createMessage(String bundlePath, int code, Object arg1, Object arg2, Object arg3)
Message
instance that is filled with the formatted
message with id code
from the resource bundle bundlePath
.
bundlePath
- complete path to the resource bundle for lookupcode
- numeric code of the messagearg1
- arg2
- arg3
- getBundlePath()
protected static Message createMessage(String bundlePath, int code)
Message
instance that is filled with the formatted
message with id code
from the resource bundle bundlePath
.
bundlePath
- complete path to the resource bundle for lookupcode
- numeric code of the messagepublic static Message createStaticMessage(String message)
Message
instance that is not read from a resource bundle.
message
- Message's message text
protected static String getString(String bundlePath, int code)
code
from the resource bundle.
bundlePath
- complete path to the resource bundle for lookupcode
- numeric code of the message
String
protected static String getString(String bundlePath, int code, Object arg)
code
from the resource bundle.
bundlePath
- complete path to the resource bundle for lookupcode
- numeric code of the messagearg
-
String
protected static String getString(String bundlePath, int code, Object arg1, Object arg2)
code
from the resource bundle.
bundlePath
- complete path to the resource bundle for lookupcode
- numeric code of the messagearg1
- arg2
-
String
protected static String getString(String bundlePath, int code, Object[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |