|
|||||||||
| Home >> All >> org >> apache >> struts >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.struts.util
Class PropertyMessageResourcesFactory

java.lang.Objectorg.apache.struts.util.MessageResourcesFactory
org.apache.struts.util.PropertyMessageResourcesFactory
- All Implemented Interfaces:
- java.io.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 |
clazz, config, factoryClass, returnNull |
| Constructor Summary | |
PropertyMessageResourcesFactory()
|
|
| Method Summary | |
MessageResources |
createResources(java.lang.String config)
Create and return a newly instansiated MessageResources. |
| Methods inherited from class org.apache.struts.util.MessageResourcesFactory |
createFactory, getConfig, getFactoryClass, getReturnNull, setConfig, 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 MessageResources createResources(java.lang.String config)
- Create and return a newly instansiated
MessageResources. This method must be implemented by concrete subclasses.- Specified by:
createResourcesin classMessageResourcesFactory
|
|||||||||
| Home >> All >> org >> apache >> struts >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC