org.apache.struts.util

Class PropertyMessageResourcesFactory

Implemented Interfaces:
Serializable

public class PropertyMessageResourcesFactory
extends MessageResourcesFactory

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: 54929 $ $Date: 2004-10-16 17:38:42 +0100 (Sat, 16 Oct 2004) $

Field Summary

Fields inherited from class org.apache.struts.util.MessageResourcesFactory

LOG, clazz, config, factoryClass, returnNull

Method Summary

MessageResources
createResources(String config)
Create and return a newly instansiated MessageResources.

Methods inherited from class org.apache.struts.util.MessageResourcesFactory

createFactory, createResources, getConfig, getFactoryClass, getReturnNull, setConfig, setFactoryClass, setReturnNull

Method Details

createResources

public MessageResources createResources(String config)
Create and return a newly instansiated MessageResources. This method must be implemented by concrete subclasses.
Overrides:
createResources in interface MessageResourcesFactory
Parameters:
config - Configuration parameter(s) for the requested bundle

Copyright B) 2000-2007 - The Apache Software Foundation