// offer an extension so that all content in the "raw" subfolder of the
// given class should be served (e.g. static pdf's and a stylesheet, but
// static images should -not- be referenced by using an <img src=...> tag,
// but rather use the background-image attribute of your css classes),
StaticAndCssHelper sach = new StaticAndCssHelper(this.getClass(), "style.css");
sach.initAndRegister(elements);
mapPath = sach.getMapPath();
//FIXME:fj:a allow multiple namedispatcher per extension!
//elements.putExtensionElement(DispatcherAction.EXTENSIONPOINT_NAMEDDISPATCHER, new FullFunctionality());
//elements.putExtensionElement(DispatcherAction.EXTENSIONPOINT_NAMEDDISPATCHER, new SmallFunctionality());