| return super.createRenderURL();
}
protected ContentResponse createMarkupResponse(ResponseProperties properties, Map<String, Object> attributeMap, String contentType, byte[] bytes, String chars, CacheControl cacheControl)
{
return new ContentResponse(
properties,
attributeMap,
contentType,
bytes,
chars,
|