return getPortalConfig(PortalConfig.PORTAL_TYPE, portalName);
}
public PageNavigation getPageNavigation(String fullId) throws Exception
{
NavigationKey key = NavigationKey.create(fullId);
NavigationData data = delegate.getPageNavigation(key);
return data != null ? new PageNavigation(data) : null;
}