|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RuntimeConfiguration
RuntimeConfiguration
Method Summary | |
---|---|
ActionConfig |
getActionConfig(java.lang.String namespace,
java.lang.String name)
get the fully expanded ActionConfig for a specified namespace and (action) name |
java.util.Map |
getActionConfigs()
returns a Map of all the registered ActionConfigs. |
Method Detail |
---|
ActionConfig getActionConfig(java.lang.String namespace, java.lang.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.
java.util.Map getActionConfigs()
ActionConfig config = (ActionConfig)((Map)getActionConfigs.get(namespace)).get(name);should return a valid config for valid namespace/name pairs
|
XWork Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |