1 5 package org.exoplatform.services.portal.community; 6 7 import java.util.* ; 8 13 public class CommunityConfig { 14 private List communityPortals = new ArrayList(3); 15 private List communityNavigations = new ArrayList(); 16 17 public List getCommunityPortals() { return communityPortals ; } 18 public void setCommunityPortals(List list) { communityPortals = list ; } 19 20 public List getCommunityNavigations() { return communityNavigations ; } 21 public void setCommunityNavigations(List list) { communityNavigations = list ; } 22 } 23 | Popular Tags |