Class ContentMenuPostLoadProcessor
- java.lang.Object
-
- lumis.service.hierarchicalcontent.ContentMenuPostLoadProcessor
-
- All Implemented Interfaces:
IPostLoadProcessor
public class ContentMenuPostLoadProcessor extends Object implements IPostLoadProcessor
Filters the source keeping only parents of the selected source that start at the specified depth up to the limit depth provided. Also include the parent of the highest depth- Since:
- 8.0.0
- Version:
- $Revision: 17049 $ $Date: 2015-03-03 11:26:53 -0300 (Tue, 03 Mar 2015) $
-
-
Constructor Summary
Constructors Constructor Description ContentMenuPostLoadProcessor()
-
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
-
-