| java.lang.Object com.opensymphony.webwork.sitegraph.XWorkConfigRetriever
XWorkConfigRetriever | public class XWorkConfigRetriever (Code) | | Initializes and retrieves XWork config elements
|
getActionConfig | public static ActionConfig getActionConfig(String namespace, String actionName)(Code) | | Returns the ActionConfig for this action name at this namespace.
Parameters: namespace - Parameters: actionName - The ActionConfig for this action name at this namespace. |
getActionConfigs | public static Map getActionConfigs()(Code) | | Returns a Map of all action names/configs
Map of all action names/configs |
getActionNames | public static Set getActionNames(String namespace)(Code) | | Return a Set of the action names for this namespace.
Parameters: namespace - Set of the action names for this namespace. |
getNamespaces | public static Set getNamespaces()(Code) | | |
setConfiguration | public static void setConfiguration(String configDir, String[] views)(Code) | | |
|
|