org.apache.struts2.config_browser
Class ConfigurationHelper

java.lang.Object
  extended by org.apache.struts2.config_browser.ConfigurationHelper

public class ConfigurationHelper
extends Object

ConfigurationHelper


Constructor Summary
ConfigurationHelper()
           
 
Method Summary
 com.opensymphony.xwork2.config.entities.ActionConfig getActionConfig(String namespace, String actionName)
           
 Set<String> getActionNames(String namespace)
           
 List<Properties> getJarProperties()
           
 Set<String> getNamespaces()
           
 void setConfiguration(com.opensymphony.xwork2.config.Configuration config)
           
 
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

setConfiguration

public void setConfiguration(com.opensymphony.xwork2.config.Configuration config)

getNamespaces

public Set<String> getNamespaces()

getActionNames

public Set<String> getActionNames(String namespace)

getActionConfig

public com.opensymphony.xwork2.config.entities.ActionConfig getActionConfig(String namespace,
                                                                            String actionName)

getJarProperties

public List<Properties> getJarProperties()
                                  throws IOException
Throws:
IOException


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.