@Component(value="blXmlPublisher") @Scope(value="prototype") public class XmlPublisher extends AbstractDataFeedPublisher
broadleafFileService, LOG
Constructor and Description |
---|
XmlPublisher() |
Modifier and Type | Method and Description |
---|---|
protected void |
addField(DataFeedOutputField outputField,
XMLStreamWriter writer,
org.apache.commons.beanutils.DynaBean item,
String rootPath) |
boolean |
canPublish(ExportFormatType exportFormatType) |
void |
close(DataFeed dataFeed) |
void |
initialize(DataFeed dataFeed) |
void |
publishFeedItems(DataFeed dataFeed,
DataFeedDynamicList feedItems) |
public void initialize(DataFeed dataFeed) throws DataFeedException
DataFeedException
public void publishFeedItems(DataFeed dataFeed, DataFeedDynamicList feedItems) throws DataFeedException
DataFeedException
protected void addField(DataFeedOutputField outputField, XMLStreamWriter writer, org.apache.commons.beanutils.DynaBean item, String rootPath) throws XMLStreamException, IllegalAccessException, InvocationTargetException, NoSuchMethodException
public void close(DataFeed dataFeed) throws DataFeedException
DataFeedException
public boolean canPublish(ExportFormatType exportFormatType)
Copyright © 2020. All rights reserved.