Method Summary |
|
public static MessageResourcesFactory | createFactory() Create and return a MessageResourcesFactory instance of
the appropriate class, which can be used to create customized
MessageResources instances. |
abstract public MessageResources | createResources(String config) Create and return a newly instansiated MessageResources . |
public MessageResourcesConfig | getConfig() Set the configuration information for Message Resources. |
public static String | getFactoryClass() The fully qualified class name that is used for MessageResourcesFactory
instances. |
public boolean | getReturnNull() Get default value of the "returnNull" property used to initialize newly
created MessageResourcess. |
public void | setConfig(MessageResourcesConfig config) Return the configuration information for Message Resources. |
public static void | setFactoryClass(String factoryClass) Set the fully qualified class name that is used for
MessageResourcesFactory instances. |
public void | setReturnNull(boolean returnNull) Set the default value of the "returnNull" property newly created
MessageResourcess are initialized to. |