Uses of Interface
com.opensymphony.xwork2.config.RuntimeConfiguration

Packages that use RuntimeConfiguration
com.opensymphony.xwork2.config Configuration core classes. 
com.opensymphony.xwork2.config.impl Configuration implementation classes. 
 

Uses of RuntimeConfiguration in com.opensymphony.xwork2.config
 

Methods in com.opensymphony.xwork2.config that return RuntimeConfiguration
 RuntimeConfiguration Configuration.getRuntimeConfiguration()
          The current runtime configuration.
 

Uses of RuntimeConfiguration in com.opensymphony.xwork2.config.impl
 

Classes in com.opensymphony.xwork2.config.impl that implement RuntimeConfiguration
private  class DefaultConfiguration.RuntimeConfigurationImpl
           
 

Fields in com.opensymphony.xwork2.config.impl declared as RuntimeConfiguration
protected  RuntimeConfiguration DefaultConfiguration.runtimeConfiguration
           
 

Methods in com.opensymphony.xwork2.config.impl that return RuntimeConfiguration
protected  RuntimeConfiguration DefaultConfiguration.buildRuntimeConfiguration()
          This builds the internal runtime configuration used by Xwork for finding and configuring Actions from the programmatic configuration data structures.
 RuntimeConfiguration DefaultConfiguration.getRuntimeConfiguration()
           
 RuntimeConfiguration MockConfiguration.getRuntimeConfiguration()
           
 



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