|
||||||||||
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 | Provides default implementation classes for the configuration objects. |
org.apache.struts.util | 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 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. |
Uses of MessageResourcesConfig in org.apache.struts.util |
---|
Fields in org.apache.struts.util declared as MessageResourcesConfig | |
---|---|
protected MessageResourcesConfig |
MessageResourcesFactory.config
Configuration information for Message Resources. |
Methods in org.apache.struts.util that return MessageResourcesConfig | |
---|---|
MessageResourcesConfig |
MessageResourcesFactory.getConfig()
Set the configuration information for Message Resources. |
Methods in org.apache.struts.util with parameters of type MessageResourcesConfig | |
---|---|
void |
MessageResourcesFactory.setConfig(MessageResourcesConfig config)
Return the configuration information for Message Resources. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |