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

Packages that use ResultConfig
com.opensymphony.webwork.pico   
com.opensymphony.webwork.sitegraph   
com.opensymphony.xwork   
com.opensymphony.xwork.config.entities   
 

Uses of ResultConfig in com.opensymphony.webwork.pico
 

Methods in com.opensymphony.webwork.pico with parameters of type ResultConfig
 Result PicoObjectFactory.buildResult(ResultConfig resultConfig, Map extraContext)
           
 

Uses of ResultConfig in com.opensymphony.webwork.sitegraph
 

Methods in com.opensymphony.webwork.sitegraph that return ResultConfig
static ResultConfig XWorkConfigRetriever.getResultConfig(String namespace, String actionName, String resultName)
           
 

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)
           
 


WebWork Project Page