Uses of Class
com.arsdigita.util.url.URLData

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.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC