this.map = new HashMap<String, ActionInvoker>();
this.root = new MappingNode<ActionInvoker>();
}
public void add(ActionChainMaker maker, ActionInfo ai, NutConfig config) {
ActionChain chain = maker.eval(config, ai);
for (String path : ai.getPaths()) {
if (Strings.isBlank(path))
throw new BlankAtException(ai.getModuleType(), ai.getMethod());
// 尝试获取,看看有没有创建过这个 URL 调用者