public class HippoItemXMLDumper extends Object
| Constructor and Description |
|---|
HippoItemXMLDumper(org.apache.cocoon.sax.SAXConsumer saxConsumer) |
| Modifier and Type | Method and Description |
|---|---|
void |
dumpAssets(List<org.hippoecm.hst.content.beans.standard.HippoAsset> assets,
String elementName,
boolean wrap,
String dateFormat,
Locale locale) |
void |
dumpDate(String name,
Calendar calendar,
String dateFormat,
Locale locale) |
void |
dumpField(Map.Entry<String,Object> entry,
String dateFormat,
Locale locale) |
void |
dumpHippoItem(HCTConnManager connManager,
org.hippoecm.hst.content.beans.standard.HippoItem item,
String itemPath,
HCTQuery hctQuery,
Locale locale) |
void |
dumpHtml(HCTConnManager connManager,
org.hippoecm.hst.content.beans.standard.HippoHtml rtf,
XMLReader xmlReader,
String dateFormat,
Locale locale) |
void |
dumpImages(List<org.hippoecm.hst.content.beans.standard.HippoGalleryImageSet> images,
String elementName,
boolean wrap) |
void |
dumpRelatedDocs(List<org.hippoecm.hst.content.beans.standard.HippoDocument> relDocs,
String elementName,
boolean wrap) |
void |
dumpTags(String[] tags) |
void |
dumpTaxonomies(List<HCTTaxonomyCategoryBean> taxonomies,
Locale locale) |
void |
endHippoCompound(org.hippoecm.hst.content.beans.standard.HippoDocument compound) |
void |
endHippoCompounds() |
void |
endHippoItem(org.hippoecm.hst.content.beans.standard.HippoItem item) |
void |
endQueryResult() |
void |
endTaxonomy() |
void |
startHippoCompound(org.hippoecm.hst.content.beans.standard.HippoDocument compound) |
void |
startHippoCompounds() |
<T extends org.hippoecm.hst.content.beans.standard.HippoItem> |
startHippoItem(T item,
String path) |
void |
startQueryResult(HCTQueryResult result,
org.hippoecm.hst.content.beans.standard.HippoItem base) |
void |
startTaxonomy(HCTTaxonomyCategoryBean taxonomy,
Locale locale) |
public HippoItemXMLDumper(org.apache.cocoon.sax.SAXConsumer saxConsumer)
public void startQueryResult(HCTQueryResult result, org.hippoecm.hst.content.beans.standard.HippoItem base) throws SAXException, javax.jcr.RepositoryException
SAXExceptionjavax.jcr.RepositoryExceptionpublic void endQueryResult()
throws SAXException
SAXExceptionpublic <T extends org.hippoecm.hst.content.beans.standard.HippoItem> void startHippoItem(T item,
String path)
throws SAXException,
javax.jcr.RepositoryException
SAXExceptionjavax.jcr.RepositoryExceptionpublic void endHippoItem(org.hippoecm.hst.content.beans.standard.HippoItem item)
throws SAXException
SAXExceptionpublic void startHippoCompounds()
throws SAXException,
javax.jcr.RepositoryException
SAXExceptionjavax.jcr.RepositoryExceptionpublic void endHippoCompounds()
throws SAXException
SAXExceptionpublic void startHippoCompound(org.hippoecm.hst.content.beans.standard.HippoDocument compound)
throws SAXException,
javax.jcr.RepositoryException
SAXExceptionjavax.jcr.RepositoryExceptionpublic void endHippoCompound(org.hippoecm.hst.content.beans.standard.HippoDocument compound)
throws SAXException
SAXExceptionpublic void dumpAssets(List<org.hippoecm.hst.content.beans.standard.HippoAsset> assets, String elementName, boolean wrap, String dateFormat, Locale locale) throws SAXException
SAXExceptionpublic void dumpImages(List<org.hippoecm.hst.content.beans.standard.HippoGalleryImageSet> images, String elementName, boolean wrap) throws SAXException, org.hippoecm.hst.content.beans.ObjectBeanManagerException
SAXExceptionorg.hippoecm.hst.content.beans.ObjectBeanManagerExceptionpublic void dumpRelatedDocs(List<org.hippoecm.hst.content.beans.standard.HippoDocument> relDocs, String elementName, boolean wrap) throws SAXException, org.hippoecm.hst.content.beans.ObjectBeanManagerException
SAXExceptionorg.hippoecm.hst.content.beans.ObjectBeanManagerExceptionpublic void dumpTags(String[] tags) throws SAXException
SAXExceptionpublic void startTaxonomy(HCTTaxonomyCategoryBean taxonomy, Locale locale) throws SAXException
SAXExceptionpublic void endTaxonomy()
throws SAXException
SAXExceptionpublic void dumpTaxonomies(List<HCTTaxonomyCategoryBean> taxonomies, Locale locale) throws SAXException
SAXExceptionpublic void dumpField(Map.Entry<String,Object> entry, String dateFormat, Locale locale) throws SAXException
SAXExceptionpublic void dumpDate(String name, Calendar calendar, String dateFormat, Locale locale) throws SAXException
SAXExceptionpublic void dumpHtml(HCTConnManager connManager, org.hippoecm.hst.content.beans.standard.HippoHtml rtf, XMLReader xmlReader, String dateFormat, Locale locale) throws SAXException, IOException, org.hippoecm.hst.content.beans.ObjectBeanManagerException
SAXExceptionIOExceptionorg.hippoecm.hst.content.beans.ObjectBeanManagerExceptionpublic void dumpHippoItem(HCTConnManager connManager, org.hippoecm.hst.content.beans.standard.HippoItem item, String itemPath, HCTQuery hctQuery, Locale locale) throws SAXException, javax.jcr.RepositoryException, IOException, org.hippoecm.hst.content.beans.ObjectBeanManagerException
SAXExceptionjavax.jcr.RepositoryExceptionIOExceptionorg.hippoecm.hst.content.beans.ObjectBeanManagerExceptionCopyright © 2011-2012 Tirasa. All Rights Reserved.