@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
DataFeedExceptionpublic void publishFeedItems(DataFeed dataFeed, DataFeedDynamicList feedItems) throws DataFeedException
DataFeedExceptionpublic void close(DataFeed dataFeed) throws DataFeedException
DataFeedExceptionprotected Document buildDocument(DataFeed dataFeed) throws DataFeedException
DataFeedExceptionpublic boolean canPublish(ExportFormatType exportFormatType)
Copyright © 2020. All rights reserved.