| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResultConfig | |
|---|---|
| com.opensymphony.xwork2 | Main XWork interfaces and classes. | 
| com.opensymphony.xwork2.config.entities | Configuration entity classes. | 
| com.opensymphony.xwork2.config.impl | Configuration implementation classes. | 
| org.apache.struts2.impl | |
| Uses of ResultConfig in com.opensymphony.xwork2 | 
|---|
| Methods in com.opensymphony.xwork2 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.xwork2.config.entities | 
|---|
| Fields in com.opensymphony.xwork2.config.entities declared as ResultConfig | |
|---|---|
private  ResultConfig | 
ResultConfig.Builder.target
 | 
| Fields in com.opensymphony.xwork2.config.entities with type parameters of type ResultConfig | |
|---|---|
private  Map<String,ResultConfig> | 
PackageConfig.globalResultConfigs
 | 
protected  Map<String,ResultConfig> | 
ActionConfig.results
 | 
| Methods in com.opensymphony.xwork2.config.entities that return ResultConfig | |
|---|---|
 ResultConfig | 
ResultConfig.Builder.build()
 | 
| Methods in com.opensymphony.xwork2.config.entities that return types with arguments of type ResultConfig | |
|---|---|
 Map<String,ResultConfig> | 
PackageConfig.getAllGlobalResults()
returns the Map of all the global ResultConfigs available in the current package.  | 
 Map<String,ResultConfig> | 
PackageConfig.getGlobalResultConfigs()
gets the global ResultConfigs local to this package  | 
 Map<String,ResultConfig> | 
ActionConfig.getResults()
 | 
| Methods in com.opensymphony.xwork2.config.entities with parameters of type ResultConfig | |
|---|---|
 PackageConfig.Builder | 
PackageConfig.Builder.addGlobalResultConfig(ResultConfig resultConfig)
 | 
 ActionConfig.Builder | 
ActionConfig.Builder.addResultConfig(ResultConfig resultConfig)
 | 
| Method parameters in com.opensymphony.xwork2.config.entities with type arguments of type ResultConfig | |
|---|---|
 ActionConfig.Builder | 
ActionConfig.Builder.addResultConfigs(Collection<ResultConfig> configs)
 | 
 ActionConfig.Builder | 
ActionConfig.Builder.addResultConfigs(Map<String,ResultConfig> configs)
 | 
| Constructors in com.opensymphony.xwork2.config.entities with parameters of type ResultConfig | |
|---|---|
ResultConfig.Builder(ResultConfig orig)
 | 
|
ResultConfig(ResultConfig orig)
 | 
|
| Uses of ResultConfig in com.opensymphony.xwork2.config.impl | 
|---|
| Method parameters in com.opensymphony.xwork2.config.impl with type arguments of type ResultConfig | |
|---|---|
private  void | 
DefaultConfiguration.setDefaultResults(Map<String,ResultConfig> results,
                  PackageConfig packageContext)
 | 
| Uses of ResultConfig in org.apache.struts2.impl | 
|---|
| Methods in org.apache.struts2.impl with parameters of type ResultConfig | |
|---|---|
 Result | 
StrutsObjectFactory.buildResult(ResultConfig resultConfig,
            Map extraContext)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||