|
||||||||||
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 | |
---|---|
java.util.List<InterceptorMapping> |
build(java.lang.Class<?> actionClass,
PackageConfig.Builder builder,
java.lang.String actionName,
Action annotation)
Builds the interceptor configurations given the action information. |
Method Detail |
---|
java.util.List<InterceptorMapping> build(java.lang.Class<?> actionClass, PackageConfig.Builder builder, java.lang.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 |