public interface RuntimeConfiguration extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
| ActionConfig | getActionConfig(String namespace,
               String name)get the fully expanded ActionConfig for a specified namespace and (action) name | 
| Map<String,Map<String,ActionConfig>> | getActionConfigs()returns a Map of all the registered ActionConfigs. | 
ActionConfig getActionConfig(String namespace, String name)
namespace - the namespace of the Action.  if this is null, then the empty namespace, "", will be usedname - the name of the Action.  may not be null.Map<String,Map<String,ActionConfig>> getActionConfigs()
                 ActionConfig config = (ActionConfig)((Map)getActionConfigs.get(namespace)).get(name);
                 
         should return a valid config for valid namespace/name pairsCopyright © 2000–2025 Apache Software Foundation. All rights reserved.