| throw new IllegalArgumentException("Mime type " + contentType + " not accepted as content type");
}
protected ContentResponse createMarkupResponse(ResponseProperties properties, Map<String, Object> attributeMap, String contentType, byte[] bytes, String chars, CacheControl cacheControl)
{
return new FragmentResponse(
properties,
attributeMap,
contentType,
bytes,
chars,
|