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 TypeClassDescriptionclassFactory forPropertyMessageResourcesinstances.Fields in org.apache.struts.util declared as MessageResourcesFactoryModifier and TypeFieldDescriptionprotected static MessageResourcesFactoryMessageResources.defaultFactoryThe default MessageResourcesFactory used to create MessageResources instances.protected MessageResourcesFactoryMessageResources.factoryTheMessageResourcesFactorythat created this instance.Fields in org.apache.struts.util with type parameters of type MessageResourcesFactoryModifier and TypeFieldDescriptionprotected static Class<? extends MessageResourcesFactory> MessageResourcesFactory.clazzThe Java class to be used forMessageResourcesFactoryinstances.Methods in org.apache.struts.util that return MessageResourcesFactoryModifier and TypeMethodDescriptionstatic MessageResourcesFactoryMessageResourcesFactory.createFactory()Create and return aMessageResourcesFactoryinstance of the appropriate class, which can be used to create customizedMessageResourcesinstances.MessageResources.getFactory()TheMessageResourcesFactorythat 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.