@Component(value="blRssPublisher") @Scope(value="prototype") public class RssPublisher extends AbstractDataFeedPublisher
Modifier and Type | Field and Description |
---|---|
org.springframework.core.env.Environment |
env |
broadleafFileService, LOG
Constructor and Description |
---|
RssPublisher() |
Modifier and Type | Method and Description |
---|---|
protected Document |
buildDocument(DataFeed dataFeed) |
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
public void close(DataFeed dataFeed) throws DataFeedException
DataFeedException
protected Document buildDocument(DataFeed dataFeed) throws DataFeedException
DataFeedException
public boolean canPublish(ExportFormatType exportFormatType)
Copyright © 2020. All rights reserved.