com.oroad.stxx.util
Class PropertyMessageResourcesFactory

java.lang.Object
  extended byorg.apache.struts.util.MessageResourcesFactory
      extended bycom.oroad.stxx.util.PropertyMessageResourcesFactory
All Implemented Interfaces:
java.io.Serializable

public class PropertyMessageResourcesFactory
extends org.apache.struts.util.MessageResourcesFactory

The factory for stxx message resources

Author:
Jeff Pennal, Don Brown
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.util.MessageResourcesFactory
clazz, factoryClass, returnNull
 
Constructor Summary
PropertyMessageResourcesFactory()
           
 
Method Summary
 org.apache.struts.util.MessageResources createResources(java.lang.String config)
          Create and return a newly instansiated MessageResources.
 
Methods inherited from class org.apache.struts.util.MessageResourcesFactory
createFactory, getFactoryClass, getReturnNull, setFactoryClass, setReturnNull
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyMessageResourcesFactory

public PropertyMessageResourcesFactory()
Method Detail

createResources

public org.apache.struts.util.MessageResources createResources(java.lang.String config)
Create and return a newly instansiated MessageResources. This method must be implemented by concrete subclasses.

Parameters:
config - Configuration parameter(s) for the requested bundle
Returns:
The message resources