public class ResourceKeyFactory extends Object
| Constructor and Description |
|---|
ResourceKeyFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <T> String |
newResourceKey(T object,
boolean simpleName,
String keySuffix)
Creates a new resource key from the given object and the given key.
|
static <T> String |
newResourceKey(T object,
String keySuffix)
Creates a new resource key from the given object and the given key.
|
public static <T> String newResourceKey(T object, String keySuffix)
T - The generic type of the given object.object - The object that will be used to generate the resource key.keySuffix - The suffix that will be used to generate the resource key.public static <T> String newResourceKey(T object, boolean simpleName, String keySuffix)
T - The generic type of the given object.object - The object that will be used to generate the resource key.keySuffix - The suffix that will be used to generate the resource key.simpleName - The flag if the simple name will be used as prefix.Copyright © 2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.