Example #1
0
 @Override
 public HrefList getAddressBookHomeSet() {
   return HrefList.asList(addressBookHome.getHref());
 }
Example #2
0
  @Override
  public HrefList getCalendarUserAddressSet() {

    return HrefList.asList("mailto:" + name + "@localhost", getHref());
  }
Example #3
0
 @Override
 public HrefList getCalendarHomeSet() {
   return HrefList.asList(calendarHome.getHref());
 }