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

Packages that use RuntimeConfiguration
com.opensymphony.xwork.config   
com.opensymphony.xwork.config.impl   
com.opensymphony.xwork.mock   
 

Uses of RuntimeConfiguration in com.opensymphony.xwork.config
 

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

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

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

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

Uses of RuntimeConfiguration in com.opensymphony.xwork.mock
 

Methods in com.opensymphony.xwork.mock that return RuntimeConfiguration
 RuntimeConfiguration MockConfiguration.getRuntimeConfiguration()
           
 


WebWork Project Page