LinkResolver has default methods (made
possible by a Java 8 baseline) and can be implemented directly without the
need for this adapter@Deprecated public abstract class SimpleLinkResolver extends Object implements LinkResolver
| Constructor and Description |
|---|
SimpleLinkResolver()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
resolve(Document document)
Deprecated.
|
abstract String |
resolve(Fragment.DocumentLink link)
Deprecated.
|
public abstract String resolve(Fragment.DocumentLink link)
resolve in interface LinkResolverpublic String resolve(Document document)
resolve in interface LinkResolverCopyright © 2018. All rights reserved.