final String uri = MessageFormat.format("{0}/specs/{1}", getServletRequest().getContextPath(), specFullName);
xhtml.appendToBody(xhtmlRenderer.aHref(uri, "owning spec", "spec", "facet", HtmlClass.SPECIFICATION));
try {
xhtml.appendToBody(divFacetElements(facetTypeName, noSpec));
} catch (final IllegalArgumentException e) {
throw new WebApplicationException(responseOfNotFound(e));
} catch (final ClassNotFoundException e) {
throw new WebApplicationException(responseOfInternalServerError(e));
} catch (final IntrospectionException e) {