Package | Description |
---|---|
com.ljs.ootp.extract.html | |
com.ljs.ootp.extract.html.loader |
Modifier and Type | Method and Description |
---|---|
static PageFactory |
PageFactory.create(PageLoader loader) |
static UrlLoadingPage.Loading |
UrlLoadingPage.using(PageLoader loader) |
Modifier and Type | Class and Description |
---|---|
class |
DiskCachingLoader |
class |
InMemoryCachedLoader |
class |
JsoupLoader |
Modifier and Type | Method and Description |
---|---|
PageLoader |
PageLoaderBuilder.build() |
Modifier and Type | Method and Description |
---|---|
static Callable<org.jsoup.nodes.Document> |
PageLoaders.asCallable(PageLoader loader,
String url) |
static DiskCachingLoader |
DiskCachingLoader.create(String dir,
PageLoader loader) |
static InMemoryCachedLoader |
InMemoryCachedLoader.wrap(PageLoader wrapped) |
static DiskCachingLoader |
DiskCachingLoader.wrap(PageLoader loader) |
Copyright © 2015. All rights reserved.