com.groiss.component
Class DefaultResource
java.lang.Object
com.groiss.component.DefaultResource
public class DefaultResource
- extends Object
Provides static methods for accessing the default resource.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultResource
public DefaultResource()
init
public static void init()
init
public static void init(String stringBundle,
String errorBundle)
init
public static void init(Resource res)
getResource
public static Resource getResource()
getString
public static String getString(String key,
Object[] arguments)
getString
public static String getString(String key)
getErrorMessage
public static String getErrorMessage(String key)
getErrorMessage
public static String getErrorMessage(String key,
Object[] arguments)
createLocalizedList
public static List<String> createLocalizedList(String... args)
@enterprise 8.0.10078 Copyright © 2001-2011 Groiss Informatics GmbH. All Rights Reserved.