Package lumis.service.rss
Class RssPostLoadProcessor
- java.lang.Object
-
- lumis.service.rss.RssPostLoadProcessor
-
- All Implemented Interfaces:
IPostLoadProcessor
public class RssPostLoadProcessor extends Object implements IPostLoadProcessor
Responsible for setting the href value for each rss.- Since:
- 4.1.0
- Version:
- $Revision: 20455 $ $Date: 2017-07-31 17:26:10 -0300 (Mon, 31 Jul 2017) $
-
-
Constructor Summary
Constructors Constructor Description RssPostLoadProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
processSource(SessionConfig sessionConfig, Source source, Node parametersNode, ITransaction transaction)
-
-
-
Method Detail
-
processSource
public void processSource(SessionConfig sessionConfig, Source source, Node parametersNode, ITransaction transaction) throws PortalException
- Specified by:
processSource
in interfaceIPostLoadProcessor
- Throws:
PortalException
-
-