|
Project Wonder 5.0 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objecter.ajax.AjaxSocialNetwork
public abstract class AjaxSocialNetwork
Provides an interface to retrieving information and URLs about various social network sites.
| Nested Class Summary | |
|---|---|
static class |
AjaxSocialNetwork.Ask
|
static class |
AjaxSocialNetwork.Delicious
|
static class |
AjaxSocialNetwork.Digg
|
static class |
AjaxSocialNetwork.Facebook
|
static class |
AjaxSocialNetwork.Furl
|
static class |
AjaxSocialNetwork.Google
|
static class |
AjaxSocialNetwork.Magnolia
|
static class |
AjaxSocialNetwork.Netscape
|
static class |
AjaxSocialNetwork.Newsvine
|
static class |
AjaxSocialNetwork.Ning
|
static class |
AjaxSocialNetwork.Rawsugar
|
static class |
AjaxSocialNetwork.Reddit
|
static class |
AjaxSocialNetwork.Spurl
|
static class |
AjaxSocialNetwork.Squidoo
|
static class |
AjaxSocialNetwork.StumbleUpon
|
static class |
AjaxSocialNetwork.Tagtooga
|
static class |
AjaxSocialNetwork.Technorati
|
static class |
AjaxSocialNetwork.WindowsLive
|
static class |
AjaxSocialNetwork.YahooMyWeb
|
| Constructor Summary | |
|---|---|
AjaxSocialNetwork()
|
|
| Method Summary | |
|---|---|
protected String |
_submissionUrl(String baseUrl,
String urlKey,
String targetUrl,
String titleKey,
String title,
NSDictionary<String,String> additionalParams)
|
String |
iconFramework()
Returns the icon framework for the social network. |
String |
iconName()
Returns the icon path for the social network. |
String |
name()
Returns the display name of the social network. |
static void |
registerSocialNetworkNamed(AjaxSocialNetwork socialNetwork,
String name)
Registers a new social network with the given name. |
static AjaxSocialNetwork |
socialNetworkNamed(String name)
Returns the social network with the given name. |
abstract String |
submissionUrl(String url,
String title)
Returns the URL for submitting the given url and title to the social network. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AjaxSocialNetwork()
| Method Detail |
|---|
public static AjaxSocialNetwork socialNetworkNamed(String name)
name - the name of the social network site
NoSuchElementException - if there is no social network registered with that name
public static void registerSocialNetworkNamed(AjaxSocialNetwork socialNetwork,
String name)
socialNetwork - the social networkname - the lookup name
protected String _submissionUrl(String baseUrl,
String urlKey,
String targetUrl,
String titleKey,
String title,
NSDictionary<String,String> additionalParams)
public String name()
public String iconFramework()
public String iconName()
public abstract String submissionUrl(String url,
String title)
url - the URL of the page to submittitle - the title of the pageto submit
|
Last updated: Wed, Feb 22, 2012 07:00 AM EST | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||