API Overview API Index Package Overview Direct link to this page
Struts 1.3
  org.apache.struts.util. MessageResourcesFactory View Source
Author(s)
Since
Version
$Rev: 471754 $ $Date: 2005-08-29 23:57:50 -0400 (Mon, 29 Aug 2005) $
Serial
Hierarchy
 Object
      MessageResourcesFactory
Implements
 Serializable
Subclasses
Description
publicabstract abstract class MessageResourcesFactory
  Factory for MessageResources instances.
See also:   
Constructors
public MessageResourcesFactory ()
Methods
Hide/Show inherited methods
publicstatic MessageResourcesFactory createFactory ()
  Create and return a MessageResourcesFactory instance of the appropriate class, which can be used to create customized MessageResources instances.
publicabstract MessageResources createResources (String config)
  Create and return a newly instansiated MessageResources.
public MessageResourcesConfig getConfig ()
  Set the configuration information for Message Resources.
publicstatic String getFactoryClass ()
  The fully qualified class name that is used for MessageResourcesFactory instances.
public boolean getReturnNull ()
  Get default value of the "returnNull" property used to initialize newly created MessageResourcess.
public void setConfig (MessageResourcesConfig config)
  Return the configuration information for Message Resources.
publicstatic void setFactoryClass (String factoryClass)
  Set the fully qualified class name that is used for MessageResourcesFactory instances.
public void setReturnNull (boolean returnNull)
  Set the default value of the "returnNull" property newly created MessageResourcess are initialized to.
Fields
Hide/Show inherited fields
protectedstatictransient Class clazz
The Java class to be used for MessageResourcesFactory instances.
protected MessageResourcesConfig config
Configuration information for Message Resources.
protectedstatic String factoryClass
The fully qualified class name to be used for MessageResourcesFactory instances.
protected boolean returnNull
The "return null" property value to which newly created MessageResourcess should be initialized.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar