BookUtils.createDiv(thisContextChapter,
"This documentation was created on a server with the following context path: "
+ servletContext.getContextPath());
BoostedNode webxmlChapter = BookUtils.createChapter(
thisContextChapter, "Web.xml");
WebXml webXml = new WebXml(servletContext);
webXml.fillDocumentation(
DocumentationResourecesId.DOCUMENTATION_TECHNICAL,
webxmlChapter,
documentationStatus.getDocumentationContext());
}