Public Member Functions | |
| String | getMessage (String key, Object[] args) |
| String | getMessage (String key) |
| String | getMessage (String key, Object obj) |
| String | getMessage (String key, Object obj1, Object obj2) |
| String | getMessage (String key, Object obj1, Object obj2, Object obj3) |
| String | getMessage (String key, Object obj1, Object obj2, Object obj3, Object obj4) |
| String | getMessage (String key, Object obj1, Object obj2, Object obj3, Object obj4, Object obj5) |
| String | getMessage (String key, Object obj1, Object obj2, Object obj3, Object obj4, Object obj5, Object obj6) |
Static Public Member Functions | |
| I18n | getInstance (Class c) |
| I18n | getInstance (Class c, ClassLoader cl) |
| I18n | getInstance (String packageName) |
| I18n | getInstance (String packageName, ClassLoader cl) |
Definition at line 43 of file I18n.java.
|
||||||||||||
|
Gets the instance for a given package
|
|
|
Gets the instance for a given package
|
|
||||||||||||
|
Gets the instance for a given class
|
|
|
Gets the instance for a given class
Definition at line 84 of file I18n.java. Referenced by org.objectweb.jonas.web.catalina50.CatalinaJWebContainerServiceImpl.doInit(). |
|
||||||||||||||||||||||||||||||||
|
Gets the formatted string with the given arguments
|
|
||||||||||||||||||||||||||||
|
Gets the formatted string with the given arguments
|
|
||||||||||||||||||||||||
|
Gets the formatted string with the given arguments
|
|
||||||||||||||||||||
|
Gets the formatted string with the given arguments
|
|
||||||||||||||||
|
Gets the formatted string with the given arguments
|
|
||||||||||||
|
Gets the formatted string with the given arguments
|
|
|
Gets the value of the given key
|
|
||||||||||||
1.3.9.1