Uses of Class
org.apache.struts.config.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
Modifier 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.Modifier 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
Modifier and TypeFieldDescriptionprotected HashMap
<String, MessageResourcesConfig> ModuleConfigImpl.messageResources
The set of message resources configurations for this module, if any, keyed by thekey
property.Modifier 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.Modifier 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
Modifier and TypeFieldDescriptionprotected MessageResourcesConfig
MessageResourcesFactory.config
Configuration information for Message Resources.Modifier and TypeMethodDescriptionMessageResourcesFactory.getConfig()
Set the configuration information for Message Resources.Modifier and TypeMethodDescriptionvoid
MessageResourcesFactory.setConfig
(MessageResourcesConfig config) Return the configuration information for Message Resources.