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(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(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–2018 Apache Software Foundation. All rights reserved.