|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Source | |
|---|---|
| ch.claudio.pediacache.data | |
| ch.claudio.pediacache.model | |
| Uses of Source in ch.claudio.pediacache.data |
|---|
| Methods in ch.claudio.pediacache.data that return Source | |
|---|---|
Source |
CachedPage.getSource()
|
| Constructors in ch.claudio.pediacache.data with parameters of type Source | |
|---|---|
CachedPage(java.net.URL urlArg,
byte[] contentArg,
java.lang.String contentTypeArg,
Source sourceArg)
A page needs the URL and its content with meta information. |
|
CachedPage(java.net.URL urlArg,
Source sourceArg,
int priorityArg)
A page needs the URL and its content with meta information. |
|
| Uses of Source in ch.claudio.pediacache.model |
|---|
| Methods in ch.claudio.pediacache.model that return types with arguments of type Source | |
|---|---|
static java.util.List<Source> |
Cache.getSelectedSources()
Get the sources selected by the user. |
static java.util.List<Source> |
Cache.getSourcesSorted()
Get all sources |
| Methods in ch.claudio.pediacache.model with parameters of type Source | |
|---|---|
static CachedPage |
Cache.fetchPage(java.net.URL url,
Source associatedSource,
int priority)
Get page from cache or from Internet. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||