Uses of Class
org.apache.struts.util.MessageResourcesFactory
Packages that use 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
Subclasses of MessageResourcesFactory in org.apache.struts.utilModifier and TypeClassDescriptionclass
Factory forPropertyMessageResources
instances.Fields in org.apache.struts.util declared as MessageResourcesFactoryModifier and TypeFieldDescriptionprotected static MessageResourcesFactory
MessageResources.defaultFactory
The default MessageResourcesFactory used to create MessageResources instances.protected MessageResourcesFactory
MessageResources.factory
TheMessageResourcesFactory
that created this instance.Fields in org.apache.struts.util with type parameters of type MessageResourcesFactoryModifier and TypeFieldDescriptionprotected static Class
<? extends MessageResourcesFactory> MessageResourcesFactory.clazz
The Java class to be used forMessageResourcesFactory
instances.Methods in org.apache.struts.util that return MessageResourcesFactoryModifier 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.Constructors in org.apache.struts.util with parameters of type MessageResourcesFactoryModifierConstructorDescriptionMessageResources
(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.