Class SyndicationService
java.lang.Object
org.deltava.service.WebService
org.deltava.service.rss.SyndicationService
- Direct Known Subclasses:
CoolerSyndicationService, EventSyndicationService, NewsSyndicationService, NoticeSyndicationService
An abstract Web Service to support RSS feed generation.
- Since:
- 12.2
- Version:
- 12.2
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SyndicationService
SyndicationService()
-
-
Method Details
-
getCount
Helper method to return the number of entries to display.- Parameters:
sctxt- the Service ContextdefaultValue- the default number of entries- Returns:
- the value of the count parameter, or defaultVlue
-
initRSS
-