FreeMarkerTemplate template = new FreeMarkerTemplate("templates/jboss-web.xml.ftl", WebDeploymentArchive.class);
Map contextObj = new HashMap();
contextObj.put("webModel", webModel);
return template.apply(contextObj);
}
public final void addEntry(String path, InputStream data) {
assertNotFinalized();
super.addEntry(path, data);