|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.gadgets.client.IntrinsicFeature
GadgetsIo instead.
@Deprecated public class IntrinsicFeature
Provides access to intrinsic APIs provided by the container that are not part of a feature-specific API.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.google.gwt.gadgets.client.GadgetFeature |
|---|
GadgetFeature.FeatureName, GadgetFeature.MayRequire |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
@Deprecated
public void fetchContent(java.lang.String url,
ContentFetchedHandler contentFetchedHandler)
GadgetsIo.makeRequest(String, ResponseReceivedHandler) or
GadgetsIo.makeRequestAsText(String, ResponseReceivedHandler)
instead.
ContentFetchedHandler.onContentFetched(ContentFetchedEvent) method
with the content of the fetched URL. The fetched content is cached on the
Gadget Container.
@Deprecated
public void fetchContent(java.lang.String url,
ContentFetchedHandler contentFetchedHandler,
int millis)
GadgetsIo.makeRequest(String, ResponseReceivedHandler, RequestOptions)
or
GadgetsIo.makeRequestAsText(String, ResponseReceivedHandler, RequestOptions)
instead.
ContentFetchedHandler.onContentFetched(ContentFetchedEvent) method
with the content of the fetched URL. The fetched content is cached on the
Gadget Container with a specified refresh interval specified in seconds.
@Deprecated
public void fetchXmlContent(java.lang.String url,
XmlContentFetchedHandler contentFetchedHandler)
GadgetsIo.makeRequestAsDom(String, ResponseReceivedHandler)
instead.
XmlContentFetchedHandler.onXmlContentFetched(XmlContentFetchedEvent)
method with the content of the fetched URL. The content will then be parsed
as XML content. The fetched content is cached on the Gadget Container.
@Deprecated
public void fetchXmlContent(java.lang.String url,
XmlContentFetchedHandler contentFetchedHandler,
int millis)
GadgetsIo.makeRequestAsDom(String, ResponseReceivedHandler, RequestOptions)
instead.
XmlContentFetchedHandler.onXmlContentFetched(XmlContentFetchedEvent)
method with the content of the fetched URL. The content will then be parsed
as XML content. The fetched content is cached on the Gadget Container with
a specified refresh interval specified in seconds.
@Deprecated public java.lang.String getCachedUrl(java.lang.String url)
GadgetsIo.getProxyUrl(String) instead.
@Deprecated
public java.lang.String getCachedUrl(java.lang.String url,
int refreshIntervalSeconds)
GadgetsIo.getProxyUrl(String, int) instead.
@Deprecated public java.lang.String getImageUrl(java.lang.String url)
GadgetsIo.getProxyUrl(String) instead.
@Deprecated
public java.lang.String getImageUrl(java.lang.String url,
int refreshIntervalSeconds)
GadgetsIo.getProxyUrl(String, int) instead.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||