|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.util.MessageResourcesFactory org.apache.struts.util.PropertyMessageResourcesFactory
public class PropertyMessageResourcesFactory
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.
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 |
---|
public PropertyMessageResourcesFactory()
Method Detail |
---|
public MessageResources createResources(java.lang.String config)
MessageResources
.
This method must be implemented by concrete subclasses.
createResources
in class MessageResourcesFactory
config
- Configuration parameter(s) for the requested bundle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |