|
||||||||||
| 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 | |
|---|---|
java.util.Map<java.lang.String,ResultConfig> |
build(java.lang.Class<?> actionClass,
Action annotation,
java.lang.String actionName,
PackageConfig packageConfig)
Builds the result configurations given the action information. |
| Method Detail |
|---|
java.util.Map<java.lang.String,ResultConfig> build(java.lang.Class<?> actionClass,
Action annotation,
java.lang.String actionName,
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 | |||||||||