|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use URLData | |
com.arsdigita.util.url | Classes for remote URL caching. |
Uses of URLData in com.arsdigita.util.url |
Methods in com.arsdigita.util.url that return URLData | |
URLData |
URLPool.fetchURLData(String url)
fetches the remote URL, returning the data from the page, or null if an error occurred. |
static URLData |
URLFetcher.fetchURLData(String url,
String key)
Fetches the URL using the service specified by the key param. |
URLData |
URLCache.retrieveData(String url)
retrieves a url from the cache, returning null if not present or it has expired. |
Methods in com.arsdigita.util.url with parameters of type URLData | |
void |
URLCache.store(String url,
URLData data)
Stores data for a url in the cache. |
void |
URLCache.store(String url,
URLData data,
long expiry)
Stores data for a url in the cache. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |