parseInterceptorConfigs(DomUtils.getChildElementsByName((Element)perAction.item(j), "action-interceptor"))
);
}
}
perPageFlow[i] = new PerPageFlowActionInterceptorConfig(
DomUtils.getChildElementText(perJpfElem, "pageflow-uri"),
parseSimpleActionInterceptorConfigs(DomUtils.getChildElementsByName(perJpfElem, "simple-action-interceptor")),
parseInterceptorConfigs(DomUtils.getChildElementsByName(perJpfElem, "action-interceptor")),
perActionInterceptorConfigs
);