|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis.i18n.MessageBundle
Accept parameters for ProjectResourceBundle, but defer object instantiation (and therefore resource bundle loading) until required.
Constructor Summary | |
MessageBundle(String projectName,
String packageName,
String resourceName,
Locale locale,
ClassLoader classLoader,
ResourceBundle parent)
Construct a new ExtendMessages |
Method Summary | |
String |
getMessage(String key)
Gets a string message from the resource bundle for the given key |
String |
getMessage(String key,
String arg0)
Gets a string message from the resource bundle for the given key. |
String |
getMessage(String key,
String[] array)
Gets a string message from the resource bundle for the given key. |
String |
getMessage(String key,
String arg0,
String arg1)
Gets a string message from the resource bundle for the given key. |
String |
getMessage(String key,
String arg0,
String arg1,
String arg2)
Gets a string message from the resource bundle for the given key. |
String |
getMessage(String key,
String arg0,
String arg1,
String arg2,
String arg3)
Gets a string message from the resource bundle for the given key. |
String |
getMessage(String key,
String arg0,
String arg1,
String arg2,
String arg3,
String arg4)
Gets a string message from the resource bundle for the given key. |
ProjectResourceBundle |
getResourceBundle()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MessageBundle(String projectName, String packageName, String resourceName, Locale locale, ClassLoader classLoader, ResourceBundle parent) throws MissingResourceException
Method Detail |
public final ProjectResourceBundle getResourceBundle()
public String getMessage(String key) throws MissingResourceException
key
- The resource key
MissingResourceException
public String getMessage(String key, String arg0) throws MissingResourceException
Gets a string message from the resource bundle for the given key. The message may contain variables that will be substituted with the given arguments. Variables have the format:
key
- The resource keyarg0
- The argument to place in variable {0}
MissingResourceException
public String getMessage(String key, String arg0, String arg1) throws MissingResourceException
Gets a string message from the resource bundle for the given key. The message may contain variables that will be substituted with the given arguments. Variables have the format:
key
- The resource keyarg0
- The argument to place in variable {0}arg1
- The argument to place in variable {1}
MissingResourceException
public String getMessage(String key, String arg0, String arg1, String arg2) throws MissingResourceException
Gets a string message from the resource bundle for the given key. The message may contain variables that will be substituted with the given arguments. Variables have the format:
key
- The resource keyarg0
- The argument to place in variable {0}arg1
- The argument to place in variable {1}arg2
- The argument to place in variable {2}
MissingResourceException
public String getMessage(String key, String arg0, String arg1, String arg2, String arg3) throws MissingResourceException
Gets a string message from the resource bundle for the given key. The message may contain variables that will be substituted with the given arguments. Variables have the format:
key
- The resource keyarg0
- The argument to place in variable {0}arg1
- The argument to place in variable {1}arg2
- The argument to place in variable {2}arg3
- The argument to place in variable {3}
MissingResourceException
public String getMessage(String key, String arg0, String arg1, String arg2, String arg3, String arg4) throws MissingResourceException
Gets a string message from the resource bundle for the given key. The message may contain variables that will be substituted with the given arguments. Variables have the format:
key
- The resource keyarg0
- The argument to place in variable {0}arg1
- The argument to place in variable {1}arg2
- The argument to place in variable {2}arg3
- The argument to place in variable {3}arg4
- The argument to place in variable {4}
MissingResourceException
public String getMessage(String key, String[] array) throws MissingResourceException
Gets a string message from the resource bundle for the given key. The message may contain variables that will be substituted with the given arguments. Variables have the format:
key
- The resource keyarray
- An array of objects to place in corresponding variables
MissingResourceException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |