com.oroad.stxx.plugin
Class StxxPropertyMessageResourcesFactory

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

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

The factory to create the MessageResources implementationZ

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
StxxPropertyMessageResourcesFactory()
           
 
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

StxxPropertyMessageResourcesFactory

public StxxPropertyMessageResourcesFactory()
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 instance