Uses of Class
org.apache.struts.util.MessageResourcesFactory
Package
Description
The Utilities package provides a variety of families of classes,
to solve problems that are commonly encountered in building web applications.
-
Uses of MessageResourcesFactory in org.apache.struts.util
Modifier and TypeClassDescriptionclass
Factory forPropertyMessageResources
instances.Modifier and TypeFieldDescriptionprotected static MessageResourcesFactory
MessageResources.defaultFactory
The default MessageResourcesFactory used to create MessageResources instances.protected MessageResourcesFactory
MessageResources.factory
TheMessageResourcesFactory
that created this instance.Modifier and TypeFieldDescriptionprotected static Class
<? extends MessageResourcesFactory> MessageResourcesFactory.clazz
The Java class to be used forMessageResourcesFactory
instances.Modifier and TypeMethodDescriptionstatic MessageResourcesFactory
MessageResourcesFactory.createFactory()
Create and return aMessageResourcesFactory
instance of the appropriate class, which can be used to create customizedMessageResources
instances.MessageResources.getFactory()
TheMessageResourcesFactory
that created this instance.ModifierConstructorDescriptionMessageResources
(MessageResourcesFactory factory, String config) Construct a new MessageResources according to the specified parameters.MessageResources
(MessageResourcesFactory factory, String config, boolean returnNull) Construct a new MessageResources according to the specified parameters.PropertyMessageResources
(MessageResourcesFactory factory, String config) Construct a new PropertyMessageResources according to the specified parameters.PropertyMessageResources
(MessageResourcesFactory factory, String config, boolean returnNull) Construct a new PropertyMessageResources according to the specified parameters.