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
Methods inherited from class WebService
error, error, error, execute, isLogged, isSecureModifier and TypeMethodDescriptionprotected static ServiceExceptionCreates a ServiceException.protected static ServiceExceptionCreates a ServiceException.protected static ServiceExceptionCreates a ServiceException.abstract intexecute(ServiceContext ctx) Executes the Web Service.booleanisLogged()Returns whether this web service calls are logged.booleanisSecure()Returns whether this web service requires authentication.
-
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
-