| 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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.  | 
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||