
Classes | |
| class | Ask |
| class | Delicious |
| class | Digg |
| class | |
| class | Furl |
| class | |
| class | Magnolia |
| class | Netscape |
| class | Newsvine |
| class | Ning |
| class | Rawsugar |
| class | |
| class | Spurl |
| class | Squidoo |
| class | StumbleUpon |
| class | Tagtooga |
| class | Technorati |
| class | WindowsLive |
| class | YahooMyWeb |
Public Member Functions | |
| String | iconFramework () |
| String | iconName () |
| String | name () |
| abstract String | submissionUrl (String url, String title) |
Static Public Member Functions | |
| static void | registerSocialNetworkNamed (AjaxSocialNetwork socialNetwork, String name) |
| static AjaxSocialNetwork | socialNetworkNamed (String name) |
Protected Member Functions | |
| String | _submissionUrl (String baseUrl, String urlKey, String targetUrl, String titleKey, String title, NSDictionary< String, String > additionalParams) |
Static Package Functions | |
| [static initializer] | |
Static Private Attributes | |
| static NSMutableDictionary < String, AjaxSocialNetwork > | _socialNetworks |
| [static initializer] | ( | ) | [static, package] |
| String _submissionUrl | ( | String | baseUrl, | |
| String | urlKey, | |||
| String | targetUrl, | |||
| String | titleKey, | |||
| String | title, | |||
| NSDictionary< String, String > | additionalParams | |||
| ) | [protected] |
| String iconFramework | ( | ) |
Returns the icon framework for the social network.
| String iconName | ( | ) |
Returns the icon path for the social network.
Reimplemented in AjaxSocialNetwork.Furl, AjaxSocialNetwork.Facebook, AjaxSocialNetwork.Reddit, and AjaxSocialNetwork.StumbleUpon.
| String name | ( | ) |
Returns the display name of the social network.
Reimplemented in AjaxSocialNetwork.YahooMyWeb.
| static void registerSocialNetworkNamed | ( | AjaxSocialNetwork | socialNetwork, | |
| String | name | |||
| ) | [static] |
Registers a new social network with the given name.
| socialNetwork | the social network | |
| name | the lookup name |
| static AjaxSocialNetwork socialNetworkNamed | ( | String | name | ) | [static] |
Returns the social network with the given name. Supported names include: delicious, digg, facebook, furl, newsvine, netscape, reddit, stumble, technorati, squidoo, live, yahoo, ask, google, magnolia, ning, rawsugar, spurl, and tagtooga.
| name | the name of the social network site |
| NoSuchElementException | if there is no social network registered with that name |
Returns the URL for submitting the given url and title to the social network.
| url | the URL of the page to submit | |
| title | the title of the pageto submit |
Implemented in AjaxSocialNetwork.Delicious, AjaxSocialNetwork.Digg, AjaxSocialNetwork.Furl, AjaxSocialNetwork.Newsvine, AjaxSocialNetwork.Netscape, AjaxSocialNetwork.Facebook, AjaxSocialNetwork.Reddit, AjaxSocialNetwork.StumbleUpon, AjaxSocialNetwork.Technorati, AjaxSocialNetwork.Squidoo, AjaxSocialNetwork.WindowsLive, AjaxSocialNetwork.YahooMyWeb, AjaxSocialNetwork.Ask, AjaxSocialNetwork.Google, AjaxSocialNetwork.Magnolia, AjaxSocialNetwork.Ning, AjaxSocialNetwork.Rawsugar, AjaxSocialNetwork.Spurl, and AjaxSocialNetwork.Tagtooga.
NSMutableDictionary<String, AjaxSocialNetwork> _socialNetworks [static, private] |
1.5.8