102103104105106107108109110111
} public Community getCommunity() { if(community==null){ if(StringUtil.equalsIgnoreCase(getAsString(ASJsonPath.TargetObjectType),"community")){ community = new Community(dataHandler); } } return community; }