|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RuntimeConfiguration
RuntimeConfiguration
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 pairs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||