Uses of Class
org.apache.struts.config.MessageResourcesConfig
Packages that use MessageResourcesConfig
Package
Description
The "config" package contains configuration objects that correspond to
elements that may be specified in the
struts-config.xml
module configuration file.Provides default implementation classes for the
configuration objects.
The Utilities package provides a variety of families of classes,
to solve problems that are commonly encountered in building web applications.
-
Uses of MessageResourcesConfig in org.apache.struts.config
Methods in org.apache.struts.config that return MessageResourcesConfigModifier and TypeMethodDescriptionModuleConfig.findMessageResourcesConfig
(String key) Return the message resources configuration for the specified key, if any; otherwise returnnull
.ModuleConfig.findMessageResourcesConfigs()
Return the message resources configurations for this module.Methods in org.apache.struts.config with parameters of type MessageResourcesConfigModifier and TypeMethodDescriptionvoid
ModuleConfig.addMessageResourcesConfig
(MessageResourcesConfig config) Add a newMessageResourcesConfig
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
Fields in org.apache.struts.config.impl with type parameters of type MessageResourcesConfigModifier and TypeFieldDescriptionprotected HashMap
<String, MessageResourcesConfig> ModuleConfigImpl.messageResources
The set of message resources configurations for this module, if any, keyed by thekey
property.Methods in org.apache.struts.config.impl that return MessageResourcesConfigModifier and TypeMethodDescriptionModuleConfigImpl.findMessageResourcesConfig
(String key) Return the message resources configuration for the specified key, if any; otherwise returnnull
.ModuleConfigImpl.findMessageResourcesConfigs()
Return the message resources configurations for this module.Methods in org.apache.struts.config.impl with parameters of type MessageResourcesConfigModifier and TypeMethodDescriptionvoid
ModuleConfigImpl.addMessageResourcesConfig
(MessageResourcesConfig config) Add a newMessageResourcesConfig
instance to the set associated with this module.void
ModuleConfigImpl.removeMessageResourcesConfig
(MessageResourcesConfig config) Remove the specified message resources configuration instance. -
Uses of MessageResourcesConfig in org.apache.struts.util
Fields in org.apache.struts.util declared as MessageResourcesConfigModifier and TypeFieldDescriptionprotected MessageResourcesConfig
MessageResourcesFactory.config
Configuration information for Message Resources.Methods in org.apache.struts.util that return MessageResourcesConfigModifier and TypeMethodDescriptionMessageResourcesFactory.getConfig()
Set the configuration information for Message Resources.Methods in org.apache.struts.util with parameters of type MessageResourcesConfigModifier and TypeMethodDescriptionvoid
MessageResourcesFactory.setConfig
(MessageResourcesConfig config) Return the configuration information for Message Resources.