This module provides component which allows it to use an implementation of the content generator interface provided by the PublicPersonalProfile module on an Navigation page. Example usages are the components for publications and project lists in the modules ccm-sci-personalpublications and ccm-sci-personalprojects. To use the component create new JSP template like to following: long age = Navigation.getConfig().getIndexPageCacheLifetime(); if (age == 0) { DispatcherHelper.cacheDisable(response); } else { DispatcherHelper.cacheForWorld(response, (int)age); } ((com.arsdigita.cms.publicpersonalprofile.ui.PersonalContentComponent) greetingItem).setGenerator(new PersonalPublications());