Apache Struts API Documentation: Uses of Class org.apache.struts.config.MessageResourcesConfig

Apache Struts API


Uses of Class
org.apache.struts.config.MessageResourcesConfig

Packages that use MessageResourcesConfig
org.apache.struts.config The "config" package contains configuration objects that correspond to elements that may be specified in the struts-config.xml module configuration file. 
org.apache.struts.config.impl   
 

Uses of MessageResourcesConfig in org.apache.struts.config
 

Methods in org.apache.struts.config that return MessageResourcesConfig
 MessageResourcesConfig ModuleConfig.findMessageResourcesConfig(java.lang.String key)
          Return the message resources configuration for the specified key, if any; otherwise return null.
 MessageResourcesConfig[] ModuleConfig.findMessageResourcesConfigs()
          Return the message resources configurations for this module.
 

Methods in org.apache.struts.config with parameters of type MessageResourcesConfig
 void ModuleConfig.addMessageResourcesConfig(MessageResourcesConfig config)
          Add a new MessageResourcesConfig instance to the set associated with this module.
 void ModuleConfig.removeMessageResourcesConfig(MessageResourcesConfig config)
          Remove the specified message resources configuration instance.
 

Uses of MessageResourcesConfig in org.apache.struts.config.impl
 

Methods in org.apache.struts.config.impl that return MessageResourcesConfig
 MessageResourcesConfig ModuleConfigImpl.findMessageResourcesConfig(java.lang.String key)
          Return the message resources configuration for the specified key, if any; otherwise return null.
 MessageResourcesConfig[] ModuleConfigImpl.findMessageResourcesConfigs()
          Return the message resources configurations for this module.
 

Methods in org.apache.struts.config.impl with parameters of type MessageResourcesConfig
 void ModuleConfigImpl.addMessageResourcesConfig(MessageResourcesConfig config)
          Add a new MessageResourcesConfig instance to the set associated with this module.
 void ModuleConfigImpl.removeMessageResourcesConfig(MessageResourcesConfig config)
          Remove the specified message resources configuration instance.
 



Copyright © 2000-2005 - The Apache Software Foundation