Class BreadCrumbPostLoadProcessor
- java.lang.Object
-
- lumis.service.hierarchicalcontent.BreadCrumbPostLoadProcessor
-
- All Implemented Interfaces:
IPostLoadProcessor
public class BreadCrumbPostLoadProcessor extends Object implements IPostLoadProcessor
Filter the source so only rows that should be rendered by the bread crumb interface are kept(selected content and his parents)- Since:
- 8.0.0
- Version:
- $Revision: 21796 $ $Date: 2018-09-06 18:28:12 -0300 (Thu, 06 Sep 2018) $
-
-
Constructor Summary
Constructors Constructor Description BreadCrumbPostLoadProcessor()
-
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
-
-