Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
MessageResourcesConfig |
ModuleConfig.findMessageResourcesConfig(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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
MessageResourcesConfig |
ModuleConfigImpl.findMessageResourcesConfig(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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected MessageResourcesConfig |
MessageResourcesFactory.config
Configuration information for Message Resources.
|
Modifier and Type | Method and Description |
---|---|
MessageResourcesConfig |
MessageResourcesFactory.getConfig()
Set the configuration information for Message Resources.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageResourcesFactory.setConfig(MessageResourcesConfig config)
Return the configuration information for Message Resources.
|
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.