public interface Link
| Modifier and Type | Method and Description |
|---|---|
String |
getHref()
Returns the href as passed in the constructor
|
URI |
getRelUri()
Returns the context relative URI or
null |
URI |
getUri()
Returns the URI or
null. |
LinkValidity |
getValidity()
Returns the link validity.
|
boolean |
isContextRelative()
Checks if this is a context relative link.
|
boolean |
isSpecial()
Checks if this is a special link (like mailto: javascript: etc)
|
String getHref()
URI getUri()
null.URI getRelUri()
nullLinkValidity getValidity()
boolean isSpecial()
true if this is a special linkboolean isContextRelative()
true if this is a context relative link.Copyright © 2010 - 2020 Adobe. All Rights Reserved