394395396397398399400
private void setContentBlob(BaseContentEntry<?> entry) { XmlBlob xml = new XmlBlob(); xml.setBlob(String.format( "content for %s", entry.getCategories().iterator().next().getLabel())); entry.setContent(new XhtmlTextConstruct(xml)); }