this.sitemapBuilder = (SitemapBuilder) applicationContext.getBean("org.apache.cocoon.sitemap.SitemapBuilder");
this.sitemap = this.sitemapBuilder.build(sitemapURL);
}
private Invocation buildInvocation(String request) {
InvocationImpl invocation = new InvocationImpl(new NullOutputStream());
invocation.setBaseURL(this.getClass().getResource("/COB-INF/"));
invocation.setRequestURI(request);
invocation.setComponentProvider(this.componentProvider);
invocation.setObjectModel(new ObjectModel(new HashMap<String, Object>()));