|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InterceptorMapBuilder
This interface defines how interceptors are built from annotations.
| Method Summary | |
|---|---|
List<com.opensymphony.xwork2.config.entities.InterceptorMapping> |
build(Class<?> actionClass,
com.opensymphony.xwork2.config.entities.PackageConfig.Builder builder,
String actionName,
Action annotation)
Builds the interceptor configurations given the action information. |
| Method Detail |
|---|
List<com.opensymphony.xwork2.config.entities.InterceptorMapping> build(Class<?> actionClass,
com.opensymphony.xwork2.config.entities.PackageConfig.Builder builder,
String actionName,
Action annotation)
actionClass - The class of the action.annotation - The action annotation.actionName - The action name.builder - The package configuration builder.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||