|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResultMapBuilder
This interface defines how results are constructed for an Action. The action information is supplied and the result is a mapping of ResultConfig instances to the result name.
| Method Summary | |
|---|---|
Map<String,com.opensymphony.xwork2.config.entities.ResultConfig> |
build(Class<?> actionClass,
Action annotation,
String actionName,
com.opensymphony.xwork2.config.entities.PackageConfig packageConfig)
Builds the result configurations given the action information. |
| Method Detail |
|---|
Map<String,com.opensymphony.xwork2.config.entities.ResultConfig> build(Class<?> actionClass,
Action annotation,
String actionName,
com.opensymphony.xwork2.config.entities.PackageConfig packageConfig)
actionClass - The class of the action.annotation - The action annotation.actionName - The action name.packageConfig - The package configuration that the action will be added to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||