Package org.sakaiproject.portal.api
Interface PageFilter
-
public interface PageFilter- Author:
- ieb
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Listfilter(List newPages, org.sakaiproject.site.api.Site site)List<Map>filterPlacements(List<Map> l, org.sakaiproject.site.api.Site site)Filter the list of placements, potentially making them hierachical if required
-