Uses of Class
com.opensymphony.xwork.config.entities.ResultConfig

Packages that use ResultConfig
com.opensymphony.xwork   
com.opensymphony.xwork.config.entities   
 

Uses of ResultConfig in com.opensymphony.xwork
 

Methods in com.opensymphony.xwork with parameters of type ResultConfig
 Result ObjectFactory.buildResult(ResultConfig resultConfig, Map extraContext)
          Build a Result using the type in the ResultConfig and set the parameters in the ResultConfig.
 

Uses of ResultConfig in com.opensymphony.xwork.config.entities
 

Methods in com.opensymphony.xwork.config.entities with parameters of type ResultConfig
 void PackageConfig.addGlobalResultConfig(ResultConfig resultConfig)
           
 void ActionConfig.addResultConfig(ResultConfig resultConfig)
           
 


XWork Project Page