Interface SocialBookmarksRegistry


public interface SocialBookmarksRegistry
Provides methods to read the available social bookmarks.
  • Method Details

    • getSocialBookmark

      SocialBookmark getSocialBookmark(String type)
      Retrieves a social bookmark given its type (e.g., facebook).
      Parameters:
      type - the social bookmark's key
      Returns:
      the social bookmark
    • getSocialBookmarksTypes

      List<String> getSocialBookmarksTypes()
      Retrieves all available social bookmark types. These are the keys that identify each social bookmark.
      Returns:
      the social bookmark types