//Action中不记录路径的后缀名称
ActionProxy ap = new ActionProxy(this, namespace, path, action, method, obj);
//interceptorStack
String stackName = action.interceptorStack().trim();
//not not nullable action's interceptors
String[] interceptorNames = action.interceptors();
List<InterceptorProxy> inters = new ArrayList<InterceptorProxy>();
//action interceptors