}
else if (portletJavaClassName.equals(UsagePortlet.class.getName())) {
return new UsagePortlet(project);
}
else if (portletJavaClassName.equals(OWLEntityDescriptionBrowserPortlet.class.getName())) {
return new OWLEntityDescriptionBrowserPortlet(project);
}
else if (portletJavaClassName.endsWith(OWLEntityDescriptionEditorPortlet.class.getName())) {
return new OWLEntityDescriptionEditorPortlet(project);
}
} catch (Exception e) {