Class PropertyMessageResourcesFactory

java.lang.Object
org.apache.struts.util.MessageResourcesFactory
org.apache.struts.util.PropertyMessageResourcesFactory
All 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$ $Date$
See Also:
  • Constructor Details

    • PropertyMessageResourcesFactory

      public PropertyMessageResourcesFactory()
  • Method Details

    • createResources

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