Package org.apache.struts.util
Class PropertyMessageResourcesFactory
java.lang.Object
org.apache.struts.util.MessageResourcesFactory
org.apache.struts.util.PropertyMessageResourcesFactory
- All Implemented Interfaces:
Serializable
Factory for
PropertyMessageResources
instances. The
configuration paramter for such instances is the base Java package name of
the resources entries from which our keys and values will be loaded.- Version:
- $Rev$ $Date$
- See Also:
-
Field Summary
Fields inherited from class org.apache.struts.util.MessageResourcesFactory
clazz, config, factoryClass, returnNull
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateResources
(String config) Create and return a newly instansiatedMessageResources
.Methods inherited from class org.apache.struts.util.MessageResourcesFactory
createFactory, getConfig, getFactoryClass, getReturnNull, setConfig, setFactoryClass, setReturnNull
-
Constructor Details
-
PropertyMessageResourcesFactory
public PropertyMessageResourcesFactory()
-
-
Method Details
-
createResources
Create and return a newly instansiatedMessageResources
. This method must be implemented by concrete subclasses.- Specified by:
createResources
in classMessageResourcesFactory
- Parameters:
config
- Configuration parameter(s) for the requested bundle
-