FileParameter helpAttribute = (FileParameter) configuration
.getAttribute("_help", FileParameter.class);
URL doc;
if (helpAttribute != null) {
doc = helpAttribute.asURL();
} else {
doc = getClass().getClassLoader().getResource(helpFile);
}
configuration.openModel(null, doc, doc.toExternalForm());