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

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

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
 

Methods in com.opensymphony.xwork.config.impl that return RuntimeConfiguration
 RuntimeConfiguration DefaultConfiguration.getRuntimeConfiguration()
           
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.
 


XWork Project Page