Uses of Class
org.apache.struts.util.MessageResourcesFactory

Packages that use MessageResourcesFactory
org.apache.struts.util 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.util
 class PropertyMessageResourcesFactory
          Factory for PropertyMessageResources instances.
 

Fields in org.apache.struts.util declared as MessageResourcesFactory
protected static MessageResourcesFactory MessageResources.defaultFactory
          The default MessageResourcesFactory used to create MessageResources instances.
protected  MessageResourcesFactory MessageResources.factory
          The MessageResourcesFactory that created this instance.
 

Methods in org.apache.struts.util that return MessageResourcesFactory
static MessageResourcesFactory MessageResourcesFactory.createFactory()
          Create and return a MessageResourcesFactory instance of the appropriate class, which can be used to create customized MessageResources instances.
 MessageResourcesFactory MessageResources.getFactory()
          The MessageResourcesFactory that created this instance.
 

Constructors in org.apache.struts.util with parameters of type MessageResourcesFactory
MessageResources(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.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.