|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Objectf_resourceBundle
public final class f_resourceBundle
| Method Summary | |
|---|---|
static void |
Define(String name,
Object values)
|
static void |
Define2(String name,
Object values)
|
static f_resourceBundle |
Get(String name)
|
Object |
f_format(String key,
any... params)
Search a value associated to a property. |
Object |
f_formatParams(String key,
any[] params,
any defaultValue)
Search a value associated to a property. |
Object |
f_get(String key,
String defaultValue)
Search a value associated to a property. |
String |
toString()
Returns a string representing the specified object. |
| Methods inherited from class Object |
|---|
toString |
| Method Detail |
|---|
public static final void Define2(String name,
Object values)
name - Name of resourceBundle. (can be a f_class !)values -
public Object f_formatParams(String key,
any[] params,
any defaultValue)
key - Key of property.params - Parameters which will be formatted into the string associated to the key.
The Nth element in the array will replace the '{n}' substring. (First element: {0}; Second element {1} ...)
public Object f_format(String key,
any... params)
key - Key of property.params - Parameters which will be formatted into the string associated to the key.
The Nth parameter will replace the '{n}' substring. (First parameter: {0}; Second parameter {1} ...)public String toString()
Object
toString in class Object
public static final void Define(String name,
Object values)
name - Name of resourceBundle. (can be a f_class !)values - public static final f_resourceBundle Get(String name)
name - Name of resourceBundle. (can be a f_class !)
public Object f_get(String key,
String defaultValue)
key - Key of property.defaultValue - Default value if key is not found.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||