public interface InterceptorMapBuilder
This interface defines how interceptors are built from annotations.
Modifier and Type | Method and Description |
---|---|
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.
|
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.Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.