public class SyndicationService extends StaticService
| Modifier and Type | Field and Description |
|---|---|
protected RssFeedUserPrefsComponent |
_rssUserPrefs
The RSS user prefs component
|
_context, _featureName, _manager, _modelItems, _paramsScript, _pluginName, _view| Constructor and Description |
|---|
SyndicationService() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCacheable(Page currentPage,
ZoneItem zoneItem)
Returns true if the result of this service may be cached, depending on the
ZoneItem containing an instance of this service. |
void |
service(ServiceManager smanager) |
_configureClass, _configureImports, _configureScript, _parseChildren, _parseI18nizableText, _parseParameter, _parseParameter, _parseRepeater, _parseRepeater, _parseSimpleViewItemGroup, configure, configureDialogBoxDimension, configureIndexation, configureParameters, contextualize, dispose, getCategory, getCreationBoxHeight, getCreationBoxWidth, getCSSFiles, getDescription, getIconDecorator, getIconGlyph, getId, getLabel, getLargeIcon, getMediumIcon, getModelItems, getName, getParameters, getParametersScript, getPluginName, getRight, getSmallIcon, getURL, getView, index, isPrivate, setPluginInfogetLogger, setLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFamilyIdgetChild, getModelItem, hasModelItemprotected RssFeedUserPrefsComponent _rssUserPrefs
public SyndicationService()
public void service(ServiceManager smanager) throws ServiceException
service in interface Serviceableservice in class StaticServiceServiceExceptionpublic boolean isCacheable(Page currentPage, ZoneItem zoneItem)
ServiceZoneItem containing an instance of this service.isCacheable in interface ServiceisCacheable in class StaticServicecurrentPage - the current Page containing the service.zoneItem - the ZoneItem containing an instance of this service.