String tmp = DomUtils.getChildElementText((Element)list.get(i), "after-action");
if(tmp != null)
afterAction = new Boolean(Boolean.parseBoolean(tmp));
simpleActionInterceptorConfigs[i] = new SimpleActionInterceptorConfig(
afterAction,
DomUtils.getChildElementText((Element)list.get(i), "intercept-path")
);
}
return simpleActionInterceptorConfigs;