long age = Navigation.getConfig().getIndexPageCacheLifetime();
if (age == 0) {
DispatcherHelper.cacheDisable(response);
} else {
DispatcherHelper.cacheForWorld(response, (int)age);
}
((com.arsdigita.bundle.ui.GenericOrgaUnitTabComponent)projectList).setPage(defaultItemPage);
((com.arsdigita.bundle.ui.GenericOrgaUnitTabComponent)projectList).setOrgaUnit("com.arsdigita.cms.contenttypes.SciInstitute-id-3001");
((com.arsdigita.bundle.ui.GenericOrgaUnitTabComponent)projectList).setOrgaUnitTab(new com.arsdigita.cms.contenttypes.ui.SciInstituteProjectsTab());