com.opensymphony.webwork.config_browser
Class ConfigurationHelper

java.lang.Object
  extended by com.opensymphony.webwork.config_browser.ConfigurationHelper

public class ConfigurationHelper
extends Object

ConfigurationHelper

Author:
Jason Carreira Created Aug 11, 2003 8:41:17 PM

Constructor Summary
ConfigurationHelper()
           
 
Method Summary
static ActionConfig getActionConfig(String namespace, String actionName)
           
static Set getActionNames(String namespace)
           
static Set getNamespaces()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationHelper

public ConfigurationHelper()
Method Detail

getNamespaces

public static Set getNamespaces()

getActionNames

public static Set getActionNames(String namespace)

getActionConfig

public static ActionConfig getActionConfig(String namespace,
                                           String actionName)

WebWork Project Page