return requestInterceptorsConfig;
}
private static final JspTagConfig parseJspTagConfig(Document document) {
DocType docType = null;
IdJavascript idJavascript = null;
String treeImageLocation = null;
String treeRendererClass = null;
String tmp = null;
Element elem = DomUtils.getChildElementByName(document.getDocumentElement(), "jsp-tag-config");