});
if (cssName != null) {
// provide the link for the css stylesheet file used by this extension:
// CSSIncluder for point Window
extElements.putExtensionElement(Window.class.getName(), new CSSIncluder() {
public String getStylesheetPath() {
return StaticAndCssHelper.this.mapPath + "/" + cssName;
}
});
}